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

157 lines
2.6 KiB
NASM

_Route9CooltrainerF1BattleText::
text "You have #MON"
line "with you!"
cont "You're mine!"
done
_Route9CooltrainerF1EndBattleText::
text "You"
line "deceived me!"
prompt
_Route9CooltrainerF1AfterBattleText::
text "You need light to"
line "get through that"
cont "dark tunnel ahead."
done
_Route9CooltrainerM1BattleText::
text "Who's that walking"
line "with those good"
cont "looking #MON?"
done
_Route9CooltrainerM1EndBattleText::
text "Out"
line "like a light!"
prompt
_Route9CooltrainerM1AfterBattleText::
text "Keep walking!"
done
_Route9CooltrainerM2BattleText::
text "I'm taking ROCK"
line "TUNNEL to go to"
cont "LAVENDER..."
done
_Route9CooltrainerM2EndBattleText::
text "Can't"
line "measure up!"
prompt
_Route9CooltrainerM2AfterBattleText::
text "Are you off to"
line "ROCK TUNNEL too?"
done
_Route9CooltrainerF2BattleText::
text "Don't you dare"
line "condescend me!"
done
_Route9CooltrainerF2EndBattleText::
text "No!"
line "You're too much!"
prompt
_Route9CooltrainerF2AfterBattleText::
text "You're obviously"
line "talented! Good"
cont "luck to you!"
done
_Route9Hiker1BattleText::
text "Bwahaha!"
line "Great! I was"
cont "bored, eh!"
done
_Route9Hiker1EndBattleText::
text "Keep it"
line "coming, eh!"
para "Oh wait. I'm out"
line "of #MON!"
prompt
_Route9Hiker1AfterBattleText::
text "You sure had guts"
line "standing up to me"
cont "there, eh?"
done
_Route9Hiker2BattleText::
text "Hahaha!"
line "Aren't you a"
cont "little toughie!"
done
_Route9Hiker2EndBattleText::
text "What's"
line "that?"
prompt
_Route9Hiker2AfterBattleText::
text "Hahaha! Kids"
line "should be tough!"
done
_Route9Youngster1BattleText::
text "I got up early"
line "every day to"
cont "raise my #MON"
cont "from cocoons!"
done
_Route9Youngster1EndBattleText::
text "WHAT?"
para "What a total"
line "waste of time!"
prompt
_Route9Youngster1AfterBattleText::
text "I have to collect"
line "more than bugs to"
cont "get stronger..."
done
_Route9Hiker3BattleText::
text "Hahahaha!"
line "Come on, dude!"
done
_Route9Hiker3EndBattleText::
text "Hahahaha!"
line "You beat me fair!"
prompt
_Route9Hiker3AfterBattleText::
text "Hahahaha!"
line "Us hearty guys"
cont "always laugh!"
done
_Route9Youngster2BattleText::
text "Go, my super bug"
line "#MON!"
done
_Route9Youngster2EndBattleText::
text "My"
line "bugs..."
prompt
_Route9Youngster2AfterBattleText::
text "If you don't like"
line "bug #MON, you"
cont "bug me!"
done
_Route9SignText::
text "ROUTE 9"
line "CERULEAN CITY-"
cont "ROCK TUNNEL"
done