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

37 lines
680 B
NASM

_RedsHouse1FMomWakeUpText::
text "MOM: Right."
line "All boys leave"
cont "home some day."
cont "It said so on TV."
para "PROF.OAK, next"
line "door, is looking"
cont "for you."
done
_RedsHouse1FMomYouShouldRestText::
text "MOM: <PLAYER>!"
line "You should take a"
cont "quick rest."
prompt
_RedsHouse1FMomLookingGreatText::
text "MOM: Oh good!"
line "You and your"
cont "#MON are"
cont "looking great!"
cont "Take care now!"
done
_RedsHouse1FTVStandByMeMovieText::
text "There's a movie"
line "on TV. Four boys"
cont "are walking on"
cont "railroad tracks."
para "I better go too."
done
_RedsHouse1FTVWrongSideText::
text "Oops, wrong side."
done