diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 16:18:39 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:47:55 -0500 |
| commit | 31f074542bd5da787d95001fefd6cd944153fed3 (patch) | |
| tree | 67d0d42fac188b17f0e5e4b1a5e188bfc877919d /text/maps/hall_of_fame.asm | |
| parent | split viridian and oaks lab text into text/maps/ (diff) | |
| download | pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.gz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.xz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.zip | |
split out a bunch of map text
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 + |
