mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-30 22:00:31 +00:00
d001ced41b
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.
39 lines
701 B
NASM
39 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
|