Prev: 5F68 Up: Map Next: 5F6A
5F69: Plane sprite bank offset. $00=centered, $04=banked left/right. Reset to $00 at the start of each frame, then set to $04 by restore_plane_state_after_render after the banked sprite is rendered. Read by add_fuel, but always $00 at that call site — the check is dead code.
state_plane_sprite_bank 5F69 DEFB $00
Prev: 5F68 Up: Map Next: 5F6A