diff options
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text1.asm | 8 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/text/text1.asm b/src/text/text1.asm index 8245b3b..e7b0fe4 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -434,21 +434,21 @@ ShufflesTheDeckText: ; 36afe (d:6afe) text "<RAMNAME> shuffles the Deck." done -Text0064: ; 36b14 (d:6b14) +ThisIsJustPracticeDoNotShuffleText: ; 36b14 (d:6b14) text "Since this is just practice," line "Do not shuffle the Deck." done -Text0065: ; 36b4b (d:6b4b) +EachPlayerShuffleOpponentsDeckText: ; 36b4b (d:6b4b) text "Each player will" line "shuffle the opponent's Deck." done -Text0066: ; 36b7a (d:6b7a) +EachPlayerDraw7CardsText: ; 36b7a (d:6b7a) text "Each player will draw 7 cards." done -Text0067: ; 36b9a (d:6b9a) +Drew7CardsText: ; 36b9a (d:6b9a) text "<RAMNAME>" line "drew 7 cards." done 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 |