pokered/text/HallOfFame.asm

29 lines
522 B
NASM
Raw Normal View History

_HallofFameRoomText1::
2014-01-22 21:18:39 +00:00
text "OAK: Er-hem!"
line "Congratulations"
2016-06-12 17:11:31 +00:00
cont "<PLAYER>!"
2014-01-22 21:18:39 +00:00
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!"
2016-06-12 17:11:31 +00:00
para "<PLAYER>! You have"
2014-01-22 21:18:39 +00:00
line "endeavored hard"
cont "to become the new"
cont "LEAGUE champion!"
para "Congratulations,"
2016-06-12 17:11:31 +00:00
line "<PLAYER>, you and"
2014-01-22 21:18:39 +00:00
cont "your #MON are"
cont "HALL OF FAMERs!"
done