Routines |
Prev: 37074 | Up: Map | Next: 37134 |
|
||||
Action_Inventory | 37099 | CALL 40260 | Call 40260. | |
37102 | LD HL,44534 | HL="You are carrying[0x15]" | ||
37105 | CALL PrintMsg | Call PrintMsg. | ||
37108 | LD A,(46826) | |||
37111 | CALL ObjectCount | |||
37114 | AND A | |||
37115 | LD HL,45883 | HL="{6} nothing" | ||
37118 | JP Z,PrintMsg | Display this message using PrintMsg if zero. | ||
37121 | LD A,(46826) | A=CurrentCharacter | ||
37124 | LD IX,(46860) | IX=ptrCurObject | ||
37128 | LD B,(IX+16) | B= | ||
37131 | JP 40879 | Jump to 40879. |
Prev: 37074 | Up: Map | Next: 37134 |