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

179 lines
3 KiB
NASM

_Route13CooltrainerM1BattleText::
text "My bird #MON"
line "want to scrap!"
done
_Route13CooltrainerM1EndBattleText::
text "My"
line "bird combo lost?"
prompt
_Route13CooltrainerM1AfterBattleText::
text "My #MON look"
line "happy even though"
cont "they lost."
done
_Route13CooltrainerF1BattleText::
text "I'm told I'm good"
line "for a kid!"
done
_Route13CooltrainerF1EndBattleText::
text "Ohh!"
line "I lost!"
prompt
_Route13CooltrainerF1AfterBattleText::
text "I want to become"
line "a good trainer."
cont "I'll train hard."
done
_Route13CooltrainerF2BattleText::
text "Wow! Your BADGEs"
line "are too cool!"
done
_Route13CooltrainerF2EndBattleText::
text "Not"
line "enough!"
prompt
_Route13CooltrainerF2AfterBattleText::
text "You got those"
line "BADGEs from GYM"
cont "LEADERs. I know!"
done
_Route13CooltrainerF3BattleText::
text "My cute #MON"
line "wish to make your"
cont "acquaintance."
done
_Route13CooltrainerF3EndBattleText::
text "Wow!"
line "You totally won!"
prompt
_Route13CooltrainerF3AfterBattleText::
text "You have to make"
line "#MON fight to"
cont "toughen them up!"
done
_Route13CooltrainerF4BattleText::
text "I found CARBOS in"
line "a cave once."
done
_Route13CooltrainerF4EndBattleText::
text "Just"
line "messed up!"
prompt
_Route13CooltrainerF4AfterBattleText::
text "CARBOS boosted"
line "the SPEED of my"
cont "#MON."
done
_Route13CooltrainerM2BattleText::
text "The wind's blowing"
line "my way!"
done
_Route13CooltrainerM2EndBattleText::
text "The"
line "wind turned!"
prompt
_Route13CooltrainerM2AfterBattleText::
text "I'm beat. I guess"
line "I'll FLY home."
done
_Route13Beauty1BattleText::
text "Sure, I'll play"
line "with you!"
done
_Route13Beauty1EndBattleText::
text "Oh!"
line "You little brute!"
prompt
_Route13Beauty1AfterBattleText::
text "I wonder which is"
line "stronger, male or"
cont "female #MON?"
done
_Route13Beauty2BattleText::
text "Do you want to"
line "#MON with me?"
done
_Route13Beauty2EndBattleText::
text "It's over"
line "already?"
prompt
_Route13Beauty2AfterBattleText::
text "I don't know"
line "anything about"
cont "#MON. I just"
cont "like cool ones!"
done
_Route13BikerBattleText::
text "What're you"
line "lookin' at?"
done
_Route13BikerEndBattleText::
text "Dang!"
line "Stripped gears!"
prompt
_Route13BikerAfterBattleText::
text "Get lost!"
done
_Route13CooltrainerM3BattleText::
text "I always go with"
line "bird #MON!"
done
_Route13CooltrainerM3EndBattleText::
text "Out"
line "of power!"
prompt
_Route13CooltrainerM3AfterBattleText::
text "I wish I could"
line "fly like PIDGEY"
cont "and PIDGEOTTO..."
done
_Route13TrainerTips1Text::
text "TRAINER TIPS"
para "Look to the left"
line "of that post!"
done
_Route13TrainerTips2Text::
text "TRAINER TIPS"
para "Use SELECT to"
line "switch items in"
cont "the ITEM window!"
done
_Route13SignText::
text "ROUTE 13"
line "North to SILENCE"
cont "BRIDGE"
done