mirror of
https://github.com/pret/pokered.git
synced 2026-05-07 13:53: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.
19 lines
337 B
NASM
19 lines
337 B
NASM
_PewterGymBrockPreBattleText::
|
|
text "I'm BROCK!"
|
|
line "I'm PEWTER's GYM"
|
|
cont "LEADER!"
|
|
|
|
para "I believe in rock"
|
|
line "hard defense and"
|
|
cont "determination!"
|
|
|
|
para "That's why my"
|
|
line "#MON are all"
|
|
cont "the rock-type!"
|
|
|
|
para "Do you still want"
|
|
line "to challenge me?"
|
|
cont "Fine then! Show"
|
|
cont "me your best!"
|
|
done
|