pokered/text/maps/vermilion_gym_1.asm

44 lines
778 B
NASM
Raw Normal View History

2014-05-18 18:19:10 +00:00
_VermilionGymText_5cb6d:: ; 9aaa5 (26:6aa5)
2014-10-24 07:50:40 +00:00
IF DEF(_YELLOW)
text "Ten-hut! Welcome"
line "to VERMILION GYM!"
para "Will you look at"
line "that, a pint-size"
cont "challenger!"
para "Hahaha! You've got"
line "big and brassy"
cont "nerves to take me"
cont "on with your puny"
cont "power!"
para "A #MON battle"
line "is war! I'll show"
cont "you, civilian!"
para "I'll shock you"
line "into surrender!"
ELSE
2014-01-23 04:37:40 +00:00
text "Hey, kid! What do"
line "you think you're"
cont "doing here?"
para "You won't live"
line "long in combat!"
cont "That's for sure!"
para "I tell you kid,"
line "electric #MON"
cont "saved me during"
cont "the war!"
para "They zapped my"
line "enemies into"
cont "paralysis!"
para "The same as I'll"
line "do to you!"
2014-10-24 07:50:40 +00:00
ENDC
2014-01-23 04:37:40 +00:00
done