Prev: 25452 Up: Map Next: 25584
25568: Write Menu Line
Used by the routine at GameMenu.
MenuWriteText 25568 PUSH HL Stash HL containing the co-ordinate on the stack.
25569 CALL ScreenAddress Call ScreenAddress.
25572 LD A,(24356) A=the menu attribute byte from Current_MenuAttr.
25575 EX AF,AF' Switch to the shadow AF register.
25576 EXX Switch to the shadow registers.
25577 POP HL Restore HL from the stack.
25578 CALL AttributeAddress Call AttributeAddress.
25581 JP PrintString_Loop Jump to PrintString_Loop.
View the equivalent code in;
Prev: 25452 Up: Map Next: 25584