mirror of
https://github.com/pret/pokered.git
synced 2026-04-24 06:58:15 -05:00
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.
29 lines
520 B
NASM
29 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
|