Prev: 6423 Up: Map Next: 6453
6444: Handle missile hit on advanced helicopter
Used by the routine at check_missile_vs_objects.
Awards POINTS_HELICOPTER_ADV and spawns 1 explosion fragment.
hit_helicopter_adv 6444 LD A,$15 Award POINTS_HELICOPTER_ADV to player.
6446 CALL add_points
6449 LD BC,($5F8B) Spawn explosion at object coordinates from collision_coordinates.
644D CALL spawn_explosion_fragment
6450 JP process_collision_hit Finalize collision.
Prev: 6423 Up: Map Next: 6453