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

44 lines
780 B
NASM

_FuchsiaGoodRodHouseFishingGuruText::
text "I'm the FISHING"
line "GURU's older"
cont "brother!"
para "I simply Looove"
line "fishing!"
para "Do you like to"
line "fish?"
done
_FuchsiaGoodRodHouseFishingGuruReceivedGoodRodText::
text "Grand! I like"
line "your style!"
para "Take this and"
line "fish, young one!"
para "<PLAYER> received"
line "a @"
text_ram wStringBuffer
text "!@"
text_end
_FuchsiaGoodRodHouseFishingGuruThatsSoDisappointingText::
text "Oh... That's so"
line "disappointing..."
done
_FuchsiaGoodRodHouseFishingGuruHowAreTheFishText::
text "Hello there,"
line "<PLAYER>!"
para "How are the fish"
line "biting?"
done
_FuchsiaGoodRodHouseFishingGuruNoRoomText::
text "Oh no!"
para "You have no room"
line "for my gift!"
done