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

35 lines
753 B
NASM

_UndergroundPathRoute7CopyUnusedGirlText::
text "I want to shop at"
line "the dept. store"
cont "in CELADON but..."
para "There are so many"
line "rough looking"
cont "people there."
done
_UndergroundPathRoute7CopyUnusedTeamRocketHadAHideoutText::
text "TEAM ROCKET had a"
line "secret hideout in"
cont "CELADON CITY?"
done
_UndergroundPathRoute7CopyUnusedMiddleAgedManText::
text "You're here to"
line "shop in CELADON?"
para "Just step outside"
line "and head west!"
done
_UndergroundPathRoute7CopyUnusedGoesUnderSaffronText::
text "The UNDERGROUND"
line "PATH goes beneath"
cont "SAFFRON and leads"
cont "to LAVENDER."
para "If you're heading"
line "to CERULEAN, go"
cont "to the building"
cont "across the road."
done