| Prev: 63FC | Up: Map | Next: 6423 |
6414: Handle missile hit on regular helicopter
|
Used by the routine at check_missile_vs_objects.
|
||||
|
Awards POINTS_HELICOPTER_REG and spawns 1 explosion fragment at the object coordinates.
|
||||
| hit_helicopter_reg | 6414 | LD A,$06 | Award POINTS_HELICOPTER_REG to player. | |
| 6416 | CALL add_points | |||
| 6419 | LD BC,($5F8B) | Spawn explosion at object coordinates from collision_coordinates. | ||
| 641D | CALL spawn_explosion_fragment | |||
| 6420 | JP process_collision_hit | Finalize collision. | ||
| Prev: 63FC | Up: Map | Next: 6423 |