mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 16:19:51 -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.
21 lines
375 B
NASM
21 lines
375 B
NASM
_RockTunnelB1FHiker3AfterBattleText::
|
|
text "I'll raise my"
|
|
line "#MON to beat"
|
|
cont "yours, kid!"
|
|
done
|
|
|
|
_RockTunnelB1FSuperNerd3BattleText::
|
|
text "I draw #MON"
|
|
line "when I'm home."
|
|
done
|
|
|
|
_RockTunnelB1FSuperNerd3EndBattleText::
|
|
text "Whew!"
|
|
line "I'm exhausted!"
|
|
prompt
|
|
|
|
_RockTunnelB1FSuperNerd3AfterBattleText::
|
|
text "I'm an artist,"
|
|
line "not a fighter."
|
|
done
|