Prev: C20A Up: Map Next: C259
C23B: Hero has no gun — says "Não tenho pistola"
Turns hero face-forward (face_forward), sets CHARS=$D689, draws "Não tenho
pistola" bubble (frame_bubble_hero_r1c1_thief), delays 9, clears bubble (frame_clear_hero_r1c1_thief), then
jumps to call_draw_hero.
no_gun_bubble C23B CALL face_forward Turn hero face-forward (face_forward)
C23E LD DE,$D689 Set CHARS=$D689, draw "Não tenho pistola" (frame_bubble_hero_r1c1_thief)
C241 CALL set_chars
C244 LD HL,$C03B
C247 CALL draw_frame
C24A LD A,$09 Delay 9
C24C CALL delay_a
C24F LD HL,$C052 Clear bubble (frame_clear_hero_r1c1_thief)
C252 CALL draw_frame
C255 JP call_draw_hero Jump to (call_draw_hero)
Prev: C20A Up: Map Next: C259