Prev: BA77 Up: Map Next: BAD6
BABE: routine36
Used by the routine at TEMP_C.
routine36 BABE PUSH AF preserve map object byte in A register
BABF LD HL,(unknown55) load table entry address from unknown55
BAC2 LD (temp_entry_pointer),HL Get screen coordinates for address.
BAC5 CALL address_to_coordinate
BAC8 LD (LC_POS),HL store returned value in LC_POS
BACB LD HL,nothingsprite
BACE LD (C_DATA),HL load value of C_DATA into HL and call P_CHAR to print the object
BAD1 CALL P_CHAR
BAD4 POP AF restore A register and return
BAD5 RET
Prev: BA77 Up: Map Next: BAD6