Prev: 728B Up: Map Next: 7296
7290: Signal road tank at center
Sets state_tank_shell to TANK_SHELL_ACTIVE when the road tank reaches the center (X=$80). This suppresses the bank tank shell via check_shell_init_condition: if a road tank is at center, the bank tank cancels its shell rather than firing.
set_tank_shell_active 7290 LD A,$01 Set state_tank_shell to TANK_SHELL_ACTIVE.
7292 LD ($5EF2),A
7295 RET
Prev: 728B Up: Map Next: 7296