aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/HallOfFame.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
committerdannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
commit5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch)
treedde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /text/maps/HallOfFame.asm
parentMerge pull request #55 from Deokishisu/patch-1 (diff)
downloadpokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.gz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.xz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.zip
Sync with pokered
Diffstat (limited to 'text/maps/HallOfFame.asm')
-rw-r--r--text/maps/HallOfFame.asm28
1 files changed, 0 insertions, 28 deletions
diff --git a/text/maps/HallOfFame.asm b/text/maps/HallOfFame.asm
deleted file mode 100644
index 8faefd3f..00000000
--- a/text/maps/HallOfFame.asm
+++ /dev/null
@@ -1,28 +0,0 @@
-_HallofFameRoomText1::
- text "OAK: Er-hem!"
- line "Congratulations,"
- cont "<PLAYER>!"
-
- para "This floor is the"
- line "#MON HALL OF"
- cont "FAME!"
-
- para "#MON LEAGUE"
- line "champions are"
- cont "honored for their"
- cont "exploits here!"
-
- para "Their #MON are"
- line "also recorded in"
- cont "the HALL OF FAME!"
-
- para "<PLAYER>! You have"
- line "endeavored hard"
- cont "to become the new"
- cont "LEAGUE champion!"
-
- para "Congratulations,"
- line "<PLAYER>, you and"
- cont "your #MON are"
- cont "HALL OF FAMERs!"
- done