Prev: 46256 Up: Map Next: 46397
46381: Write Menu Line
Used by the routine at GameMenu.
MenuWriteText 46381 PUSH HL Stash HL containing the co-ordinate on the stack.
46382 CALL ScreenAddress Call ScreenAddress.
46385 LD A,(38568) A=the menu attribute byte from Current_MenuAttr.
46388 EX AF,AF' Switch to the shadow AF register.
46389 EXX Switch to the shadow registers.
46390 POP HL Restore HL from the stack.
46391 CALL AttributeAddress Call AttributeAddress.
46394 JP PrintString_Loop Jump to PrintString_Loop.
View the equivalent code in;
Prev: 46256 Up: Map Next: 46397