| Prev: 62E8 | Up: Map | Next: 6414 |
63FC: Reset gameplay mode to normal and exit collision system
|
Used by the routines at check_missile_vs_objects and refuel_from_depot.
|
||||
| reset_gameplay_mode | 63FC | LD A,$00 | Reset gameplay mode to GAMEPLAY_MODE_NORMAL. | |
| 63FE | LD ($5F68),A | |||
|
Exit collision system with no collision detected.
|
||||
| no_collision_exit | 6401 | LD A,$00 | Clear collision mode, restore saved registers, and continue rendering. | |
| 6403 | LD ($5EF5),A | |||
| 6406 | LD HL,($5F85) | |||
| 6409 | LD DE,($5F87) | |||
| 640D | LD BC,($5F89) | |||
| 6411 | JP handle_collision_mode_none | |||
| Prev: 62E8 | Up: Map | Next: 6414 |