Prev: D33C Up: Map Next: D34E
D349: Search Two-Byte Length Table
Used by the routine at C929.
Input
A Table ID to match
IX Table to search
SearchTwoByteTable D349 EXX Switch to the shadow registers.
D34A LD E,$02 Set the length of the data in E (02 bytes).
D34C JR SearchTable_Start Jump to SearchTable_Start.
Prev: D33C Up: Map Next: D34E