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

39 lines
728 B
NASM

_PokemonMansionB1FBurglarBattleText::
text "Uh-oh. Where am"
line "I now?"
done
_PokemonMansionB1FBurglarEndBattleText::
text "Awooh!"
prompt
_PokemonMansionB1FBurglarAfterBattleText::
text "You can find stuff"
line "lying around."
done
_PokemonMansionB1FScientistBattleText::
text "This place is"
line "ideal for a lab."
done
_PokemonMansionB1FScientistEndBattleText::
text "What"
line "was that for?"
prompt
_PokemonMansionB1FScientistAfterBattleText::
text "I like it here!"
line "It's conducive to"
cont "my studies!"
done
_PokemonMansionB1FDiaryText::
text "Diary; Sept. 1"
line "MEWTWO is far too"
cont "powerful."
para "We have failed to"
line "curb its vicious"
cont "tendencies..."
done