| Prev: 6444 | Up: Map | Next: 6462 |
6453: Handle missile hit on fighter
|
Used by the routine at check_missile_vs_objects.
|
||||
|
Awards POINTS_FIGHTER and spawns 1 explosion fragment.
|
||||
| hit_fighter | 6453 | LD A,$10 | Award POINTS_FIGHTER to player. | |
| 6455 | CALL add_points | |||
| 6458 | LD BC,($5F8B) | Spawn explosion at object coordinates from collision_coordinates. | ||
| 645C | CALL spawn_explosion_fragment | |||
| 645F | JP process_collision_hit | Finalize collision. | ||
| Prev: 6444 | Up: Map | Next: 6462 |