Prev: 7473 Up: Map Next: 74a1
7492: Redraw Jetman sprite on the screen.
Every time this function is called, a check is also made to see if the player is pressing the fire button, and draws a laser beam if so.
7492 call $7232 Update and erase the actor
7495 call $7197 Colour the sprite
7498 call $733f Read the input for a FIRE button
749b bit 0,a
749d call z,$6f5a If pressed, Fire laser (if free slot is available)
74a0 ret
Prev: 7473 Up: Map Next: 74a1