pokered/text/HallOfFame.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

28 lines
520 B
NASM

_HallOfFameOakText::
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