aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/hall_of_fame.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 11:51:59 -0700
committerGitHub <noreply@github.com>2016-06-12 11:51:59 -0700
commitbfaabd08be0a790dff961276d76af3e1af4e6e24 (patch)
tree60742e693805fd75031079e8d3b8a87847452d1e /text/maps/hall_of_fame.asm
parentMerge pull request #134 from YamaArashi/master (diff)
parentsync home (diff)
downloadpokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.gz
pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.xz
pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.zip
Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'text/maps/hall_of_fame.asm')
-rw-r--r--text/maps/hall_of_fame.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/hall_of_fame.asm b/text/maps/hall_of_fame.asm
index 6c5dd40e..c799268b 100644
--- a/text/maps/hall_of_fame.asm
+++ b/text/maps/hall_of_fame.asm
@@ -1,7 +1,7 @@
_HallofFameRoomText1::
text "OAK: Er-hem!"
line "Congratulations"
- cont $52, "!"
+ cont "<PLAYER>!"
para "This floor is the"
line "#MON HALL OF"
@@ -16,13 +16,13 @@ _HallofFameRoomText1::
line "also recorded in"
cont "the HALL OF FAME!"
- para $52, "! You have"
+ para "<PLAYER>! You have"
line "endeavored hard"
cont "to become the new"
cont "LEAGUE champion!"
para "Congratulations,"
- line $52, ", you and"
+ line "<PLAYER>, you and"
cont "your #MON are"
cont "HALL OF FAMERs!"
done