diff options
author | dannye <33dannye@gmail.com> | 2018-07-01 16:51:31 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2018-07-01 16:51:31 -0500 |
commit | 779b0ff472edeff7b0bbb36970cb342c17613f12 (patch) | |
tree | 08e69927c058c39a1174bf766b6bfb4c15021e3e /src/text/text1.asm | |
parent | 95bf272278db81b661942f05916ae5c00d71d207 (diff) |
Clean up previous commit
Diffstat (limited to 'src/text/text1.asm')
-rw-r--r-- | src/text/text1.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text/text1.asm b/src/text/text1.asm index d08ad1c..504dba0 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -386,12 +386,12 @@ Text0059: ; 369dc (d:69dc) line " Hand Examine Back" done -RetreatedPokemonText: ; 36a19 (d:6a19) +RetreatedToTheBenchText: ; 36a19 (d:6a19) text TX_RAM2, "" line "Retreated to the Bench." done -RetreatFailedText: ; 36a34 (d:6a34) +RetreatWasUnsuccessfulText: ; 36a34 (d:6a34) text TX_RAM2, "'s" line "Retreat was unsuccessful." done @@ -401,7 +401,7 @@ WillUseThePokemonPowerText: ; 36a53 (d:6a53) line "Pokémon Power ", TX_RAM2, "." done -FinishedTurnNoAttackText: ; 36a74 (d:6a74) +FinishedTurnWithoutAttackingText: ; 36a74 (d:6a74) text "Finished the Turn" line "without Attacking." done |