summaryrefslogtreecommitdiff
path: root/src/text
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-04-15 17:40:48 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-04-15 17:40:48 +0100
commit2fce2e7bd46d422768a43777e640bbb8eff06013 (patch)
tree91048101cbd4bbb78ef4c553003dae18fde9a3af /src/text
parent732a632a948595906df649252f66fdad5e2b4468 (diff)
Disassemble referenced functions in bank 2
Diffstat (limited to 'src/text')
-rw-r--r--src/text/text2.asm44
-rw-r--r--src/text/text3.asm24
-rw-r--r--src/text/text_offsets.asm68
3 files changed, 68 insertions, 68 deletions
diff --git a/src/text/text2.asm b/src/text/text2.asm
index 0e0c083..1cba1e0 100644
--- a/src/text/text2.asm
+++ b/src/text/text2.asm
@@ -1607,15 +1607,15 @@ PleaseSelectDeckText: ; 3ba0d (e:7a0d)
text "Please select deck."
done
-Text0225: ; 3ba22 (e:7a22)
+ModifyDeckText: ; 3ba22 (e:7a22)
text "Modify deck"
done
-Text0226: ; 3ba2f (e:7a2f)
+ChangeNameText: ; 3ba2f (e:7a2f)
text "Change name"
done
-Text0227: ; 3ba3c (e:7a3c)
+SelectDeckText: ; 3ba3c (e:7a3c)
text "Select deck"
done
@@ -1771,7 +1771,7 @@ WhichCardWouldYouLikeToSeeText: ; 3bce5 (e:7ce5)
text "Which card would you like to see?"
done
-Text024d: ; 3bd08 (e:7d08)
+PleaseChooseAPrizeText: ; 3bd08 (e:7d08)
text "Please choose a Prize."
done
@@ -1792,31 +1792,31 @@ EmptyLineText: ; 3bd42 (e:7d42)
textfw0 " ", " ", " ", " ", " ", " ", " ", " ", " "
done
-Text0252: ; 3bd55 (e:7d55)
+BoosterPackTitleText: ; 3bd55 (e:7d55)
text "Booster Pack"
done
-Text0253: ; 3bd63 (e:7d63)
+Item1ColosseumText: ; 3bd63 (e:7d63)
text "1. Colosseum"
done
-Text0254: ; 3bd71 (e:7d71)
+Item2EvolutionText: ; 3bd71 (e:7d71)
text "2. Evolution"
done
-Text0255: ; 3bd7f (e:7d7f)
+Item3MysteryText: ; 3bd7f (e:7d7f)
text "3. Mystery"
done
-Text0256: ; 3bd8b (e:7d8b)
+Item4LaboratoryText: ; 3bd8b (e:7d8b)
text "4. Laboratory"
done
-Text0257: ; 3bd9a (e:7d9a)
+Item5PromotionalCardText: ; 3bd9a (e:7d9a)
text "5. Promotional Card"
done
-Text0258: ; 3bdaf (e:7daf)
+ViewWhichCardFileText: ; 3bdaf (e:7daf)
text "View which Card File?"
done
@@ -1824,7 +1824,7 @@ Text0259: ; 3bdc6 (e:7dc6)
textfw0 "-", "-", "-", "-", "-", "-", "-", "-", "-", "-"
done
-Text025a: ; 3bdd1 (e:7dd1)
+SCardsText: ; 3bdd1 (e:7dd1)
text "'s Cards"
done
@@ -1836,19 +1836,19 @@ DeckSaveMachineText: ; 3bdea (e:7dea)
text " Deck Save Machine "
done
-Text025d: ; 3be02 (e:7e02)
+SaveADeckText: ; 3be02 (e:7e02)
text "Save a Deck"
done
-Text025e: ; 3be0f (e:7e0f)
+DeleteADeckText: ; 3be0f (e:7e0f)
text "Delete a Deck"
done
-Text025f: ; 3be1e (e:7e1e)
+BuildADeckText: ; 3be1e (e:7e1e)
text "Build a Deck"
done
-Text0260: ; 3be2c (e:7e2c)
+ChooseADeckToSaveText: ; 3be2c (e:7e2c)
text "Choose a Deck to Save."
done
@@ -1861,7 +1861,7 @@ Text0262: ; 3be7d (e:7e7d)
text "for"
done
-Text0263: ; 3be82 (e:7e82)
+SavedTheConfigurationForText: ; 3be82 (e:7e82)
text "Saved the configuration for"
line ""
text "<RAMTEXT>! "
@@ -1876,21 +1876,21 @@ Text0265: ; 3beb7 (e:7eb7)
line "configuration to delete."
done
-Text0266: ; 3bee7 (e:7ee7)
+DoYouReallyWishToDeleteText: ; 3bee7 (e:7ee7)
text "Do you really wish to delete?"
done
-Text0267: ; 3bf06 (e:7f06)
+DeletedTheConfigurationForText: ; 3bf06 (e:7f06)
text "Deleted the configuration for"
line ""
text "<RAMTEXT>."
done
-Text0268: ; 3bf29 (e:7f29)
+YouMayOnlyCarry4DecksText: ; 3bf29 (e:7f29)
text "You may only carry 4 Decks!"
done
-Text0269: ; 3bf46 (e:7f46)
+ChooseADeckToDismantleText: ; 3bf46 (e:7f46)
text "Choose a deck to dismantle."
done
@@ -1905,7 +1905,7 @@ Text026b: ; 3bf73 (e:7f73)
line "you wish to Build."
done
-Text026c: ; 3bf9e (e:7f9e)
+ThisDeckCanOnlyBeBuiltIfYouDismantleText: ; 3bf9e (e:7f9e)
text "This Deck can only be built if"
line "you dismantle another Deck."
done
diff --git a/src/text/text3.asm b/src/text/text3.asm
index 3d32c15..bf23e60 100644
--- a/src/text/text3.asm
+++ b/src/text/text3.asm
@@ -1,23 +1,23 @@
-Text026d: ; 3c000 (f:4000)
+YouDoNotOwnAllCardsNeededToBuildThisDeckText: ; 3c000 (f:4000)
text "You do not own all cards needed"
line "to build this Deck."
done
-Text026e: ; 3c035 (f:4035)
+BuiltDeckText: ; 3c035 (f:4035)
text "Built"
line "<RAMTEXT>"
done
-Text026f: ; 3c03e (f:403e)
+TheseCardsAreNeededToBuildThisDeckText: ; 3c03e (f:403e)
text "These cards are needed"
line "to build this Deck:"
done
-Text0270: ; 3c06a (f:406a)
+DismantleTheseDecksText: ; 3c06a (f:406a)
text "Dismantle these Decks?"
done
-Text0271: ; 3c082 (f:4082)
+DismantledTheDeckText: ; 3c082 (f:4082)
text "Dismantled the Deck."
done
@@ -25,11 +25,11 @@ OKIfFileDeletedText: ; 3c098 (f:4098)
text "OK if this file is deleted?"
done
-Text0273: ; 3c0b5 (f:40b5)
+ReadTheInstructionsText: ; 3c0b5 (f:40b5)
text "Read the Instructions"
done
-Text0274: ; 3c0cc (f:40cc)
+PrintThisCardYesNoText: ; 3c0cc (f:40cc)
text "Print this card?"
line " Yes No"
done
@@ -39,7 +39,7 @@ Text0275: ; 3c0ef (f:40ef)
line "to print."
done
-Text0276: ; 3c11d (f:411d)
+PrintThisDeckText: ; 3c11d (f:411d)
text "Print this Deck?"
done
@@ -48,7 +48,7 @@ Text0277: ; 3c12f (f:412f)
line " Yes No"
done
-Text0278: ; 3c156 (f:4156)
+PrintMenuItemsText: ; 3c156 (f:4156)
text "Pokémon Cards"
line "Deck Configuration"
line "Card List"
@@ -56,16 +56,16 @@ Text0278: ; 3c156 (f:4156)
line "Quit Print"
done
-Text0279: ; 3c19b (f:419b)
+WhatWouldYouLikeToPrintText: ; 3c19b (f:419b)
text "What would you like to print?"
done
-Text027a: ; 3c1ba (f:41ba)
+PleaseSetTheContrastText: ; 3c1ba (f:41ba)
text "Please set the contrast:"
line " Light 1 2 3 4 5 Dark"
done
-Text027b: ; 3c1f7 (f:41f7)
+PleaseMakeSureToTurnGameBoyPrinterOffText: ; 3c1f7 (f:41f7)
text "Please make sure to turn"
line "the Game Boy Printer OFF."
done
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm
index b8a1dbf..02d028b 100644
--- a/src/text/text_offsets.asm
+++ b/src/text/text_offsets.asm
@@ -550,9 +550,9 @@ TextOffsets:: ; 34000 (d:4000)
textpointer DeckNameKeyboardText ; 0x0222
textpointer NewDeckText ; 0x0223
textpointer PleaseSelectDeckText ; 0x0224
- textpointer Text0225 ; 0x0225
- textpointer Text0226 ; 0x0226
- textpointer Text0227 ; 0x0227
+ textpointer ModifyDeckText ; 0x0225
+ textpointer ChangeNameText ; 0x0226
+ textpointer SelectDeckText ; 0x0227
textpointer CancelText ; 0x0228
textpointer Text0229 ; 0x0229
textpointer ChosenAsDuelingDeckText ; 0x022a
@@ -590,53 +590,53 @@ TextOffsets:: ; 34000 (d:4000)
textpointer InPlayAreaText ; 0x024a
textpointer GlossaryText ; 0x024b
textpointer WhichCardWouldYouLikeToSeeText ; 0x024c
- textpointer Text024d ; 0x024d
+ textpointer PleaseChooseAPrizeText ; 0x024d
textpointer HandText_2 ; 0x024e
textpointer DuelistHandText_2 ; 0x024f
textpointer DuelistDiscardPileText ; 0x0250
textpointer EmptyLineText ; 0x0251
- textpointer Text0252 ; 0x0252
- textpointer Text0253 ; 0x0253
- textpointer Text0254 ; 0x0254
- textpointer Text0255 ; 0x0255
- textpointer Text0256 ; 0x0256
- textpointer Text0257 ; 0x0257
- textpointer Text0258 ; 0x0258
+ textpointer BoosterPackTitleText ; 0x0252
+ textpointer Item1ColosseumText ; 0x0253
+ textpointer Item2EvolutionText ; 0x0254
+ textpointer Item3MysteryText ; 0x0255
+ textpointer Item4LaboratoryText ; 0x0256
+ textpointer Item5PromotionalCardText ; 0x0257
+ textpointer ViewWhichCardFileText ; 0x0258
textpointer Text0259 ; 0x0259
- textpointer Text025a ; 0x025a
+ textpointer SCardsText ; 0x025a
textpointer Text025b ; 0x025b
textpointer DeckSaveMachineText ; 0x025c
- textpointer Text025d ; 0x025d
- textpointer Text025e ; 0x025e
- textpointer Text025f ; 0x025f
- textpointer Text0260 ; 0x0260
+ textpointer SaveADeckText ; 0x025d
+ textpointer DeleteADeckText ; 0x025e
+ textpointer BuildADeckText ; 0x025f
+ textpointer ChooseADeckToSaveText ; 0x0260
textpointer Text0261 ; 0x0261
textpointer Text0262 ; 0x0262
- textpointer Text0263 ; 0x0263
+ textpointer SavedTheConfigurationForText ; 0x0263
textpointer Text0264 ; 0x0264
textpointer Text0265 ; 0x0265
- textpointer Text0266 ; 0x0266
- textpointer Text0267 ; 0x0267
- textpointer Text0268 ; 0x0268
- textpointer Text0269 ; 0x0269
+ textpointer DoYouReallyWishToDeleteText ; 0x0266
+ textpointer DeletedTheConfigurationForText ; 0x0267
+ textpointer YouMayOnlyCarry4DecksText ; 0x0268
+ textpointer ChooseADeckToDismantleText ; 0x0269
textpointer Text026a ; 0x026a
textpointer Text026b ; 0x026b
- textpointer Text026c ; 0x026c
- textpointer Text026d ; 0x026d
- textpointer Text026e ; 0x026e
- textpointer Text026f ; 0x026f
- textpointer Text0270 ; 0x0270
- textpointer Text0271 ; 0x0271
+ textpointer ThisDeckCanOnlyBeBuiltIfYouDismantleText ; 0x026c
+ textpointer YouDoNotOwnAllCardsNeededToBuildThisDeckText ; 0x026d
+ textpointer BuiltDeckText ; 0x026e
+ textpointer TheseCardsAreNeededToBuildThisDeckText ; 0x026f
+ textpointer DismantleTheseDecksText ; 0x0270
+ textpointer DismantledTheDeckText ; 0x0271
textpointer OKIfFileDeletedText ; 0x0272
- textpointer Text0273 ; 0x0273
- textpointer Text0274 ; 0x0274
+ textpointer ReadTheInstructionsText ; 0x0273
+ textpointer PrintThisCardYesNoText ; 0x0274
textpointer Text0275 ; 0x0275
- textpointer Text0276 ; 0x0276
+ textpointer PrintThisDeckText ; 0x0276
textpointer Text0277 ; 0x0277
- textpointer Text0278 ; 0x0278
- textpointer Text0279 ; 0x0279
- textpointer Text027a ; 0x027a
- textpointer Text027b ; 0x027b
+ textpointer PrintMenuItemsText ; 0x0278
+ textpointer WhatWouldYouLikeToPrintText ; 0x0279
+ textpointer PleaseSetTheContrastText ; 0x027a
+ textpointer PleaseMakeSureToTurnGameBoyPrinterOffText ; 0x027b
textpointer ProceduresForSendingCardsText ; 0x027c
textpointer CardSendingProceduresText ; 0x027d
textpointer PleaseReadTheProceduresForSendingCardsText ; 0x027e