Routines |
Prev: 54171 | Up: Map | Next: 54219 |
Used by the routine at Action_Controls.
|
||||
Draw_GunShot_Mask | 54196 | LD DE,65368 | Point to GunShot_Mask_Image and set the image dimensions. | |
54199 | LD BC,2050 | |||
54202 | PUSH HL | Stash the screen location. | ||
54203 | CALL Merge_Shot | Calls Merge_Shot. | ||
54206 | HALT | Very short pause. | ||
54207 | HALT | |||
54208 | POP HL | Grab the screen location. | ||
54209 | LD DE,65368 | Point to GunShot_Mask_Image and set the image dimensions. | ||
54212 | LD BC,2050 | |||
54215 | CALL Merge_Shot | Calls Merge_Shot. | ||
54218 | RET | Return. |
Prev: 54171 | Up: Map | Next: 54219 |