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

42 lines
731 B
NASM

_LoreleisRoomLoreleiBeforeBattleText::
text "Welcome to"
line "#MON LEAGUE!"
para "I am LORELEI of"
line "the ELITE FOUR!"
para "No one can best"
line "me when it comes"
cont "to icy #MON!"
para "Freezing moves"
line "are powerful!"
para "Your #MON will"
line "be at my mercy"
cont "when they are"
cont "frozen solid!"
para "Hahaha!"
line "Are you ready?"
done
_LoreleisRoomLoreleiEndBattleText::
text "How"
line "dare you!"
prompt
_LoreleisRoomLoreleiAfterBattleText::
text "You're better"
line "than I thought!"
cont "Go on ahead!"
para "You only got a"
line "taste of #MON"
cont "LEAGUE power!"
done
_LoreleisRoomLoreleiDontRunAwayText::
text "Someone's voice:"
line "Don't run away!"
done