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

38 lines
701 B
NASM

_SaffronGateGuardGeeImThirstyText::
text "I'm on guard duty."
line "Gee, I'm thirsty,"
cont "though!"
para "Oh wait there,"
line "the road's closed."
done
_SaffronGateGuardImParchedText::
text "Whoa, boy!"
line "I'm parched!"
cont "..."
cont "Huh? I can have"
cont "this drink?"
cont "Gee, thanks!@"
text_end
_SaffronGateGuardYouCanGoOnThroughText::
text_start
para "..."
line "Glug glug..."
cont "..."
cont "Gulp..."
cont "If you want to go"
cont "to SAFFRON CITY..."
cont "..."
cont "You can go on"
cont "through. I'll"
cont "share this with"
cont "the other guards!"
done
_SaffronGateGuardThanksForTheDrinkText::
text "Hi, thanks for"
line "the cool drinks!"
done