![]() |
Routines |
| Prev: BEC5 | Up: Map | Next: BEE9 |
|
Sets CHARS=$D409 (draw gun tileset) and draws the gun animation frame
(frame_hero_draw_gun). Used at the start of any encounter where the hero uses the gun.
|
||||
| draw_gun | BEDC | LD DE,$D409 | Set CHARS=$D409 (draw gun tileset) | |
| BEDF | CALL set_chars | |||
| BEE2 | LD HL,$BEE9 | Draw gun frame (frame_hero_draw_gun) | ||
| BEE5 | CALL draw_frame | |||
| BEE8 | RET | |||
| Prev: BEC5 | Up: Map | Next: BEE9 |