Prev: E978 Up: Map Next: E99F
E98E: Routine at E98E
Used by the routine at EB10.
E98E PUSH BC Stash BC on the stack.
E98F CPIR CPIR.
E991 POP HL Restore HL from the stack.
E992 RET NZ Return if the item wasn't found.
E993 PUSH DE IX=DE (using the stack).
E994 POP IX
E996 INC BC Increment BC by one.
E997 AND A HL-=BC.
E998 SBC HL,BC
E99A LD E,L E=L.
E99B CALL GetTableEntry Call GetTableEntry.
E99E JP (HL) Jump to *HL.
Prev: E978 Up: Map Next: E99F