diff options
author | xCrystal <rgr.crystal@gmail.com> | 2019-07-20 14:08:50 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2019-07-20 14:08:50 +0200 |
commit | c6b095eae729ed1a8cc19c28be746c43744d83d3 (patch) | |
tree | 8c7eb2f3f8f4e9699e388bc5833f38846178174c /src/text/text_offsets.asm | |
parent | 87ddb7aaeb884e9f4d73aeeb66d747ccb6077bf3 (diff) |
A few more text labels
Diffstat (limited to 'src/text/text_offsets.asm')
-rw-r--r-- | src/text/text_offsets.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index 2f56aaa..df61804 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -101,10 +101,10 @@ TextOffsets:: ; 34000 (d:4000) textpointer PlacedOnTheBenchText ; 0x0061 textpointer PlacedInTheArenaText ; 0x0062 textpointer ShufflesTheDeckText ; 0x0063 - textpointer Text0064 ; 0x0064 - textpointer Text0065 ; 0x0065 - textpointer Text0066 ; 0x0066 - textpointer Text0067 ; 0x0067 + textpointer ThisIsJustPracticeDoNotShuffleText ; 0x0064 + textpointer EachPlayerShuffleOpponentsDeckText ; 0x0065 + textpointer EachPlayerDraw7CardsText ; 0x0066 + textpointer Drew7CardsText ; 0x0067 textpointer DeckHasXCardsText ; 0x0068 textpointer ChooseBasicPkmnToPlaceInArenaText ; 0x0069 textpointer ThereAreNoBasicPokemonInHand ; 0x006a |