Prev: 90D2 Up: Map Next: 910E
90EB: Action Inventory
Action_Inventory 90EB CALL $9D44 Call 9D44.
90EE LD HL,$ADF6 HL="You are carrying[0x15]"
90F1 CALL PrintMsg Call PrintMsg.
90F4 LD A,($B6EA)
90F7 CALL ObjectCount
90FA AND A
90FB LD HL,$B33B HL="{6} nothing"
90FE JP Z,PrintMsg Display this message using PrintMsg if zero.
9101 LD A,($B6EA) A=CurrentCharacter
9104 LD IX,($B70C) IX=ptrCurObject
9108 LD B,(IX+$10) B=
910B JP $9FAF Jump to 9FAF.
Prev: 90D2 Up: Map Next: 910E