Prev: D3B4 Up: Map Next: D3E2
D3CB: Draw Gun Shot
Used by the routine at Action_Controls.
Draw_GunShot D3CB LD DE,$FF68 Point to Shot_Image and set the image dimensions.
D3CE LD BC,$0802
D3D1 PUSH HL Stash the screen location.
D3D2 CALL Merge_Shot Calls Merge_Shot.
D3D5 HALT Very short pause.
D3D6 HALT
D3D7 POP HL Grab the screen location.
D3D8 LD DE,$FF68 Point to Shot_Image and set the image dimensions.
D3DB LD BC,$0802
D3DE CALL Merge_Shot Calls Merge_Shot.
D3E1 RET Return.
Prev: D3B4 Up: Map Next: D3E2