diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 23:18:32 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-03 23:18:32 +0100 |
commit | f7fcfe4b038ad5013c3861d10e2ee64453b393c3 (patch) | |
tree | 72823326e612ae8cc89a4c00f30b7a0b5a68debf /src/text/text1.asm | |
parent | 4ce5374e962cea37d5e0834ab2488eef04cf13cf (diff) |
Functions related to using card from hand
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 f08651f..9819511 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -420,7 +420,7 @@ Text0060: ; 36ab7 (d:6ab7) line "into ", TX_RAM2, "." done -Text0061: ; 36aca (d:6aca) +PlacedOnTheBenchText: ; 36aca (d:6aca) text "Placed ", TX_RAM2, "" line "on the Bench." done @@ -833,12 +833,12 @@ NoSpaceOnTheBenchText: ; 374fa (d:74fa) text "There is no space on the Bench." done -Text00b3: ; 3751b (d:751b) +NoPokemonCapableOfEvolvingText: ; 3751b (d:751b) text "There are no Pok`mon capable" line "of Evolving." done -Text00b4: ; 37546 (d:7546) +CantEvolvePokemonInSameTurnItsPlacedText: ; 37546 (d:7546) text "You cannot Evolve a Pok`mon" line "in the same turn it was placed." done |