![]() |
Routines |
Prev: 59768 | Up: Map | Next: 59807 |
Used by the routine at 60176.
|
||||
59790 | PUSH BC | Stash BC on the stack. | ||
59791 | CPIR | CPIR. | ||
59793 | POP HL | Restore HL from the stack. | ||
59794 | RET NZ | Return if the item wasn't found. | ||
59795 | PUSH DE | IX=DE (using the stack). | ||
59796 | POP IX | |||
59798 | INC BC | Increment BC by one. | ||
59799 | AND A | HL-=BC. | ||
59800 | SBC HL,BC | |||
59802 | LD E,L | E=L. | ||
59803 | CALL GetTableEntry | Call GetTableEntry. | ||
59806 | JP (HL) | Jump to *HL. |
Prev: 59768 | Up: Map | Next: 59807 |