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

62 lines
1.1 KiB
NASM

_Route12SuperRodHouseFishingGuruDoYouLikeToFishText::
text "I'm the FISHING"
line "GURU's brother!"
para "I simply Looove"
line "fishing!"
para "Do you like to"
line "fish?"
done
_Route12SuperRodHouseFishingGuruReceivedSuperRodText::
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
_Route12SuperRodHouseFishingGuruFishingWayOfLifeText::
text_start
para "Fishing is a way"
line "of life!"
para "From the seas to"
line "rivers, go out"
cont "and land the big"
cont "one!"
done
_Route12SuperRodHouseFishingGuruThatsDisappointingText::
text "Oh... That's so"
line "disappointing..."
done
_Route12SuperRodHouseFishingGuruTryFishingText::
text "Hello there,"
line "<PLAYER>!"
para "Use the SUPER ROD"
line "in any water!"
cont "You can catch"
cont "different kinds"
cont "of #MON."
para "Try fishing"
line "wherever you can!"
done
_Route12SuperRodHouseFishingGuruNoRoomText::
text "Oh no!"
para "I had a gift for"
line "you, but you have"
cont "no room for it!"
done