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

130 lines
2.2 KiB
NASM

_FightingDojoKarateMasterText::
text "Grunt!"
para "I am the KARATE"
line "MASTER! I am the"
cont "LEADER here!"
para "You wish to"
line "challenge us?"
cont "Expect no mercy!"
para "Fwaaa!"
done
_FightingDojoKarateMasterDefeatedText::
text "Hwa!"
line "Arrgh! Beaten!"
prompt
_FightingDojoKarateMasterIWillGiveYouAPokemonText::
text "Indeed, I have"
line "lost!"
para "But, I beseech"
line "you, do not take"
cont "our emblem as"
cont "your trophy!"
para "In return, I will"
line "give you a prized"
cont "fighting #MON!"
para "Choose whichever"
line "one you like!"
done
_FightingDojoKarateMasterStayAndTrainWithUsText::
text "Ho!"
para "Stay and train at"
line "Karate with us!"
done
_FightingDojoBlackbelt1BattleText::
text "Hoargh! Take your"
line "shoes off!"
done
_FightingDojoBlackbelt1EndBattleText::
text "I give"
line "up!"
prompt
_FightingDojoBlackbelt1AfterBattleText::
text "You wait 'til you"
line "see our Master!"
para "I'm a small fry"
line "compared to him!"
done
_FightingDojoBlackbelt2BattleText::
text "I hear you're"
line "good! Show me!"
done
_FightingDojoBlackbelt2EndBattleText::
text "Judge!"
line "1 point!"
prompt
_FightingDojoBlackbelt2AfterBattleText::
text "Our Master is a"
line "pro fighter!"
done
_FightingDojoBlackbelt3BattleText::
text "Nothing tough"
line "frightens me!"
para "I break boulders"
line "for training!"
done
_FightingDojoBlackbelt3EndBattleText::
text "Yow!"
line "Stubbed fingers!"
prompt
_FightingDojoBlackbelt3AfterBattleText::
text "The only thing"
line "that frightens us"
cont "is psychic power!"
done
_FightingDojoBlackbelt4BattleText::
text "Hoohah!"
para "You're trespassing"
line "in our FIGHTING"
cont "DOJO!"
done
_FightingDojoBlackbelt4EndBattleText::
text "Oof!"
line "I give up!"
prompt
_FightingDojoBlackbelt4AfterBattleText::
text "The prime fighters"
line "across the land"
cont "train here."
done
_FightingDojoHitmonleePokeBallText::
text "You want the"
line "hard kicking"
cont "HITMONLEE?"
done
_FightingDojoHitmonchanPokeBallText::
text "You want the"
line "piston punching"
cont "HITMONCHAN?"
done
_FightingDojoBetterNotGetGreedyText::
text "Better not get"
line "greedy..."
done