|  | Routines | 
| Prev: 9F4A | Up: Map | Next: 9F82 | 
| 
Used by the routines at Action_Putdown, Action_Pickup, Action_Dir, Action_Attack, Action_Examine, ActionTie, ActionBurn, ActionCapture and ActionClimbOut.
 | ||||
| 9F76 | LD A,($B6FA) | A=B6FA. | ||
| 9F79 | DEC A | Decrease A by one. | ||
| 9F7A | JP Z,$712B | Jump to 712B if A is now zero. | ||
| 9F7D | SUB A | Write $00 to B6FB. | ||
| 9F7E | LD ($B6FB),A | |||
| 9F81 | RET | Return. | ||
| Prev: 9F4A | Up: Map | Next: 9F82 |