Routines |
Prev: 37018 | Up: Map | Next: 37085 |
Used by the routine at 36791.
|
||||
37062 | LD IX,43463 | Point IX at position data for bat (level 1) | ||
37066 | CALL 53848 | Store room size data for bat's room | ||
37069 | LD HL,(37016) | Load current position in bat's script data from 37016 into HL... | ||
37072 | LD (34277),HL | ...and store at 34277 as position in script currently running | ||
37075 | CALL 37085 | Update state of bat | ||
37078 | LD HL,(34277) | Store address (current position in script data) stored at 34277... | ||
37081 | LD (37016),HL | ...at 37016 as current position in bat's script data | ||
37084 | RET | Return |
Prev: 37018 | Up: Map | Next: 37085 |