| alien | Routines |
| Prev: 31577 | Up: Map | Next: 31634 |
|
||||||||
| 31626 | LD HL,(31261) | HL = corridor tile-source pointer (31261) | ||||||
| 31629 | LD A,(HL) | A = next tile index | ||||||
| 31630 | INC HL | advance pointer | ||||||
| 31631 | LD (31261),HL | save updated pointer; fall through to DrawSprite | ||||||
| Prev: 31577 | Up: Map | Next: 31634 |