Prev: 26005 Up: Map Next: 26033
26022: Display 'Nothing at all' message if appropriate
Used by the routine at ACTION_INVEN.
INVEN_NOTHING 26022 BIT 5,(IY+8) Any inventory entries?
26026 JR NZ,ACTION_DONE If not, jump to DONE action
26028 LD HL,11 "Nothing at all"
26031 JR PRINT_MSG_DONE Print system message
Prev: 26005 Up: Map Next: 26033