mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 14:18:34 +13:00
Adding data for Silph Gauntlet Trainers (2, 3, 5F)
Adds the trainers themselves, dialogue still needs to be written but PvK can help with that Currently they either don't see you or challenge you multiple times...probably issues with where the event constants are located, will sort out once I figure out the problem
This commit is contained in:
parent
ffd03c1b06
commit
91e06763dd
19 changed files with 936 additions and 71 deletions
|
|
@ -42,18 +42,21 @@ _SilphGauntlet1FAfterBattleText2::
|
|||
done
|
||||
|
||||
_SilphGauntlet1FBattleText3::
|
||||
text "Go, CLEFABLE!"
|
||||
line "Let's win this!"
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "STUDENT"
|
||||
done
|
||||
|
||||
_SilphGauntlet1FEndBattleText3::
|
||||
text "Aww..."
|
||||
line "Not enough!"
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "STUDENT"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet1FAfterBattleText3::
|
||||
text "You still fought"
|
||||
line "well, CLEFABLE!"
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "STUDENT"
|
||||
done
|
||||
|
||||
_SilphGauntlet1FBattleText4::
|
||||
|
|
@ -102,10 +105,8 @@ _SilphGauntlet1FEndBattleText6::
|
|||
prompt
|
||||
|
||||
_SilphGauntlet1FAfterBattleText6::
|
||||
text "Huh? AERODACTYL"
|
||||
line "isn't a bird?"
|
||||
|
||||
para "It has wings, it's"
|
||||
line "good enough!"
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BIRD KEEPER"
|
||||
done
|
||||
|
||||
115
text/SilphGauntlet2F.asm
Normal file
115
text/SilphGauntlet2F.asm
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
_SilphGauntlet2FBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "LASS"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "LASS"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "LASS"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUNIOR"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUNIOR"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUNIOR"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "HIKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "HIKER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "HIKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SUPER NERD"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SUPER NERD"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SUPER NERD"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "#MANIAC"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "#MANIAC"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "#MANIAC"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FBattleText6::
|
||||
text "I'm here training"
|
||||
line "become the next"
|
||||
cont "KARATE MASTER..."
|
||||
|
||||
para "Battle with me so"
|
||||
line "I may hone my"
|
||||
cont "skills!"
|
||||
done
|
||||
|
||||
_SilphGauntlet2FEndBattleText6::
|
||||
text "I"
|
||||
line "still have a long"
|
||||
cont "way to go..."
|
||||
prompt
|
||||
|
||||
_SilphGauntlet2FAfterBattleText6::
|
||||
text "You are truly"
|
||||
line "powerful."
|
||||
|
||||
para "Keep battling,"
|
||||
cont "and you will"
|
||||
cont "surely succeed."
|
||||
done
|
||||
|
||||
126
text/SilphGauntlet3F.asm
Normal file
126
text/SilphGauntlet3F.asm
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
_SilphGauntlet3FBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SAILOR"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SAILOR"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SAILOR"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FIREFIGHTER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FIREFIGHTER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FIREFIGHTER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "GENTLEMAN"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "GENTLEMAN"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "GENTLEMAN"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ENGINEER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ENGINEER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ENGINEER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ROCKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ROCKER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "ROCKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FISHER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FISHER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "FISHER"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BEAUTY"
|
||||
done
|
||||
|
||||
_SilphGauntlet3FEndBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BEAUTY"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet3FAfterBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BEAUTY"
|
||||
done
|
||||
|
||||
126
text/SilphGauntlet5F.asm
Normal file
126
text/SilphGauntlet5F.asm
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
_SilphGauntlet5FBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUGGLER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUGGLER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText1::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "JUGGLER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BIKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BIKER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText2::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "BIKER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "CUE BALL"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "CUE BALL"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText3::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "CUE BALL"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SWIMMER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SWIMMER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText4::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "SWIMMER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "TAMER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "TAMER"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText5::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "TAMER"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER F"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER F"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText6::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER F"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER M"
|
||||
done
|
||||
|
||||
_SilphGauntlet5FEndBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER M"
|
||||
prompt
|
||||
|
||||
_SilphGauntlet5FAfterBattleText7::
|
||||
text "Comment to be"
|
||||
line "written."
|
||||
cont "COOLTRAINER M"
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue