Routines |
Prev: 54196 | Up: Map | Next: 54242 |
Used by the routine at Action_Controls.
|
||||
Draw_GunShot | 54219 | LD DE,65384 | Point to Shot_Image and set the image dimensions. | |
54222 | LD BC,2050 | |||
54225 | PUSH HL | Stash the screen location. | ||
54226 | CALL Merge_Shot | Calls Merge_Shot. | ||
54229 | HALT | Very short pause. | ||
54230 | HALT | |||
54231 | POP HL | Grab the screen location. | ||
54232 | LD DE,65384 | Point to Shot_Image and set the image dimensions. | ||
54235 | LD BC,2050 | |||
54238 | CALL Merge_Shot | Calls Merge_Shot. | ||
54241 | RET | Return. |
Prev: 54196 | Up: Map | Next: 54242 |