summaryrefslogtreecommitdiff
path: root/src/text
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-01-09 23:57:21 -0600
committerdannye <33dannye@gmail.com>2021-01-10 18:24:08 -0600
commitc8c78a2213f23ca6425feea875be596c8019e8eb (patch)
treebb207af77274a45bbcf3b7cebae98b0638e505fc /src/text
parent62de45a387eb955c730aa08400cd1895e35ce2d7 (diff)
Add Script_Sam
Diffstat (limited to 'src/text')
-rw-r--r--src/text/text3.asm16
-rw-r--r--src/text/text6.asm12
-rw-r--r--src/text/text_offsets.asm28
3 files changed, 28 insertions, 28 deletions
diff --git a/src/text/text3.asm b/src/text/text3.asm
index a0cf867..e7dadf6 100644
--- a/src/text/text3.asm
+++ b/src/text/text3.asm
@@ -1916,36 +1916,36 @@ FlyingPikachuTradeCardName: ; 3f8f7 (f:78f7)
text "<Lv>12 FLYING PIKACHU"
done
-Text03f6: ; 3f90c (f:790c)
+LightningAndFireDeckChoiceText: ; 3f90c (f:790c)
text "Lightning & Fire Deck"
done
-Text03f7: ; 3f923 (f:7923)
+WaterAndFightingDeckChoiceText: ; 3f923 (f:7923)
text "Water & Fighting Deck"
done
-Text03f8: ; 3f93a (f:793a)
+GrassAndPsychicDeckChoiceText: ; 3f93a (f:793a)
text "Grass & Psychic Deck"
done
-Text03f9: ; 3f950 (f:7950)
+SelectDeckToDuelText: ; 3f950 (f:7950)
text "Please select the Deck"
line "you wish to Duel against."
done
-Text03fa: ; 3f982 (f:7982)
+CharmanderAndFriendsDeckChoiceText: ; 3f982 (f:7982)
text "CHARMANDER & Friends Deck"
done
-Text03fb: ; 3f99d (f:799d)
+SquirtleAndFriendsDeckChoiceText: ; 3f99d (f:799d)
text "SQUIRTLE & Friends Deck"
done
-Text03fc: ; 3f9b6 (f:79b6)
+BulbasaurAndFriendsDeckChoiceText: ; 3f9b6 (f:79b6)
text "BULBASAUR & Friends Deck"
done
-Text03fd: ; 3f9d0 (f:79d0)
+SelectDeckToTakeText: ; 3f9d0 (f:79d0)
text "Please select the Deck you want."
done
diff --git a/src/text/text6.asm b/src/text/text6.asm
index 3c70229..eb045ea 100644
--- a/src/text/text6.asm
+++ b/src/text/text6.asm
@@ -998,7 +998,7 @@ Tech2LegendaryCardsCongratsText: ; 4b129 (12:7129)
line "Congratulations, <RAMNAME>!!!"
done
-Text05c5: ; 4b17c (12:717c)
+Tech3BoosterPackExplanationText: ; 4b17c (12:717c)
text "When you defeat a Club Member,"
line "you'll receive a Booster Pack."
line "Each Booster Pack has 10 cards."
@@ -1009,7 +1009,7 @@ Text05c5: ; 4b17c (12:717c)
line "so choose your opponents well."
done
-Text05c6: ; 4b274 (12:7274)
+Tech3LegendaryCardsCongratsText: ; 4b274 (12:7274)
text "Congratulations on inheriting "
line "the Legendary Pokémon Cards,"
line ""
@@ -1019,7 +1019,7 @@ Text05c6: ; 4b274 (12:7274)
line "you'll have a good time!"
done
-Text05c7: ; 4b323 (12:7323)
+Tech4ClubsExplanationText: ; 4b323 (12:7323)
text "I'm sure you already know, but there"
line "are 8 Clubs: the Fighting, Water,"
line "Lightning, Grass, Psychic, Fire,"
@@ -1028,14 +1028,14 @@ Text05c7: ; 4b323 (12:7323)
line "are specific to that Club."
done
-Text05c8: ; 4b3e2 (12:73e2)
+Tech4DefeatedTheGrandMastersText: ; 4b3e2 (12:73e2)
text "Amazing! You beat the 8 Club "
line "Masters!"
line "And you even defeated the"
line "4 Grand Masters! Amazing!"
done
-Text05c9: ; 4b43e (12:743e)
+Tech5DiaryAndEmailExplanationText: ; 4b43e (12:743e)
text "To save your game, press START"
line "and choose Diary from the Menu."
line "You can do all sorts of stuff with"
@@ -1044,7 +1044,7 @@ Text05c9: ; 4b43e (12:743e)
line "Dr. Mason on that PC, too!"
done
-Text05ca: ; 4b4ea (12:74ea)
+Tech5ChallengeMachineExplanationText: ; 4b4ea (12:74ea)
text "This is the Challenge Machine"
line "created by Dr. Mason!"
line "The Challenge Machine is a "
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm
index ccaa251..50838e6 100644
--- a/src/text/text_offsets.asm
+++ b/src/text/text_offsets.asm
@@ -1015,14 +1015,14 @@ TextOffsets:: ; 34000 (d:4000)
textpointer DragoniteLegendaryCardName ; 0x03f3
textpointer SuperEnergyRetrievalTradeCardName ; 0x03f4
textpointer FlyingPikachuTradeCardName ; 0x03f5
- textpointer Text03f6 ; 0x03f6
- textpointer Text03f7 ; 0x03f7
- textpointer Text03f8 ; 0x03f8
- textpointer Text03f9 ; 0x03f9
- textpointer Text03fa ; 0x03fa
- textpointer Text03fb ; 0x03fb
- textpointer Text03fc ; 0x03fc
- textpointer Text03fd ; 0x03fd
+ textpointer LightningAndFireDeckChoiceText ; 0x03f6
+ textpointer WaterAndFightingDeckChoiceText ; 0x03f7
+ textpointer GrassAndPsychicDeckChoiceText ; 0x03f8
+ textpointer SelectDeckToDuelText ; 0x03f9
+ textpointer CharmanderAndFriendsDeckChoiceText ; 0x03fa
+ textpointer SquirtleAndFriendsDeckChoiceText ; 0x03fb
+ textpointer BulbasaurAndFriendsDeckChoiceText ; 0x03fc
+ textpointer SelectDeckToTakeText ; 0x03fd
textpointer HowCanIHelpText ; 0x03fe
textpointer Text03ff ; 0x03ff
textpointer Text0400 ; 0x0400
@@ -1478,12 +1478,12 @@ TextOffsets:: ; 34000 (d:4000)
textpointer Tech1GoodbyeText ; 0x05c2
textpointer Tech2LegendaryCardsExplanationText ; 0x05c3
textpointer Tech2LegendaryCardsCongratsText ; 0x05c4
- textpointer Text05c5 ; 0x05c5
- textpointer Text05c6 ; 0x05c6
- textpointer Text05c7 ; 0x05c7
- textpointer Text05c8 ; 0x05c8
- textpointer Text05c9 ; 0x05c9
- textpointer Text05ca ; 0x05ca
+ textpointer Tech3BoosterPackExplanationText ; 0x05c5
+ textpointer Tech3LegendaryCardsCongratsText ; 0x05c6
+ textpointer Tech4ClubsExplanationText ; 0x05c7
+ textpointer Tech4DefeatedTheGrandMastersText ; 0x05c8
+ textpointer Tech5DiaryAndEmailExplanationText ; 0x05c9
+ textpointer Tech5ChallengeMachineExplanationText ; 0x05ca
textpointer Text05cb ; 0x05cb
textpointer Text05cc ; 0x05cc
textpointer Text05cd ; 0x05cd