Prev: 25917 Up: Map Next: 26022
26005: Display 'worn' message
Used by the routine at ACTION_INVEN.
NEWLINE_WORN 26005 LD A,13 A=newline
This entry point is used by the routine at ACTION_INVEN.
WORN_MSG 26007 RST 16 Print a character
This entry point is used by the routine at ACTION_INVEN.
NEWLINE_WORN_0 26008 EX DE,HL
26009 CALL PRINT_TO_SCREEN_2
This entry point is used by the routine at ACTION_INVEN.
NEWLINE_WORN_1 26012 LD A,13 A=newline
26014 RST 16 Print a character
26015 POP DE
26016 POP HL
This entry point is used by the routine at ACTION_INVEN.
INVEN_NEXT_OBJ 26017 INC DE Next entry in object location table
26018 INC HL
26019 INC HL Next entry in object text table
26020 JR ACTION_INVEN_0 Loop to next object
Prev: 25917 Up: Map Next: 26022