Prev: A770 Up: Map Next: A7A0
A799: Café — return value 3 (branch selector)
Used by the routine at cafe_scene_step.
Loads A = 3 and returns immediately. Used as a constant-return
trampoline by cafe_scene_step to communicate a branch condition.
cafe_return3 A799 LD A,$03
A79B RET
Prev: A770 Up: Map Next: A7A0