mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
This commit is contained in:
parent
c85050497c
commit
b29e5ee203
564 changed files with 3511 additions and 3505 deletions
324
data/text/text_3.asm
Normal file
324
data/text/text_3.asm
Normal file
|
|
@ -0,0 +1,324 @@
|
|||
_FileDataDestroyedText::
|
||||
text "The file data is"
|
||||
line "destroyed!"
|
||||
prompt
|
||||
|
||||
_WouldYouLikeToSaveText::
|
||||
text "Would you like to"
|
||||
line "SAVE the game?"
|
||||
done
|
||||
|
||||
_GameSavedText::
|
||||
text "<PLAYER> saved"
|
||||
line "the game!"
|
||||
done
|
||||
|
||||
_OlderFileWillBeErasedText::
|
||||
text "The older file"
|
||||
line "will be erased to"
|
||||
cont "save. Okay?"
|
||||
done
|
||||
|
||||
_WhenYouChangeBoxText::
|
||||
text "When you change a"
|
||||
line "#MON BOX, data"
|
||||
cont "will be saved."
|
||||
|
||||
para "Is that okay?"
|
||||
done
|
||||
|
||||
_ChooseABoxText::
|
||||
text "Choose a"
|
||||
line "<pkmn> BOX.@@"
|
||||
|
||||
_EvolvedText::
|
||||
TX_RAM wcf4b
|
||||
text " evolved"
|
||||
done
|
||||
|
||||
_IntoText::
|
||||
text ""
|
||||
line "into @"
|
||||
TX_RAM wcd6d
|
||||
text "!"
|
||||
done
|
||||
|
||||
_StoppedEvolvingText::
|
||||
text "Huh? @"
|
||||
TX_RAM wcf4b
|
||||
text ""
|
||||
line "stopped evolving!"
|
||||
prompt
|
||||
|
||||
_IsEvolvingText::
|
||||
text "What? @"
|
||||
TX_RAM wcf4b
|
||||
text ""
|
||||
line "is evolving!"
|
||||
done
|
||||
|
||||
_FellAsleepText::
|
||||
text "<TARGET>"
|
||||
line "fell asleep!"
|
||||
prompt
|
||||
|
||||
_AlreadyAsleepText::
|
||||
text "<TARGET>'s"
|
||||
line "already asleep!"
|
||||
prompt
|
||||
|
||||
_PoisonedText::
|
||||
text "<TARGET>"
|
||||
line "was poisoned!"
|
||||
prompt
|
||||
|
||||
_BadlyPoisonedText::
|
||||
text "<TARGET>'s"
|
||||
line "badly poisoned!"
|
||||
prompt
|
||||
|
||||
_BurnedText::
|
||||
text "<TARGET>"
|
||||
line "was burned!"
|
||||
prompt
|
||||
|
||||
_FrozenText::
|
||||
text "<TARGET>"
|
||||
line "was frozen solid!"
|
||||
prompt
|
||||
|
||||
_FireDefrostedText::
|
||||
text "Fire defrosted"
|
||||
line "<TARGET>!"
|
||||
prompt
|
||||
|
||||
_MonsStatsRoseText::
|
||||
text "<USER>'s"
|
||||
line "@"
|
||||
TX_RAM wcf4b
|
||||
text "@@"
|
||||
|
||||
_GreatlyRoseText::
|
||||
text $4c, "greatly@@"
|
||||
|
||||
_RoseText::
|
||||
text " rose!"
|
||||
prompt
|
||||
|
||||
_MonsStatsFellText::
|
||||
text "<TARGET>'s"
|
||||
line "@"
|
||||
TX_RAM wcf4b
|
||||
text "@@"
|
||||
|
||||
_GreatlyFellText::
|
||||
text $4c, "greatly@@"
|
||||
|
||||
_FellText::
|
||||
text " fell!"
|
||||
prompt
|
||||
|
||||
_RanFromBattleText::
|
||||
text "<USER>"
|
||||
line "ran from battle!"
|
||||
prompt
|
||||
|
||||
_RanAwayScaredText::
|
||||
text "<TARGET>"
|
||||
line "ran away scared!"
|
||||
prompt
|
||||
|
||||
_WasBlownAwayText::
|
||||
text "<TARGET>"
|
||||
line "was blown away!"
|
||||
prompt
|
||||
|
||||
_ChargeMoveEffectText::
|
||||
text "<USER>@@"
|
||||
|
||||
_MadeWhirlwindText::
|
||||
text ""
|
||||
line "made a whirlwind!"
|
||||
prompt
|
||||
|
||||
_TookInSunlightText::
|
||||
text ""
|
||||
line "took in sunlight!"
|
||||
prompt
|
||||
|
||||
_LoweredItsHeadText::
|
||||
text ""
|
||||
line "lowered its head!"
|
||||
prompt
|
||||
|
||||
_SkyAttackGlowingText::
|
||||
text ""
|
||||
line "is glowing!"
|
||||
prompt
|
||||
|
||||
_FlewUpHighText::
|
||||
text ""
|
||||
line "flew up high!"
|
||||
prompt
|
||||
|
||||
_DugAHoleText::
|
||||
text ""
|
||||
line "dug a hole!"
|
||||
prompt
|
||||
|
||||
_BecameConfusedText::
|
||||
text "<TARGET>"
|
||||
line "became confused!"
|
||||
prompt
|
||||
|
||||
_MimicLearnedMoveText::
|
||||
text "<USER>"
|
||||
line "learned"
|
||||
cont "@"
|
||||
TX_RAM wcd6d
|
||||
text "!"
|
||||
prompt
|
||||
|
||||
_MoveWasDisabledText::
|
||||
text "<TARGET>'s"
|
||||
line "@"
|
||||
TX_RAM wcd6d
|
||||
text " was"
|
||||
cont "disabled!"
|
||||
prompt
|
||||
|
||||
_NothingHappenedText::
|
||||
text "Nothing happened!"
|
||||
prompt
|
||||
|
||||
_NoEffectText::
|
||||
text "No effect!"
|
||||
prompt
|
||||
|
||||
_ButItFailedText::
|
||||
text "But, it failed! "
|
||||
prompt
|
||||
|
||||
_DidntAffectText::
|
||||
text "It didn't affect"
|
||||
line "<TARGET>!"
|
||||
prompt
|
||||
|
||||
_IsUnaffectedText::
|
||||
text "<TARGET>"
|
||||
line "is unaffected!"
|
||||
prompt
|
||||
|
||||
_ParalyzedMayNotAttackText::
|
||||
text "<TARGET>'s"
|
||||
line "paralyzed! It may"
|
||||
cont "not attack!"
|
||||
prompt
|
||||
|
||||
_SubstituteText::
|
||||
text "It created a"
|
||||
line "SUBSTITUTE!"
|
||||
prompt
|
||||
|
||||
_HasSubstituteText::
|
||||
text "<USER>"
|
||||
line "has a SUBSTITUTE!"
|
||||
prompt
|
||||
|
||||
_TooWeakSubstituteText::
|
||||
text "Too weak to make"
|
||||
line "a SUBSTITUTE!"
|
||||
prompt
|
||||
|
||||
_CoinsScatteredText::
|
||||
text "Coins scattered"
|
||||
line "everywhere!"
|
||||
prompt
|
||||
|
||||
_GettingPumpedText::
|
||||
text "<USER>'s"
|
||||
line "getting pumped!"
|
||||
prompt
|
||||
|
||||
_WasSeededText::
|
||||
text "<TARGET>"
|
||||
line "was seeded!"
|
||||
prompt
|
||||
|
||||
_EvadedAttackText::
|
||||
text "<TARGET>"
|
||||
line "evaded attack!"
|
||||
prompt
|
||||
|
||||
_HitWithRecoilText::
|
||||
text "<USER>'s"
|
||||
line "hit with recoil!"
|
||||
prompt
|
||||
|
||||
_ConvertedTypeText::
|
||||
text "Converted type to"
|
||||
line "<TARGET>'s!"
|
||||
prompt
|
||||
|
||||
_StatusChangesEliminatedText::
|
||||
text "All STATUS changes"
|
||||
line "are eliminated!"
|
||||
prompt
|
||||
|
||||
_StartedSleepingEffect::
|
||||
text "<USER>"
|
||||
line "started sleeping!"
|
||||
done
|
||||
|
||||
_FellAsleepBecameHealthyText::
|
||||
text "<USER>"
|
||||
line "fell asleep and"
|
||||
cont "became healthy!"
|
||||
done
|
||||
|
||||
_RegainedHealthText::
|
||||
text "<USER>"
|
||||
line "regained health!"
|
||||
prompt
|
||||
|
||||
_TransformedText::
|
||||
text "<USER>"
|
||||
line "transformed into"
|
||||
cont "@"
|
||||
TX_RAM wcd6d
|
||||
text "!"
|
||||
prompt
|
||||
|
||||
_LightScreenProtectedText::
|
||||
text "<USER>'s"
|
||||
line "protected against"
|
||||
cont "special attacks!"
|
||||
prompt
|
||||
|
||||
_ReflectGainedArmorText::
|
||||
text "<USER>"
|
||||
line "gained armor!"
|
||||
prompt
|
||||
|
||||
_ShroudedInMistText::
|
||||
text "<USER>'s"
|
||||
line "shrouded in mist!"
|
||||
prompt
|
||||
|
||||
_SuckedHealthText::
|
||||
text "Sucked health from"
|
||||
line "<TARGET>!"
|
||||
prompt
|
||||
|
||||
_DreamWasEatenText::
|
||||
text "<TARGET>'s"
|
||||
line "dream was eaten!"
|
||||
prompt
|
||||
|
||||
_TradeCenterText1::
|
||||
text "!"
|
||||
done
|
||||
|
||||
_ColosseumText1::
|
||||
text "!"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue