summaryrefslogtreecommitdiff
path: root/src/text/text9.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/text/text9.asm')
-rw-r--r--src/text/text9.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text/text9.asm b/src/text/text9.asm
index 2249e38..f4cf489 100644
--- a/src/text/text9.asm
+++ b/src/text/text9.asm
@@ -889,7 +889,7 @@ Text07e5: ; 5725f (15:725f)
db TX_START,"Congratulations!\n"
db "You won against ",TX_RAM3," opponents!",TX_END
-DefeatedFiveOpponents: ; 5728e (15:728e)
+DefeatedFiveOpponentsText: ; 5728e (15:728e)
db TX_START,"Congratulations!\n"
db "You defeated 5 opponents!",TX_END
@@ -897,7 +897,7 @@ Text07e7: ; 572ba (15:72ba)
db TX_START,TX_RAM1," successfully defeated \n"
db "5 opponents ",TX_START,TX_RAM3," time(s)!!!",TX_END
-ConsecutiveWinRecordIncreased: ; 572ee (15:72ee)
+ConsecutiveWinRecordIncreasedText: ; 572ee (15:72ee)
db TX_START,TX_RAM1,"'s consecutive win\n"
db "record increased to ",TX_RAM3,"!",TX_END