| Prev: 6E40 | Up: Map | Next: 6E8C |
6E86: Set low fuel warning flag
|
Sets CONTROLS_BIT_LOW_FUEL in state_controls to trigger the warbling low fuel warning sound.
|
||||
| register_low_fuel | 6E86 | LD HL,$6BB0 | Set CONTROLS_BIT_LOW_FUEL in controls state. | |
| 6E89 | SET 3,(HL) | |||
| 6E8B | RET | |||
| Prev: 6E40 | Up: Map | Next: 6E8C |