Prev: AC90 Up: Map Next: ACD6
ACD3: Return door-state value 2
Used by the routine at cafe_door.
Loads A = $02 and returns. Called by cafe_door when the door state counter reaches 7 — resets it to 2 so the animation cycles through frames 2–6 (states 0 and 1 are skipped after the first pass).
cafe_door_return2 ACD3 LD A,$02
ACD5 RET
Prev: AC90 Up: Map Next: ACD6