pokered/text/HallOfFame.asm
Rangi b29e5ee203 Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03 11:51:00 -04:00

28 lines
522 B
NASM

_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