Routines |
Prev: D39B | Up: Map | Next: D3CB |
Used by the routine at Action_Controls.
|
||||
Draw_GunShot_Mask | D3B4 | LD DE,$FF58 | Point to GunShot_Mask_Image and set the image dimensions. | |
D3B7 | LD BC,$0802 | |||
D3BA | PUSH HL | Stash the screen location. | ||
D3BB | CALL Merge_Shot | Calls Merge_Shot. | ||
D3BE | HALT | Very short pause. | ||
D3BF | HALT | |||
D3C0 | POP HL | Grab the screen location. | ||
D3C1 | LD DE,$FF58 | Point to GunShot_Mask_Image and set the image dimensions. | ||
D3C4 | LD BC,$0802 | |||
D3C7 | CALL Merge_Shot | Calls Merge_Shot. | ||
D3CA | RET | Return. |
Prev: D39B | Up: Map | Next: D3CB |