Prev: 58042 Up: Map Next: 58060
58051: Human: Manage Human Hiding
Handler_Human_Hide 58051 LD (HL),32 Update the countdown to 32.
58053 DEC HL Decrease the human table pointer by one (back to the "type").
58054 LD (HL),1 Write human type 1 to *HL.
58056 POP BC Restore the human ID from the stack.
58057 JP Handler_Humans_Loop Jump to Handler_Humans_Loop.
Prev: 58042 Up: Map Next: 58060