diff options
Diffstat (limited to 'text/maps/hall_of_fame.asm')
-rw-r--r-- | text/maps/hall_of_fame.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/text/maps/hall_of_fame.asm b/text/maps/hall_of_fame.asm new file mode 100644 index 00000000..43962f4d --- /dev/null +++ b/text/maps/hall_of_fame.asm @@ -0,0 +1,29 @@ +_HallofFameRoomText1: ; 85fb5 (21:5fb5) + text "OAK: Er-hem!" + line "Congratulations" + cont $52, "!" + + 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 $52, "! You have" + line "endeavored hard" + cont "to become the new" + cont "LEAGUE champion!" + + para "Congratulations," + line $52, ", you and" + cont "your #MON are" + cont "HALL OF FAMERs!" + done + |