kep-hack/text/VictoryRoad2F.asm
Llinos Evans 253f8f4a22 FRLG Move Tutors
Still need to find out what I want to do with Body Slam, Swords Dance, and Thunder Wave. Slam/SD are on the Sevii Islands, and TWave is on an existing NPC who usually gives Self-Destruct.

Could possibly refactor the item receiving text.
2023-05-18 18:06:44 +01:00

94 lines
1.5 KiB
NASM

_GyaoonBattleText::
text "Gawaarrgh!@"
text_end
_VictoryRoad2BattleText1::
text "VICTORY ROAD is"
line "the final test"
cont "for trainers!"
done
_VictoryRoad2EndBattleText1::
text "Aiyah!"
prompt
_VictoryRoad2AfterBattleText1::
text "If you get stuck,"
line "try moving some"
cont "boulders around!"
done
_VictoryRoad2BattleText2::
text "Ah, so you wish"
line "to challenge the"
cont "ELITE FOUR?"
done
_VictoryRoad2EndBattleText2::
text "You"
line "got me!"
prompt
_VictoryRoad2AfterBattleText2::
text "<RIVAL> also came"
line "through here!"
done
_VictoryRoad2BattleText3::
text "Come on!"
line "I'll whip you!"
done
_VictoryRoad2EndBattleText3::
text "I got"
line "whipped!"
prompt
_VictoryRoad2AfterBattleText3::
text "You earned the"
line "right to be on"
cont "VICTORY ROAD!"
done
_VictoryRoad2BattleText4::
text "If you can get"
line "through here, you"
cont "can go meet the"
cont "ELITE FOUR!"
done
_VictoryRoad2EndBattleText4::
text "No!"
line "Unbelievable!"
prompt
_VictoryRoad2AfterBattleText4::
text "I can beat you"
line "when it comes to"
cont "knowledge about"
cont "#MON!"
done
_VictoryRoad2BattleText5::
text "Is VICTORY ROAD"
line "too tough?"
done
_VictoryRoad2EndBattleText5::
text "Well"
line "done!"
prompt
_VictoryRoad2AfterBattleText5::
text "Many trainers give"
line "up the challenge"
cont "here."
done
_ReceivedTM10Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end