fix labels in BikeShopText1

hg-commit-id: 7870cbb1af58
This commit is contained in:
Bryan Bishop 2012-01-22 14:00:24 -06:00
parent c2e2e32a29
commit 199b5fb5f2

View file

@ -14086,9 +14086,9 @@ ViridianHouseText2: ; 0x1d59a
ViridianHouseText3: ; 0x1d59f ViridianHouseText3: ; 0x1d59f
db $08 ; asm db $08 ; asm
ld hl, $55b1 ld hl, UnnamedText_1d5b1
call PrintText call PrintText
ld a,SPEAROW ld a, SPEAROW
call $13d0 call $13d0
call $3748 call $3748
jp TextScriptEnd jp TextScriptEnd
@ -14233,11 +14233,11 @@ CeruleanHouseTrashedText1: ; 0x1d68f
call Predef call Predef
and b and b
jr z, .asm_f8734 ; 0x1d698 jr z, .asm_f8734 ; 0x1d698
ld hl, $56b0 ld hl, UnnamedText_1d6b0
call PrintText call PrintText
jr .asm_8dfe9 ; 0x1d6a0 jr .asm_8dfe9 ; 0x1d6a0
.asm_f8734 ; 0x1d6a2 .asm_f8734 ; 0x1d6a2
ld hl, $56ab ld hl, UnnamedText_1d6ab
call PrintText call PrintText
.asm_8dfe9 ; 0x1d6a8 .asm_8dfe9 ; 0x1d6a8
jp TextScriptEnd jp TextScriptEnd
@ -14344,14 +14344,14 @@ BikeShopText1: ; 0x1d745
ld a, [$d75f] ld a, [$d75f]
bit 0, a bit 0, a
jr z, .asm_260d4 ; 0x1d74b jr z, .asm_260d4 ; 0x1d74b
ld hl, $582f ld hl, UnnamedText_1d82f
call PrintText call PrintText
jp $57f5 jp $57f5
.asm_260d4 ; 0x1d756 .asm_260d4 ; 0x1d756
ld b,BIKE_VOUCHER ld b,BIKE_VOUCHER
call $3493 call $3493
jr z, .asm_41190 ; 0x1d75b jr z, .asm_41190 ; 0x1d75b
ld hl, $581f ld hl, UnnamedText_1d81f
call PrintText call PrintText
ld bc,(BICYCLE << 8) | 1 ld bc,(BICYCLE << 8) | 1
call GiveItem call GiveItem
@ -14363,15 +14363,15 @@ BikeShopText1: ; 0x1d745
call Bankswitch call Bankswitch
ld hl, $d75f ld hl, $d75f
set 0, [hl] set 0, [hl]
ld hl, $5824 ld hl, UnnamedText_1d824
call PrintText call PrintText
jr .asm_99ef2 ; 0x1d782 jr .asm_99ef2 ; 0x1d782
.asm_d0d90 ; 0x1d784 .asm_d0d90 ; 0x1d784
ld hl, $5834 ld hl, UnnamedText_1d834
call PrintText call PrintText
jr .asm_99ef2 ; 0x1d78a jr .asm_99ef2 ; 0x1d78a
.asm_41190 ; 0x1d78c .asm_41190 ; 0x1d78c
ld hl, $5810 ld hl, UnnamedText_1d810
call PrintText call PrintText
xor a xor a
ld [$cc26], a ld [$cc26], a
@ -14397,7 +14397,7 @@ BikeShopText1: ; 0x1d745
ld hl, $c3e4 ld hl, $c3e4
ld de, $5807 ld de, $5807
call $1955 call $1955
ld hl, $5815 ld hl, UnnamedText_1d815
call PrintText call PrintText
call $3abe call $3abe
bit 1, a bit 1, a
@ -14407,10 +14407,10 @@ BikeShopText1: ; 0x1d745
ld a, [$cc26] ld a, [$cc26]
and a and a
jr nz, .asm_b7579 ; 0x1d7e7 jr nz, .asm_b7579 ; 0x1d7e7
ld hl, $581a ld hl, UnnamedText_1d81a
call PrintText call PrintText
.asm_b7579 ; 0x1d7ef .asm_b7579 ; 0x1d7ef
ld hl, $582a ld hl, UnnamedText_1d82a
call PrintText call PrintText
.asm_99ef2 ; 0x1d7f5 .asm_99ef2 ; 0x1d7f5
jp TextScriptEnd jp TextScriptEnd
@ -14437,7 +14437,9 @@ UnnamedText_1d81f: ; 0x1d81f
db $50 db $50
; 0x1d81f + 5 bytes ; 0x1d81f + 5 bytes
INCBIN "baserom.gbc",$1d824,$1d82a - $1d824 UnnamedText_1d824: ; 0x1d824
TX_FAR _UnnamedText_1d824 ; 0x98eb2
db $11, $50
UnnamedText_1d82a: ; 0x1d82a UnnamedText_1d82a: ; 0x1d82a
TX_FAR _UnnamedText_1d82a TX_FAR _UnnamedText_1d82a
@ -59545,7 +59547,7 @@ _UnnamedText_1d81f: ; 0x98e83
db "OK! Here you go!", $58 db "OK! Here you go!", $58
; 0x98e83 + 47 bytes ; 0x98e83 + 47 bytes
UnnamedText_98eb2: ; 0x98eb2 _UnnamedText_1d824: ; 0x98eb2
db $0, $52, " exchanged", $4f db $0, $52, " exchanged", $4f
db "the BIKE VOUCHER", $55 db "the BIKE VOUCHER", $55
db "for a BICYCLE.@@" db "for a BICYCLE.@@"