![]() |
Routines |
| Prev: E535 | Up: Map | Next: E556 |
|
|
||||
|
Move the human table table pointer to the next human.
|
||||
| Handler_Humans_Skip | E54D | INC HL | Move onto the next human table data. | |
| E54E | INC HL | |||
| E54F | INC HL | |||
|
Shortcut for in-progress humans, no need to move the human table table pointer. Just update the counter.
|
||||
| Handler_Humans_Next | E550 | POP BC | Restore the human ID from the stack. | |
| E551 | DEC B | Decrease the human ID by one. | ||
| E552 | JP NZ,Handler_Humans_Loop | Jump to Handler_Humans_Loop until all humans have been processed. | ||
| E555 | RET | Return. | ||
| Prev: E535 | Up: Map | Next: E556 |