summaryrefslogtreecommitdiff
path: root/text/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/HallOfFame.asm
parent53fcd05aa24693093d8af1dc8ec4fedd3957decc (diff)
Sync with pokered
Diffstat (limited to 'text/HallOfFame.asm')
-rw-r--r--text/HallOfFame.asm28
1 files changed, 28 insertions, 0 deletions
diff --git a/text/HallOfFame.asm b/text/HallOfFame.asm
new file mode 100644
index 00000000..8faefd3f
--- /dev/null
+++ b/text/HallOfFame.asm
@@ -0,0 +1,28 @@
+_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