![]() |
Routines |
| Prev: A00F | Up: Map | Next: A03A |
|
Hero has no gun: shows "Não tenho pistola", then exits the encounter.
|
||||
| oldwoman_no_gun | A014 | LD HL,$C052 | Clear speech bubble (frame_clear_hero_r1c1_thief) | |
| A017 | CALL draw_frame | |||
| A01A | CALL face_forward | Turn hero to face forward (face_forward) | ||
| A01D | LD DE,$D689 | Set CHARS=$D689 ("Não tenho pistola") | ||
| A020 | CALL set_chars | |||
| A023 | LD HL,$C03B | Draw "Não tenho pistola" bubble (frame_bubble_hero_r1c1_thief) | ||
| A026 | CALL draw_frame | |||
| A029 | LD A,$0A | Delay 10 | ||
| A02B | CALL delay_a | |||
| A02E | LD HL,$C052 | Clear bubble (frame_clear_hero_r1c1_thief) | ||
| A031 | CALL draw_frame | |||
| A034 | CALL draw_hero | Redraw hero body (draw_hero) | ||
| A037 | JP oldwoman_encounter_3 | JP oldwoman_encounter_3 (exit encounter) | ||
| Prev: A00F | Up: Map | Next: A03A |