diff options
author | dannye <33dannye@gmail.com> | 2021-09-26 22:38:47 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-09-26 22:43:09 -0500 |
commit | 501a21fa5dc6f01c0563316c9cd209cccb1eef45 (patch) | |
tree | c2fe5cc6caa9d8117df3008031d7a26317058acb /text | |
parent | 45c039801916713e4066644086de4d4940d5fa1d (diff) | |
parent | 30acb46b988d4bb54af761696123778acd8517e3 (diff) |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'text')
-rw-r--r-- | text/BillsHouse.asm | 2 | ||||
-rw-r--r-- | text/BluesHouse.asm | 2 | ||||
-rw-r--r-- | text/CeladonCity.asm | 2 | ||||
-rw-r--r-- | text/CeladonDiner.asm | 2 | ||||
-rw-r--r-- | text/CeladonGym.asm | 2 | ||||
-rw-r--r-- | text/CeladonMart3F.asm | 2 | ||||
-rw-r--r-- | text/CeladonMartRoof.asm | 10 | ||||
-rw-r--r-- | text/CinnabarGym.asm | 2 | ||||
-rw-r--r-- | text/CinnabarLabFossilRoom.asm | 4 | ||||
-rw-r--r-- | text/CinnabarLabMetronomeRoom.asm | 2 | ||||
-rw-r--r-- | text/CopycatsHouse2F.asm | 2 | ||||
-rw-r--r-- | text/FuchsiaGoodRodHouse.asm | 2 | ||||
-rw-r--r-- | text/FuchsiaGym.asm | 2 | ||||
-rw-r--r-- | text/MrFujisHouse.asm | 2 | ||||
-rw-r--r-- | text/MrPsychicsHouse.asm | 2 | ||||
-rw-r--r-- | text/MtMoonB2F.asm | 2 | ||||
-rw-r--r-- | text/PokemonFanClub.asm | 2 | ||||
-rw-r--r-- | text/Route1.asm | 2 | ||||
-rw-r--r-- | text/Route12SuperRodHouse.asm | 2 | ||||
-rw-r--r-- | text/Route24.asm | 2 | ||||
-rw-r--r-- | text/SSAnneCaptainsRoom.asm | 2 | ||||
-rw-r--r-- | text/SafariZoneSecretHouse.asm | 2 | ||||
-rw-r--r-- | text/SilphCo11F.asm | 2 | ||||
-rw-r--r-- | text/SilphCo2F.asm | 2 | ||||
-rw-r--r-- | text/VermilionGym.asm | 2 | ||||
-rw-r--r-- | text/VermilionOldRodHouse.asm | 2 | ||||
-rw-r--r-- | text/WardensHouse.asm | 2 |
27 files changed, 32 insertions, 32 deletions
diff --git a/text/BillsHouse.asm b/text/BillsHouse.asm index 2ad5748a..080b425b 100644 --- a/text/BillsHouse.asm +++ b/text/BillsHouse.asm @@ -61,7 +61,7 @@ _BillThankYouText:: _SSTicketReceivedText:: text "<PLAYER> received" line "an @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/BluesHouse.asm b/text/BluesHouse.asm index d799b9ed..782685fe 100644 --- a/text/BluesHouse.asm +++ b/text/BluesHouse.asm @@ -14,7 +14,7 @@ _DaisyOfferMapText:: _GotMapText:: text "<PLAYER> got a" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CeladonCity.asm b/text/CeladonCity.asm index 6ec80e66..e34a09b9 100644 --- a/text/CeladonCity.asm +++ b/text/CeladonCity.asm @@ -42,7 +42,7 @@ _TM41PreText:: _ReceivedTM41Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CeladonDiner.asm b/text/CeladonDiner.asm index dd86a0c1..b91cb5a9 100644 --- a/text/CeladonDiner.asm +++ b/text/CeladonDiner.asm @@ -44,7 +44,7 @@ _CeladonDinerText_491a7:: _ReceivedCoinCaseText:: text "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CeladonGym.asm b/text/CeladonGym.asm index 2ea0dc44..f4ca049a 100644 --- a/text/CeladonGym.asm +++ b/text/CeladonGym.asm @@ -64,7 +64,7 @@ _ErikaRainbowBadgeInfoText:: _ReceivedTM21Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CeladonMart3F.asm b/text/CeladonMart3F.asm index 633f1d3b..3b6013e5 100644 --- a/text/CeladonMart3F.asm +++ b/text/CeladonMart3F.asm @@ -82,7 +82,7 @@ _TM18PreReceiveText:: _ReceivedTM18Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CeladonMartRoof.asm b/text/CeladonMartRoof.asm index fa6f1f64..68a5e64d 100644 --- a/text/CeladonMartRoof.asm +++ b/text/CeladonMartRoof.asm @@ -17,7 +17,7 @@ _CeladonMartRoofText_484f3:: _CeladonMartRoofText_484f9:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end @@ -25,7 +25,7 @@ _CeladonMartRoofText_484fe:: text_start para "@" - text_ram wcf4b + text_ram wStringBuffer text " contains" line "ICE BEAM!" @@ -47,7 +47,7 @@ _CeladonMartRoofText_48504:: _CeladonMartRoofText_4850a:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end @@ -55,7 +55,7 @@ _CeladonMartRoofText_4850f:: text_start para "@" - text_ram wcf4b + text_ram wStringBuffer text " contains" line "ROCK SLIDE!@" text_end @@ -134,7 +134,7 @@ _VendingMachineText4:: done _VendingMachineText5:: - text_ram wcf4b + text_ram wStringBuffer text_start line "popped out!" done diff --git a/text/CinnabarGym.asm b/text/CinnabarGym.asm index 03855d6d..8cdbe0a5 100644 --- a/text/CinnabarGym.asm +++ b/text/CinnabarGym.asm @@ -45,7 +45,7 @@ _BlaineVolcanoBadgeInfoText:: _ReceivedTM38Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CinnabarLabFossilRoom.asm b/text/CinnabarLabFossilRoom.asm index e7983fe9..14db7fff 100644 --- a/text/CinnabarLabFossilRoom.asm +++ b/text/CinnabarLabFossilRoom.asm @@ -30,7 +30,7 @@ _Lab4Text_75dd5:: line "back to life!" para "It was @" - text_ram wcf4b + text_ram wStringBuffer text_start line "like I think!" prompt @@ -43,7 +43,7 @@ _Lab4Text_610ae:: para "It is fossil of" line "@" - text_ram wcf4b + text_ram wStringBuffer text ", a" cont "#MON that is" cont "already extinct!" diff --git a/text/CinnabarLabMetronomeRoom.asm b/text/CinnabarLabMetronomeRoom.asm index f9b2c5d5..2a809953 100644 --- a/text/CinnabarLabMetronomeRoom.asm +++ b/text/CinnabarLabMetronomeRoom.asm @@ -9,7 +9,7 @@ _TM35PreReceiveText:: _ReceivedTM35Text:: text "<PLAYER> received " line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/CopycatsHouse2F.asm b/text/CopycatsHouse2F.asm index 7d1aa0ad..117dd64e 100644 --- a/text/CopycatsHouse2F.asm +++ b/text/CopycatsHouse2F.asm @@ -29,7 +29,7 @@ _TM31PreReceiveText:: _ReceivedTM31Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/FuchsiaGoodRodHouse.asm b/text/FuchsiaGoodRodHouse.asm index 142c2837..4625f8bf 100644 --- a/text/FuchsiaGoodRodHouse.asm +++ b/text/FuchsiaGoodRodHouse.asm @@ -19,7 +19,7 @@ _FuchsiaHouse3Text_561c2:: para "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/FuchsiaGym.asm b/text/FuchsiaGym.asm index 683ae423..24de76d6 100644 --- a/text/FuchsiaGym.asm +++ b/text/FuchsiaGym.asm @@ -54,7 +54,7 @@ _KogaSoulBadgeInfoText:: _ReceivedTM06Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/MrFujisHouse.asm b/text/MrFujisHouse.asm index 2f76ad94..6c7f3439 100644 --- a/text/MrFujisHouse.asm +++ b/text/MrFujisHouse.asm @@ -50,7 +50,7 @@ _LavenderHouse1Text_1d94c:: _ReceivedFluteText:: text "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/MrPsychicsHouse.asm b/text/MrPsychicsHouse.asm index 5ac2c9af..f58188e2 100644 --- a/text/MrPsychicsHouse.asm +++ b/text/MrPsychicsHouse.asm @@ -8,7 +8,7 @@ _TM29PreReceiveText:: _ReceivedTM29Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/MtMoonB2F.asm b/text/MtMoonB2F.asm index e0098791..93d2c7d8 100644 --- a/text/MtMoonB2F.asm +++ b/text/MtMoonB2F.asm @@ -34,7 +34,7 @@ _MtMoon3Text_49f64:: _MtMoon3Text_49f6f:: text "<PLAYER> got the" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/PokemonFanClub.asm b/text/PokemonFanClub.asm index c3858e1c..1d4e5648 100644 --- a/text/PokemonFanClub.asm +++ b/text/PokemonFanClub.asm @@ -102,7 +102,7 @@ FanClubChairStoryText:: ReceivedBikeVoucherText:: text "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/Route1.asm b/text/Route1.asm index bf32af26..c7a05cd4 100644 --- a/text/Route1.asm +++ b/text/Route1.asm @@ -15,7 +15,7 @@ _Route1ViridianMartSampleText:: _Route1Text_1cae8:: text "<PLAYER> got" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/Route12SuperRodHouse.asm b/text/Route12SuperRodHouse.asm index ff633d3a..990fc631 100644 --- a/text/Route12SuperRodHouse.asm +++ b/text/Route12SuperRodHouse.asm @@ -18,7 +18,7 @@ _Route12HouseText_564c5:: para "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/Route24.asm b/text/Route24.asm index 411a4d91..0812d222 100644 --- a/text/Route24.asm +++ b/text/Route24.asm @@ -14,7 +14,7 @@ _Route24Text_51515:: _Route24Text_5151a:: text "<PLAYER> received" line "a @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/SSAnneCaptainsRoom.asm b/text/SSAnneCaptainsRoom.asm index 5bd86e17..c736572b 100644 --- a/text/SSAnneCaptainsRoom.asm +++ b/text/SSAnneCaptainsRoom.asm @@ -34,7 +34,7 @@ _ReceivingHM01Text:: _ReceivedHM01Text:: text "<PLAYER> got" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/SafariZoneSecretHouse.asm b/text/SafariZoneSecretHouse.asm index 8aff18b7..c8006170 100644 --- a/text/SafariZoneSecretHouse.asm +++ b/text/SafariZoneSecretHouse.asm @@ -17,7 +17,7 @@ _SecretHouseText_4a350:: _ReceivedHM03Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/SilphCo11F.asm b/text/SilphCo11F.asm index 51033d72..2b13b0fc 100644 --- a/text/SilphCo11F.asm +++ b/text/SilphCo11F.asm @@ -22,7 +22,7 @@ _SilphCoPresidentText:: _ReceivedSilphCoMasterBallText:: text "<PLAYER> got a" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/SilphCo2F.asm b/text/SilphCo2F.asm index 817b4142..b8bfd9ed 100644 --- a/text/SilphCo2F.asm +++ b/text/SilphCo2F.asm @@ -12,7 +12,7 @@ _SilphCo2Text_59ded:: _ReceivedTM36Text:: text "<PLAYER> got" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/VermilionGym.asm b/text/VermilionGym.asm index 2c6a3dff..174d9293 100644 --- a/text/VermilionGym.asm +++ b/text/VermilionGym.asm @@ -48,7 +48,7 @@ _LTSurgeThunderBadgeInfoText:: _ReceivedTM24Text:: text "<PLAYER> received " line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/VermilionOldRodHouse.asm b/text/VermilionOldRodHouse.asm index d9a94cd4..587681b2 100644 --- a/text/VermilionOldRodHouse.asm +++ b/text/VermilionOldRodHouse.asm @@ -18,7 +18,7 @@ _VermilionHouse2Text_560b6:: para "<PLAYER> received" line "an @" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end diff --git a/text/WardensHouse.asm b/text/WardensHouse.asm index 47612904..16ac6835 100644 --- a/text/WardensHouse.asm +++ b/text/WardensHouse.asm @@ -46,7 +46,7 @@ _WardenThankYouText:: _ReceivedHM04Text:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end |