summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-26 16:26:47 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-26 16:26:47 -0600
commit17c6b1b1b34cac97cd84fd198988c55f6388570b (patch)
treee042fdcdad77b6d99017648336e32c31845d5bb5
parentf7710a3588ebb80462e6af657f1405624f0269bb (diff)
fix labels in AgathaTrainerHeaders to match sequence
hg-commit-id: 137227ce839c
-rw-r--r--main.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.asm b/main.asm
index 75077791..cce4a539 100644
--- a/main.asm
+++ b/main.asm
@@ -56811,8 +56811,8 @@ AgathaTrainerHeader1: ; 0x76509
dw $d865 ; flag's byte
dw AgathaBeforeBattleText ; 0x6520 TextBeforeBattle
dw AgathaAfterBattleText ; 0x652a TextAfterBattle
- dw AgathaAlreadyBattledText ; 0x6525 TextEndBattle
- dw AgathaAlreadyBattledText ; 0x6525 TextEndBattle
+ dw AgathaEndBattle ; 0x6525 TextEndBattle
+ dw AgathaEndBattle ; 0x6525 TextEndBattle
; 0x76515
db $ff
@@ -56828,8 +56828,8 @@ AgathaBeforeBattleText: ; 0x76520
db $50
; 0x76520 + 5 bytes
-AgathaAlreadyBattledText: ; 0x76525
- TX_FAR _AgathaAlreadyBattledText
+AgathaEndBattle: ; 0x76525
+ TX_FAR _AgathaEndBattle
db $50
; 0x76525 + 5 bytes
@@ -60435,7 +60435,7 @@ _AgathaBeforeBattleText: ; 0x8686b
db "trainer fights!", $57
; 0x8686b + 261 bytes
-_AgathaAlreadyBattledText: ; 0x86970
+_AgathaEndBattle: ; 0x86970
db $0, "Oh ho!", $4f
db "You're something", $55
db "special, child!", $58