summaryrefslogtreecommitdiff
path: root/text/maps/hall_of_fame.asm
diff options
context:
space:
mode:
Diffstat (limited to 'text/maps/hall_of_fame.asm')
-rw-r--r--text/maps/hall_of_fame.asm13
1 files changed, 4 insertions, 9 deletions
diff --git a/text/maps/hall_of_fame.asm b/text/maps/hall_of_fame.asm
index cb0cc622..c799268b 100644
--- a/text/maps/hall_of_fame.asm
+++ b/text/maps/hall_of_fame.asm
@@ -1,11 +1,7 @@
-_HallofFameRoomText1:: ; 85fb5 (21:5fb5)
+_HallofFameRoomText1::
text "OAK: Er-hem!"
-IF DEF(_YELLOW)
- line "Congratulations,"
-ELSE
line "Congratulations"
-ENDC
- cont $52, "!"
+ cont "<PLAYER>!"
para "This floor is the"
line "#MON HALL OF"
@@ -20,14 +16,13 @@ ENDC
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
-