pokered/text/RockTunnelB1F_2.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

20 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