diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-29 18:17:43 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-29 18:17:43 +0200 |
commit | 00f7e8038194d8ef42e006fd2e6d0e573ee83f1d (patch) | |
tree | 530aeecdc2d69a0c8fc95326d16a0d1a4eb7e049 /src/text | |
parent | 5621850eb451524b3f7c2ac2d036fd27a918ec30 (diff) |
More duel bank1 disasm
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text1.asm | 18 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/src/text/text1.asm b/src/text/text1.asm index d4124c2..a483926 100644 --- a/src/text/text1.asm +++ b/src/text/text1.asm @@ -462,7 +462,7 @@ ChooseBasicPkmnToPlaceInArenaText: ; 36bc2 (d:6bc2) line "to place in the Arena." done -Text006a: ; 36bf1 (d:6bf1) +ThereAreNoBasicPokemonInHand: ; 36bf1 (d:6bf1) text "There are no Basic Pokémon" line "in <RAMNAME>'s hand." done @@ -472,7 +472,7 @@ NeitherPlayerHasBasicPkmnText: ; 36c1a (d:6c1a) line "Pokémon in his or her hand." done -Text006c: ; 36c54 (d:6c54) +ReturnCardsToDeckAndDrawAgainText: ; 36c54 (d:6c54) text "Return the cards to the Deck" line "and draw again." done @@ -482,12 +482,12 @@ ChooseUpTo5BasicPkmnToPlaceOnBenchText: ; 36c82 (d:6c82) line "to place on the Bench." done -Text006e: ; 36cbf (d:6cbf) +PleaseChooseAnActivePokemonText: ; 36cbf (d:6cbf) text "Please choose an" line "Active Pokémon." done -Text006f: ; 36ce1 (d:6ce1) +ChooseYourBenchPokemonText: ; 36ce1 (d:6ce1) text "Choose your" line "Bench Pokémon." done @@ -496,7 +496,7 @@ YouDrewText: ; 36cfd (d:6cfd) text "You drew <RAMTEXT>." done -Text0071: ; 36d0a (d:6d0a) +YouCannotSelectThisCardText: ; 36d0a (d:6d0a) text "You cannot select this card." done @@ -543,21 +543,21 @@ StartSuddenDeathMatchText: ; 36e05 (d:6e05) line "Match for 1 Prize!" done -Text007b: ; 36e2e (d:6e2e) +PrizesLeftActivePokemonCardsInDeckText: ; 36e2e (d:6e2e) text "Prizes Left" line "Active Pokémon" line "Cards in Deck" done -Text007c: ; 36e58 (d:6e58) +NoneText: ; 36e58 (d:6e58) text "None" done -Text007d: ; 36e5e (d:6e5e) +YesText: ; 36e5e (d:6e5e) text "Yes" done -Text007e: ; 36e63 (d:6e63) +CardsText: ; 36e63 (d:6e63) text "Cards" done diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index 5f817b6..6b917ef 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -107,14 +107,14 @@ TextOffsets:: ; 34000 (d:4000) textpointer Text0067 ; 0x0067 textpointer DeckHasXCardsText ; 0x0068 textpointer ChooseBasicPkmnToPlaceInArenaText ; 0x0069 - textpointer Text006a ; 0x006a + textpointer ThereAreNoBasicPokemonInHand ; 0x006a textpointer NeitherPlayerHasBasicPkmnText ; 0x006b - textpointer Text006c ; 0x006c + textpointer ReturnCardsToDeckAndDrawAgainText ; 0x006c textpointer ChooseUpTo5BasicPkmnToPlaceOnBenchText ; 0x006d - textpointer Text006e ; 0x006e - textpointer Text006f ; 0x006f + textpointer PleaseChooseAnActivePokemonText ; 0x006e + textpointer ChooseYourBenchPokemonText ; 0x006f textpointer YouDrewText ; 0x0070 - textpointer Text0071 ; 0x0071 + textpointer YouCannotSelectThisCardText ; 0x0071 textpointer PlacingThePrizesText ; 0x0072 textpointer PleasePlacePrizesText ; 0x0073 textpointer IfHeadPlayerPlaysFirstText ; 0x0074 @@ -124,10 +124,10 @@ TextOffsets:: ; 34000 (d:4000) textpointer WonDuelText ; 0x0078 textpointer LostDuelText ; 0x0079 textpointer StartSuddenDeathMatchText ; 0x007a - textpointer Text007b ; 0x007b - textpointer Text007c ; 0x007c - textpointer Text007d ; 0x007d - textpointer Text007e ; 0x007e + textpointer PrizesLeftActivePokemonCardsInDeckText ; 0x007b + textpointer NoneText ; 0x007c + textpointer YesText ; 0x007d + textpointer CardsText ; 0x007e textpointer Text007f ; 0x007f textpointer Text0080 ; 0x0080 textpointer WasKnockedOutText ; 0x0081 |