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

64 lines
1.1 KiB
NASM

_CinnabarLabMetronomeRoomScientist1Text::
text "Tch-tch-tch!"
line "I made a cool TM!"
para "It can cause all"
line "kinds of fun!"
prompt
_CinnabarLabMetronomeRoomScientist1ReceivedTM35Text::
text "<PLAYER> received "
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CinnabarLabMetronomeRoomScientist1TM35ExplanationText::
text "Tch-tch-tch!"
line "That's the sound"
cont "of a METRONOME!"
para "It tweaks your"
line "#MON's brain"
cont "into using moves"
cont "it doesn't know!"
done
_CinnabarLabMetronomeRoomScientist1TM35NoRoomText::
text "Your pack is"
line "crammed full!"
done
_CinnabarLabMetronomeRoomScientist2Text::
text "EEVEE can evolve"
line "into 1 of 3 kinds"
cont "of #MON."
done
_CinnabarLabMetronomeRoomPCText::
text "There's an e-mail"
line "message!"
para "..."
para "The 3 legendary"
line "bird #MON are"
cont "ARTICUNO, ZAPDOS"
cont "and MOLTRES."
para "Their whereabouts"
line "are unknown."
para "We plan to explore"
line "the cavern close"
cont "to CERULEAN."
para "From: #MON"
line "RESEARCH TEAM"
para "..."
done
_CinnabarLabMetronomeRoomAmberPipeText::
text "An amber pipe!"
done