relabel good rod script in fuchsia house 3

how
This commit is contained in:
yenatch 2014-01-04 06:26:51 -05:00
parent 99555a209f
commit 30453b5c77

View file

@ -89825,29 +89825,38 @@ FuchsiaHouse3Text1: ; 56181 (15:6181)
db $08 ; asm db $08 ; asm
ld a, [$d728] ld a, [$d728]
bit 4, a bit 4, a
jr nz, asm_6084e ; 0x56187 jr nz, .after
ld hl, UnnamedText_561bd ld hl, UnnamedText_561bd
call PrintText call PrintText
call YesNoChoice call YesNoChoice
ld a, [$cc26] ld a, [$cc26]
and a and a
jr nz, asm_3ace4 ; 0x56196 jr nz, .refused
ld bc, (GOOD_ROD << 8) | 1 ld bc, (GOOD_ROD << 8) | 1
call GiveItem call GiveItem
jr nc, .BagFull jr nc, .full
ld hl, $d728 ld hl, $d728
set 4, [hl] set 4, [hl]
ld hl, UnnamedText_561c2 ld hl, UnnamedText_561c2
jr asm_1b09c ; 0x561a8 jr .talk
.BagFull
.full
ld hl, UnnamedText_5621c ld hl, UnnamedText_5621c
jr asm_1b09c ; 0x561ad jr .talk
asm_3ace4 ; 0x561af
.refused
ld hl, UnnamedText_56212 ld hl, UnnamedText_56212
jr asm_1b09c ; 0x561b2 jr .talk
asm_6084e ; 0x561b4
.after
ld hl, UnnamedText_56217 ld hl, UnnamedText_56217
asm_1b09c ; 0x561b7
.talk
call PrintText call PrintText
jp TextScriptEnd jp TextScriptEnd