Routines |
Prev: 63327 | Up: Map | Next: 63349 |
|
||||||||||||||
63332 | LD HL,56565 | Point HL at start of table of object names | ||||||||||||
This entry point is used by the routines at 39578, 42638, 43874, 45206, 45227, 63322 and 63327.
|
||||||||||||||
63335 | LD A,B | Load string index into A | ||||||||||||
63336 | OR A | Return if index is zero... | ||||||||||||
63337 | RET Z | ... | ||||||||||||
63338 | PUSH BC | Store BC | ||||||||||||
63339 | LD BC,65535 | Load BC (loop counter) with 65535 | ||||||||||||
63342 | XOR A | Set A to zero | ||||||||||||
63343 | CPIR | Advance HL to start of next zero-terminated string | ||||||||||||
63345 | POP BC | Store BC | ||||||||||||
63346 | DJNZ 63338 | Decrease B (remaining number of object names to skip over) and loop back to 63338 | ||||||||||||
63348 | RET | Return |
Prev: 63327 | Up: Map | Next: 63349 |