diff options
author | yenatch <yenatch@gmail.com> | 2013-06-17 18:19:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-06-17 18:19:45 -0400 |
commit | 869de91bd55f9bbd764744e7918476584ce5d768 (patch) | |
tree | 9e2d5bd55b54bfba0716454f890809a78cc9c6b5 /text | |
parent | a4235e11bfe379f410f07aaab3b8a887a5d917ed (diff) |
LostBattle and HalveMoney
Diffstat (limited to 'text')
-rw-r--r-- | text/battle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/battle.asm b/text/battle.asm index cab8fc4a2..dae8c1c3b 100644 --- a/text/battle.asm +++ b/text/battle.asm @@ -176,7 +176,7 @@ BattleText_0x809da: ; 0x809da db "was defeated!", $58 ; 0x809eb -BattleText_0x809eb: ; 0x809eb +TiedAgainstText: ; 0x809eb db $0, "Tied against", $4f db $3f, "!", $58 ; 0x809fc @@ -219,7 +219,7 @@ BattleText_0x80a93: ; 0x80a93 db "good #MON!", $58 ; 0x80ab9 -BattleText_0x80ab9: ; 0x80ab9 +LostAgainstText: ; 0x80ab9 db $0, "Lost against", $4f db $3f, "!", $58 ; 0x80aca |