Prev: 25224 Up: Map Next: 25335
25319: Write Menu Line
Used by the routine at GameMenu.
MenuWriteText 25319 PUSH HL Stash HL containing the co-ordinate on the stack.
25320 CALL ScreenAddress Call ScreenAddress.
25323 LD A,(24097) A=the menu attribute byte from Current_MenuAttr.
25326 EX AF,AF' Switch to the shadow AF register.
25327 EXX Switch to the shadow registers.
25328 POP HL Restore HL from the stack.
25329 CALL AttributeAddress Call AttributeAddress.
25332 JP PrintString_Loop Jump to PrintString_Loop.
View the equivalent code in;
Prev: 25224 Up: Map Next: 25335