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

60 lines
1 KiB
NASM

_CeladonDinerCookText::
text "Hi!"
para "We're taking a"
line "break now."
done
_CeladonDinerMiddleAgedWomanText::
text "My #MON are"
line "weak, so I often"
cont "have to go to the"
cont "DRUG STORE."
done
_CeladonDinerMiddleAgedManText::
text "Psst! There's a"
line "basement under"
cont "the GAME CORNER."
done
_CeladonDinerFisherText::
text "Munch..."
para "The man at that"
line "table lost it all"
cont "at the slots."
done
_CeladonDinerGymGuideImFlatOutBustedText::
text "Go ahead! Laugh!"
para "I'm flat out"
line "busted!"
para "No more slots for"
line "me! I'm going"
cont "straight!"
para "Here! I won't be"
line "needing this any-"
cont "more!"
prompt
_CeladonDinerGymGuideReceivedCoinCaseText::
text "<PLAYER> received"
line "a @"
text_ram wStringBuffer
text "!@"
text_end
_CeladonDinerGymGuideCoinCaseNoRoomText::
text "Make room for"
line "this!"
done
_CeladonDinerGymGuideWinItBackText::
text "I always thought"
line "I was going to"
cont "win it back..."
done