Routines |
Prev: 40778 | Up: Map | Next: 40834 |
Used by the routines at Action_Putdown, Action_Pickup, Action_Dir, Action_Attack, Action_Examine, ActionTie, ActionBurn, ActionCapture and ActionClimbOut.
|
||||
40822 | LD A,(46842) | A=46842. | ||
40825 | DEC A | Decrease A by one. | ||
40826 | JP Z,28971 | Jump to 28971 if A is now zero. | ||
40829 | SUB A | Write $00 to 46843. | ||
40830 | LD (46843),A | |||
40833 | RET | Return. |
Prev: 40778 | Up: Map | Next: 40834 |