Prev: 33162 Up: Map Next: 33211
33195: Write Menu Line
Used by the routine at GameMenu.
MenuWriteText 33195 PUSH HL Stash HL containing the co-ordinate on the stack.
33196 CALL ScreenAddress Call ScreenAddress.
33199 LD A,(24166) A=the menu attribute byte from Current_MenuAttr.
33202 EX AF,AF' Switch to the shadow AF register.
33203 EXX Switch to the shadow registers.
33204 POP HL Restore HL from the stack.
33205 CALL AttributeAddress Call AttributeAddress.
33208 JP PrintString_Loop Jump to PrintString_Loop.
View the equivalent code in;
Prev: 33162 Up: Map Next: 33211