shithub: pokered

Download patch

ref: 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd
parent: 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838
author: Víctor M. González <helios.vmg@gmail.com>
date: Sun Jul 30 14:46:53 EDT 2017

Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively.

--- a/text.asm
+++ b/text.asm
@@ -2239,7 +2239,7 @@
 	prompt
 
 _GettingPumpedText::
-	text $5a, "'s"
+	text "<USER>'s"
 	line "getting pumped!"
 	prompt
 
--- a/text/maps/agatha.asm
+++ b/text/maps/agatha.asm
@@ -17,7 +17,7 @@
 	cont "wrong! #MON"
 	cont "are for fighting!"
 
-	para $52, "! I'll show"
+	para "<PLAYER>! I'll show"
 	line "you how a real"
 	cont "trainer fights!"
 	done
--- a/text/maps/bills_house.asm
+++ b/text/maps/bills_house.asm
@@ -54,7 +54,7 @@
 	prompt
 
 _SSTicketReceivedText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "an @"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/blues_house.asm
+++ b/text/maps/blues_house.asm
@@ -1,6 +1,6 @@
 _DaisyInitialText::
-	text "Hi ",$52,"!"
-	line $53," is out at"
+	text "Hi <PLAYER>!"
+	line "<RIVAL> is out at"
 	cont "Grandpa's lab."
 	done
 
@@ -12,7 +12,7 @@
 	prompt
 
 _GotMapText::
-	text $52," got a"
+	text "<PLAYER> got a"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/bruno.asm
+++ b/text/maps/bruno.asm
@@ -11,7 +11,7 @@
 	line "trained with"
 	cont "my #MON!"
 
-	para $52, "!"
+	para "<PLAYER>!"
 
 	para "We will grind you"
 	line "down with our"
--- a/text/maps/celadon_city.asm
+++ b/text/maps/celadon_city.asm
@@ -40,7 +40,7 @@
 	prompt
 
 _ReceivedTM41Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/celadon_dept_store_roof.asm
+++ b/text/maps/celadon_dept_store_roof.asm
@@ -14,7 +14,7 @@
 	line "from me!@@"
 
 _CeladonMartRoofText_484f9::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
@@ -40,7 +40,7 @@
 	line "from me!@@"
 
 _CeladonMartRoofText_4850a::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
@@ -66,7 +66,7 @@
 	line "from me!@@"
 
 _ReceivedTM49Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM49!@@"
 
 _CeladonMartRoofText_48520::
--- a/text/maps/celadon_diner.asm
+++ b/text/maps/celadon_diner.asm
@@ -42,7 +42,7 @@
 	prompt
 
 _ReceivedCoinCaseText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "a @"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/celadon_game_corner.asm
+++ b/text/maps/celadon_game_corner.asm
@@ -64,7 +64,7 @@
 	prompt
 
 _Received10CoinsText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "10 coins!@@"
 
 _CeladonGameCornerText_48da7::
@@ -121,7 +121,7 @@
 	prompt
 
 _Received20CoinsText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "20 coins!@@"
 
 _CeladonGameCornerText_48e31::
@@ -143,7 +143,7 @@
 	prompt
 
 _CeladonGameCornerText_48e8d::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "20 coins!@@"
 
 _CeladonGameCornerText_48e93::
--- a/text/maps/celadon_gym.asm
+++ b/text/maps/celadon_gym.asm
@@ -62,7 +62,7 @@
 	done
 
 _ReceivedTM21Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/cerulean_city.asm
+++ b/text/maps/cerulean_city.asm
@@ -1,6 +1,6 @@
 _CeruleanCityText_19668::
-	text $53, ": Yo!"
-	line $52, "!"
+	text "<RIVAL>: Yo!"
+	line "<PLAYER>!"
 
 	para "You're still"
 	line "struggling along"
@@ -13,7 +13,7 @@
 
 	para "Here, let me see"
 	line "what you caught,"
-	cont $52, "!"
+	cont "<PLAYER>!"
 	done
 
 _CeruleanCityText_1966d::
@@ -29,7 +29,7 @@
 	prompt
 
 _CeruleanCityText_19677::
-	text $53, ": Hey,"
+	text "<RIVAL>: Hey,"
 	line "guess what?"
 
 	para "I went to BILL's"
@@ -69,7 +69,7 @@
 	done
 
 _ReceivedTM28Text::
-	text $52, " recovered"
+	text "<PLAYER> recovered"
 	line "TM28!@@"
 
 _ReceivedTM28Text2::
--- a/text/maps/cerulean_gym.asm
+++ b/text/maps/cerulean_gym.asm
@@ -46,7 +46,7 @@
 	done
 
 _ReceivedTM11Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM11!@@"
 
 _CeruleanGymText_5c7d3::
--- a/text/maps/champion.asm
+++ b/text/maps/champion.asm
@@ -1,9 +1,9 @@
 _GaryChampionIntroText::
-	text $53, ": Hey!"
+	text "<RIVAL>: Hey!"
 
 	para "I was looking"
 	line "forward to seeing"
-	cont "you, ", $52, "!"
+	cont "you, <PLAYER>!"
 
 	para "My rival should"
 	line "be strong to keep"
@@ -24,7 +24,7 @@
 	para "I'm the #MON"
 	line "LEAGUE champion!"
 
-	para $52, "! Do you"
+	para "<PLAYER>! Do you"
 	line "know what that"
 	cont "means?"
 
@@ -54,11 +54,11 @@
 	line "I won, I won!"
 
 	para "I'm too good for"
-	line "you, ", $52, "!"
+	line "you, <PLAYER>!"
 
 	para "You did well to"
 	line "even reach me,"
-	cont $53, ", the"
+	cont "<RIVAL>, the"
 	cont "#MON genius!"
 
 	para "Nice try, loser!"
@@ -82,7 +82,7 @@
 	done
 
 _GaryText2::
-	text "OAK: ", $52, "!"
+	text "OAK: <PLAYER>!"
 	done
 
 _GaryText_76120::
@@ -99,12 +99,12 @@
 	TX_RAM wcd6d
 	text "!"
 
-	para $52, ", you have"
+	para "<PLAYER>, you have"
 	line "come of age!"
 	done
 
 _GaryText_76125::
-	text "OAK: ", $53, "! I'm"
+	text "OAK: <RIVAL>! I'm"
 	line "disappointed!"
 
 	para "I came when I"
@@ -115,7 +115,7 @@
 	line "here, you had"
 	cont "already lost!"
 
-	para $53, "! Do you"
+	para "<RIVAL>! Do you"
 	line "understand why"
 	cont "you lost?"
 
@@ -130,7 +130,7 @@
 	done
 
 _GaryText_7612a::
-	text "OAK: ", $52, "!"
+	text "OAK: <PLAYER>!"
 
 	para "You understand"
 	line "that your victory"
@@ -141,6 +141,6 @@
 	line "with your #MON"
 	cont "is marvelous!"
 
-	para $52, "!"
+	para "<PLAYER>!"
 	line "Come with me!"
 	done
--- a/text/maps/cinnabar_gym.asm
+++ b/text/maps/cinnabar_gym.asm
@@ -42,7 +42,7 @@
 	done
 
 _ReceivedTM38Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
@@ -204,6 +204,6 @@
 	done
 
 _CinnabarGymText_75ac7::
-	text $52, "! You beat"
+	text "<PLAYER>! You beat"
 	line "that fire brand!"
 	done
--- a/text/maps/cinnabar_lab_fossil_room.asm
+++ b/text/maps/cinnabar_lab_fossil_room.asm
@@ -58,7 +58,7 @@
 	text "So! You hurry and"
 	line "give me that!"
 
-	para $52, " handed"
+	para "<PLAYER> handed"
 	line "over @"
 	TX_RAM wcd6d
 	text "!"
--- a/text/maps/cinnabar_lab_metronome_room.asm
+++ b/text/maps/cinnabar_lab_metronome_room.asm
@@ -7,7 +7,7 @@
 	prompt
 
 _ReceivedTM35Text::
-	text $52, " received "
+	text "<PLAYER> received "
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/copycats_house_2f.asm
+++ b/text/maps/copycats_house_2f.asm
@@ -1,11 +1,11 @@
 _CopycatsHouse2FText_5ccd4::
-	text $52, ": Hi! Do"
+	text "<PLAYER>: Hi! Do"
 	line "you like #MON?"
 
-	para $52, ": Uh no, I"
+	para "<PLAYER>: Uh no, I"
 	line "just asked you."
 
-	para $52, ": Huh?"
+	para "<PLAYER>: Huh?"
 	line "You're strange!"
 
 	para "COPYCAT: Hmm?"
@@ -27,7 +27,7 @@
 	prompt
 
 _ReceivedTM31Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
@@ -41,12 +41,12 @@
 	line "#MON!@@"
 
 _TM31ExplanationText2::
-	text $52, ": Hi!"
+	text "<PLAYER>: Hi!"
 	line "Thanks for TM31!"
 
-	para $52, ": Pardon?"
+	para "<PLAYER>: Pardon?"
 
-	para $52, ": Is it"
+	para "<PLAYER>: Is it"
 	line "that fun to mimic"
 	cont "my every move?"
 
--- a/text/maps/daycare_1.asm
+++ b/text/maps/daycare_1.asm
@@ -46,7 +46,7 @@
 	done
 
 _DayCareGotMonBackText::
-	text $52, " got"
+	text "<PLAYER> got"
 	line "@"
 	TX_RAM wDayCareMonName
 	text " back!"
--- a/text/maps/fuchsia_fishing_house.asm
+++ b/text/maps/fuchsia_fishing_house.asm
@@ -17,7 +17,7 @@
 	para "Take this and"
 	line "fish, young one!"
 
-	para $52, " received"
+	para "<PLAYER> received"
 	line "a @"
 	TX_RAM wcf4b
 	text "!@@"
@@ -29,7 +29,7 @@
 
 _FuchsiaHouse3Text_56217::
 	text "Hello there,"
-	line $52, "!"
+	line "<PLAYER>!"
 
 	para "How are the fish"
 	line "biting?"
--- a/text/maps/fuchsia_gym_2.asm
+++ b/text/maps/fuchsia_gym_2.asm
@@ -25,7 +25,7 @@
 	done
 
 _ReceivedTM06Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/fujis_house.asm
+++ b/text/maps/fujis_house.asm
@@ -34,7 +34,7 @@
 	text "NIDORINO: Gaoo!@@"
 
 _LavenderHouse1Text_1d94c::
-	text "MR.FUJI: ", $52, "."
+	text "MR.FUJI: <PLAYER>."
 
 	para "Your #DEX quest"
 	line "may fail without"
@@ -46,7 +46,7 @@
 	prompt
 
 _ReceivedFluteText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "a @"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/lance.asm
+++ b/text/maps/lance.asm
@@ -24,7 +24,7 @@
 
 	para "Your LEAGUE"
 	line "challenge ends"
-	cont "with me, ", $52, "!"
+	cont "with me, <PLAYER>!"
 	done
 
 _LanceEndBattleText::
@@ -39,7 +39,7 @@
 	text "I still can't"
 	line "believe my"
 	cont "dragons lost to"
-	cont "you, ", $52, "!"
+	cont "you, <PLAYER>!"
 
 	para "You are now the"
 	line "#MON LEAGUE"
@@ -54,7 +54,7 @@
 	line "another trainer!"
 	cont "His name is..."
 
-	para $53, "!"
+	para "<RIVAL>!"
 	line "He beat the ELITE"
 	cont "FOUR before you!"
 
--- a/text/maps/mr_psychics_house.asm
+++ b/text/maps/mr_psychics_house.asm
@@ -6,7 +6,7 @@
 	prompt
 
 _ReceivedTM29Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/mt_moon_b2f.asm
+++ b/text/maps/mt_moon_b2f.asm
@@ -9,7 +9,7 @@
 	done
 
 _MtMoon3Text_49f6f::
-	text $52, " got the"
+	text "<PLAYER> got the"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/oaks_lab.asm
+++ b/text/maps/oaks_lab.asm
@@ -10,7 +10,7 @@
 	cont "greedy like you!"
 
 	para "Go ahead and"
-	line "choose, ", $52, "!"
+	line "choose, <PLAYER>!"
 	done
 
 _OaksLabText41::
@@ -49,7 +49,7 @@
 	prompt
 
 _OaksLabReceivedMonText::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "a @"
 	TX_RAM wcd6d
 	text "!@@"
--- a/text/maps/pallet_town.asm
+++ b/text/maps/pallet_town.asm
@@ -47,9 +47,9 @@
 	done
 
 _PalletTownText6::
-	text $52,"'s house "
+	text "<PLAYER>'s house "
 	done
 
 _PalletTownText7::
-	text $53,"'s house "
+	text "<RIVAL>'s house "
 	done
--- a/text/maps/pewter_gym_2.asm
+++ b/text/maps/pewter_gym_2.asm
@@ -18,7 +18,7 @@
 	done
 
 _ReceivedTM34Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM34!@@"
 
 _TM34ExplanationText::
@@ -57,7 +57,7 @@
 	line "victory, here's"
 	cont "the BOULDERBADGE!"
 
-	para $52, " received"
+	para "<PLAYER> received"
 	line "the BOULDERBADGE!@@"
 
 _PewterGymText_5c4c1::
--- a/text/maps/pokemon_tower_2f.asm
+++ b/text/maps/pokemon_tower_2f.asm
@@ -1,6 +1,6 @@
 _PokemonTower2Text_6062d::
-	text $53, ": Hey,"
-	line $52, "! What"
+	text "<RIVAL>: Hey,"
+	line "<PLAYER>! What"
 	cont "brings you here?"
 	cont "Your #MON"
 	cont "don't look dead!"
@@ -19,7 +19,7 @@
 	prompt
 
 _PokemonTower2Text_60637::
-	text $53, ": Well,"
+	text "<RIVAL>: Well,"
 	line "look at all your"
 	cont "wimpy #MON!"
 
--- a/text/maps/pokemon_tower_5f.asm
+++ b/text/maps/pokemon_tower_5f.asm
@@ -66,6 +66,6 @@
 	text "Entered purified,"
 	line "protected zone!"
 
-	para $52, "'s #MON"
+	para "<PLAYER>'s #MON"
 	line "are fully healed!"
 	done
--- a/text/maps/route_1.asm
+++ b/text/maps/route_1.asm
@@ -13,7 +13,7 @@
 	prompt
 
 _Route1Text_1cae8::
-	text $52, " got"
+	text "<PLAYER> got"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/route_12_gate_upstairs.asm
+++ b/text/maps/route_12_gate_upstairs.asm
@@ -9,7 +9,7 @@
 	prompt
 
 _ReceivedTM39Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM39!@@"
 
 _TM39ExplanationText::
--- a/text/maps/route_12_house.asm
+++ b/text/maps/route_12_house.asm
@@ -16,7 +16,7 @@
 	para "Take this and"
 	line "fish, young one!"
 
-	para $52, " received"
+	para "<PLAYER> received"
 	line "a @"
 	TX_RAM wcf4b
 	text "!@@"
@@ -39,7 +39,7 @@
 
 _Route12HouseText_564d4::
 	text "Hello there,"
-	line $52, "!"
+	line "<PLAYER>!"
 
 	para "Use the SUPER ROD"
 	line "in any water!"
--- a/text/maps/route_16_house.asm
+++ b/text/maps/route_16_house.asm
@@ -9,7 +9,7 @@
 	prompt
 
 _ReceivedHM02Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "HM02!@@"
 
 _HM02ExplanationText::
--- a/text/maps/route_22.asm
+++ b/text/maps/route_22.asm
@@ -1,6 +1,6 @@
 _Route22RivalBeforeBattleText1::
-	text $53, ": Hey!"
-	line $52, "!"
+	text "<RIVAL>: Hey!"
+	line "<PLAYER>!"
 
 	para "You're going to"
 	line "#MON LEAGUE?"
@@ -38,7 +38,7 @@
 	prompt
 
 _Route22Text_511bc::
-	text $53, ": What?"
+	text "<RIVAL>: What?"
 	line "Why do I have 2"
 	cont "#MON?"
 
@@ -47,8 +47,8 @@
 	prompt
 
 _Route22RivalBeforeBattleText2::
-	text $53, ": What?"
-	line $52, "! What a"
+	text "<RIVAL>: What?"
+	line "<PLAYER>! What a"
 	cont "surprise to see"
 	cont "you here!"
 
@@ -72,7 +72,7 @@
 	line "up! I'm ready for"
 	cont "#MON LEAGUE!"
 
-	para $52, ", you need"
+	para "<PLAYER>, you need"
 	line "more practice!"
 
 	para "But hey, you know"
--- a/text/maps/route_24_1.asm
+++ b/text/maps/route_24_1.asm
@@ -10,7 +10,7 @@
 	prompt
 
 _Route24Text_5151a::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "a @"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/safari_zone_entrance.asm
+++ b/text/maps/safari_zone_entrance.asm
@@ -20,7 +20,7 @@
 	line "special # BALL"
 	cont "here."
 
-	para $52, " received"
+	para "<PLAYER> received"
 	line "30 SAFARI BALLs!@@"
 
 _SafariZoneEntranceText_75360::
--- a/text/maps/safari_zone_secret_house.asm
+++ b/text/maps/safari_zone_secret_house.asm
@@ -15,7 +15,7 @@
 	prompt
 
 _ReceivedHM03Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/saffron_gym.asm
+++ b/text/maps/saffron_gym.asm
@@ -55,7 +55,7 @@
 	done
 
 ReceivedTM46Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM46!@@"
 
 _TM46ExplanationText::
--- a/text/maps/silph_co_11f.asm
+++ b/text/maps/silph_co_11f.asm
@@ -20,7 +20,7 @@
 	prompt
 
 _ReceivedSilphCoMasterBallText::
-	text $52, " got a"
+	text "<PLAYER> got a"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
@@ -87,7 +87,7 @@
 	para "But, TEAM ROCKET"
 	line "will never fall!"
 
-	para $52, "! Never"
+	para "<PLAYER>! Never"
 	line "forget that all"
 	cont "#MON exist"
 	cont "for TEAM ROCKET!"
--- a/text/maps/silph_co_2f.asm
+++ b/text/maps/silph_co_2f.asm
@@ -10,7 +10,7 @@
 	prompt
 
 _ReceivedTM36Text::
-	text $52, " got"
+	text "<PLAYER> got"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/silph_co_3f.asm
+++ b/text/maps/silph_co_3f.asm
@@ -4,7 +4,7 @@
 	done
 
 _SilphCo3Text_59ffe::
-	text $52, "! You and"
+	text "<PLAYER>! You and"
 	line "your #MON"
 	cont "saved us!"
 	done
--- a/text/maps/silph_co_7f.asm
+++ b/text/maps/silph_co_7f.asm
@@ -145,12 +145,12 @@
 	done
 
 _SilphCo7Text_51ebe::
-	text $53, ": What"
-	line "kept you ", $52, "?"
+	text "<RIVAL>: What"
+	line "kept you <PLAYER>?"
 	done
 
 _SilphCo7Text_51ec3::
-	text $53, ": Hahaha!"
+	text "<RIVAL>: Hahaha!"
 	line "I thought you'd"
 	cont "turn up if I"
 	cont "waited here!"
@@ -173,7 +173,7 @@
 	prompt
 
 _SilphCo7Text_51ecd::
-	text $53, ": How can"
+	text "<RIVAL>: How can"
 	line "I put this?"
 
 	para "You're not good"
@@ -182,7 +182,7 @@
 	prompt
 
 _SilphCo7Text_51ed2::
-	text "Well, ", $52, "!"
+	text "Well, <PLAYER>!"
 
 	para "I'm moving on up"
 	line "and ahead!"
@@ -202,7 +202,7 @@
 	line "world's most"
 	cont "powerful trainer!"
 
-	para $52, ", well"
+	para "<PLAYER>, well"
 	line "good luck to you!"
 	cont "Don't sweat it!"
 	cont "Smell ya!"
--- a/text/maps/ss_anne_2.asm
+++ b/text/maps/ss_anne_2.asm
@@ -9,13 +9,13 @@
 	done
 
 _SSAnneRivalBeforeBattleText::
-	text $53, ": Bonjour!"
-	line $52, "!"
+	text "<RIVAL>: Bonjour!"
+	line "<PLAYER>!"
 
 	para "Imagine seeing"
 	line "you here!"
 
-	para $52, ", were you"
+	para "<PLAYER>, were you"
 	line "really invited?"
 
 	para "So how's your"
@@ -40,7 +40,7 @@
 	prompt
 
 _SSAnneRivalWonText::
-	text $52, "! What are"
+	text "<PLAYER>! What are"
 	line "you, seasick?"
 
 	para "You should shape"
@@ -48,7 +48,7 @@
 	prompt
 
 _SSAnneRivalCaptainText::
-	text $53, ": I heard"
+	text "<RIVAL>: I heard"
 	line "there was a CUT"
 	cont "master on board."
 
--- a/text/maps/ss_anne_7.asm
+++ b/text/maps/ss_anne_7.asm
@@ -3,7 +3,7 @@
 	line "I feel hideous..."
 	cont "Urrp! Seasick..."
 
-	para $52, " rubbed"
+	para "<PLAYER> rubbed"
 	line "the CAPTAIN's"
 	cont "back!"
 
@@ -31,7 +31,7 @@
 	prompt
 
 _ReceivedHM01Text::
-	text $52, " got"
+	text "<PLAYER> got"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/vermilion_fishing_house.asm
+++ b/text/maps/vermilion_fishing_house.asm
@@ -16,7 +16,7 @@
 	para "Take this and"
 	line "fish, young one!"
 
-	para $52, " received"
+	para "<PLAYER> received"
 	line "an @"
 	TX_RAM wcf4b
 	text "!@@"
@@ -39,7 +39,7 @@
 
 _VermilionHouse2Text_560c5::
 	text "Hello there,"
-	line $52, "!"
+	line "<PLAYER>!"
 
 	para "How are the fish"
 	line "biting?"
--- a/text/maps/vermilion_gym_2.asm
+++ b/text/maps/vermilion_gym_2.asm
@@ -24,7 +24,7 @@
 	done
 
 _ReceivedTM24Text::
-	text $52, " received "
+	text "<PLAYER> received "
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/maps/victory_road_2f.asm
+++ b/text/maps/victory_road_2f.asm
@@ -29,7 +29,7 @@
 	prompt
 
 _VictoryRoad2AfterBattleText2::
-	text $53, " also came"
+	text "<RIVAL> also came"
 	line "through here!"
 	done
 
--- a/text/maps/viridian_city.asm
+++ b/text/maps/viridian_city.asm
@@ -83,7 +83,7 @@
 	prompt
 
 _ReceivedTM42Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM42!@@"
 
 _TM42Explanation::
--- a/text/maps/viridian_gym.asm
+++ b/text/maps/viridian_gym.asm
@@ -60,7 +60,7 @@
 	done
 
 _ReceivedTM27Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "TM27!@@"
 
 _TM27ExplanationText::
--- a/text/maps/viridian_mart.asm
+++ b/text/maps/viridian_mart.asm
@@ -16,7 +16,7 @@
 	line "Will you take it"
 	cont "to him?"
 
-	para $52, " got"
+	para "<PLAYER> got"
 	line "OAK's PARCEL!@@"
 
 _ViridianMartText2::
--- a/text/maps/wardens_house.asm
+++ b/text/maps/wardens_house.asm
@@ -18,7 +18,7 @@
 	done
 
 _WardenTeethText1::
-	text $52, " gave the"
+	text "<PLAYER> gave the"
 	line "GOLD TEETH to the"
 	cont "WARDEN!@@"
 
@@ -42,7 +42,7 @@
 	prompt
 
 _ReceivedHM04Text::
-	text $52, " received"
+	text "<PLAYER> received"
 	line "@"
 	TX_RAM wcf4b
 	text "!@@"
--- a/text/oakspeech.asm
+++ b/text/oakspeech.asm
@@ -42,7 +42,7 @@
 	prompt
 
 _OakSpeechText3::
-	text $52,"!"
+	text "<PLAYER>!"
 
 	para "Your very own"
 	line "#MON legend is"