| Prev: 6E86 | Up: Map | Next: 6E92 |
6E8C: Clear low fuel warning flag
|
Clears CONTROLS_BIT_LOW_FUEL in state_controls to stop the low fuel warning sound.
|
||||
| register_sufficient_fuel | 6E8C | LD HL,$6BB0 | Clear CONTROLS_BIT_LOW_FUEL in controls state. | |
| 6E8F | RES 3,(HL) | |||
| 6E91 | RET | |||
| Prev: 6E86 | Up: Map | Next: 6E92 |