Routines |
Prev: 52729 | Up: Map | Next: 52860 |
Used by the routine at 51739.
|
||||
52837 | LD IX,(34244) | Load IX with address of current level's complex state data for worm | ||
52841 | CALL 53848 | Store room size data for worm's current room | ||
52844 | LD HL,(52726) | Load current position in worm's script data from 52726 into HL... | ||
52847 | LD (34277),HL | ...and store at 34277 as position in script currently running | ||
52850 | CALL 52860 | Update state of worm | ||
52853 | LD HL,(34277) | Store address (current position in script data) stored at 34277... | ||
52856 | LD (52726),HL | ...at 52726 as current position in worm's script data | ||
52859 | RET | Return |
Prev: 52729 | Up: Map | Next: 52860 |