![]() |
Routines |
| Prev: A410 | Up: Map | Next: A425 |
|
Used by the routine at cafe_scene_transition.
|
||||
|
Emits INK=0 + PAPER=7 control codes via RST $10, restoring
default colours. Called from cafe_scene_transition at the end of a visitor
encounter before transitioning to the café scene.
|
||||
| reset_colours | A416 | LD A,$10 | INK 0 via RST $10 | |
| A418 | RST $10 | |||
| A419 | LD A,$00 | |||
| A41B | RST $10 | |||
| A41C | LD A,$11 | PAPER 7 via RST $10 | ||
| A41E | RST $10 | |||
| A41F | LD A,$07 | |||
| A421 | RST $10 | |||
| A422 | RET | RET | ||
| Prev: A410 | Up: Map | Next: A425 |