Routines |
Prev: D0A0 | Up: Map | Next: D0C2 |
Used by the routine at D01D.
|
||||
D0B1 | LD A,($A08D) | Return if no room connection on the right | ||
D0B4 | OR A | |||
D0B5 | RET Z | |||
D0B6 | LD ($A0B8),A | Set the new room | ||
D0B9 | LD A,$08 | Set the new x-position (8) | ||
D0BB | LD ($A0B6),A | |||
D0BE | POP BC | Restore BC | ||
D0BF | JP $C95A | Check for end game room |
Prev: D0A0 | Up: Map | Next: D0C2 |