Routines |
Prev: 58677 | Up: Map | Next: 58710 |
|
||||
Move the human table table pointer to the next human.
|
||||
Handler_Humans_Skip | 58701 | INC HL | Move onto the next human table data. | |
58702 | INC HL | |||
58703 | INC HL | |||
Shortcut for in-progress humans, no need to move the human table table pointer. Just update the counter.
|
||||
Handler_Humans_Next | 58704 | POP BC | Restore the human ID from the stack. | |
58705 | DEC B | Decrease the human ID by one. | ||
58706 | JP NZ,Handler_Humans_Loop | Jump to Handler_Humans_Loop until all humans have been processed. | ||
58709 | RET | Return. |
Prev: 58677 | Up: Map | Next: 58710 |