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

31 lines
571 B
NASM

_PokemonTower1FReceptionistText::
text "#MON TOWER was"
line "erected in the"
cont "memory of #MON"
cont "that had died."
done
_PokemonTower1FMiddleAgedWomanText::
text "Did you come to"
line "pay respects?"
cont "Bless you!"
done
_PokemonTower1FBaldingGuyText::
text "I came to pray"
line "for my CLEFAIRY."
para "Sniff! I can't"
line "stop crying..."
done
_PokemonTower1FGirlText::
text "My GROWLITHE..."
line "Why did you die?"
done
_PokemonTower1FChannelerText::
text "I am a CHANNELER!"
line "There are spirits"
cont "up to mischief!"
done