2017-11-25 18:42:31 +01:00
|
|
|
#ifndef GUARD_BATTLE_SCRIPTS_H
|
|
|
|
#define GUARD_BATTLE_SCRIPTS_H
|
|
|
|
|
2023-03-28 21:07:37 +02:00
|
|
|
extern const u8 BattleScript_MirrorHerbCopyStatChange[];
|
|
|
|
extern const u8 BattleScript_MirrorHerbCopyStatChangeEnd2[];
|
2020-04-21 15:59:19 +02:00
|
|
|
extern const u8 BattleScript_NotAffected[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_HitFromCritCalc[];
|
|
|
|
extern const u8 BattleScript_MoveEnd[];
|
|
|
|
extern const u8 BattleScript_MakeMoveMissed[];
|
|
|
|
extern const u8 BattleScript_PrintMoveMissed[];
|
|
|
|
extern const u8 BattleScript_MoveMissedPause[];
|
|
|
|
extern const u8 BattleScript_MoveMissed[];
|
2023-09-05 11:56:36 +02:00
|
|
|
extern const u8 BattleScript_FlingFailConsumeItem[];
|
2023-08-31 20:28:01 +02:00
|
|
|
extern const u8 BattleScript_FailedFromAtkString[];
|
2017-12-02 14:08:55 +01:00
|
|
|
extern const u8 BattleScript_ButItFailed[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_StatUp[];
|
|
|
|
extern const u8 BattleScript_StatDown[];
|
|
|
|
extern const u8 BattleScript_AlreadyAtFullHp[];
|
2017-12-02 14:08:55 +01:00
|
|
|
extern const u8 BattleScript_PresentHealTarget[];
|
|
|
|
extern const u8 BattleScript_MoveUsedMustRecharge[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_FaintAttacker[];
|
|
|
|
extern const u8 BattleScript_FaintTarget[];
|
2017-12-02 14:08:55 +01:00
|
|
|
extern const u8 BattleScript_GiveExp[];
|
|
|
|
extern const u8 BattleScript_HandleFaintedMon[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_LocalTrainerBattleWon[];
|
2017-11-26 01:19:57 +01:00
|
|
|
extern const u8 BattleScript_LocalTwoTrainersDefeated[];
|
|
|
|
extern const u8 BattleScript_LocalBattleWonLoseTexts[];
|
|
|
|
extern const u8 BattleScript_LocalBattleWonReward[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_PayDayMoneyAndPickUpItems[];
|
|
|
|
extern const u8 BattleScript_LocalBattleLost[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_LocalBattleLostPrintWhiteOut[];
|
|
|
|
extern const u8 BattleScript_LocalBattleLostEnd[];
|
|
|
|
extern const u8 BattleScript_CheckDomeDrew[];
|
2018-09-01 20:00:13 +02:00
|
|
|
extern const u8 BattleScript_FlushMessageBox[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_LinkBattleWonOrLost[];
|
|
|
|
extern const u8 BattleScript_FrontierTrainerBattleWon[];
|
|
|
|
extern const u8 BattleScript_SmokeBallEscape[];
|
|
|
|
extern const u8 BattleScript_RanAwayUsingMonAbility[];
|
|
|
|
extern const u8 BattleScript_GotAwaySafely[];
|
|
|
|
extern const u8 BattleScript_WildMonFled[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_PrintCantRunFromTrainer[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_PrintFailedToRunString[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_PrintCantEscapeFromBattle[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_PrintFullBox[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_ActionSwitch[];
|
|
|
|
extern const u8 BattleScript_Pausex20[];
|
|
|
|
extern const u8 BattleScript_LevelUp[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_RainContinuesOrEnds[];
|
2023-04-29 12:30:39 +02:00
|
|
|
extern const u8 BattleScript_SnowContinuesOrEnds[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_DamagingWeatherContinues[];
|
2023-05-05 01:38:12 +02:00
|
|
|
extern const u8 BattleScript_SandStormHailSnowEnds[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SunlightContinues[];
|
|
|
|
extern const u8 BattleScript_SunlightFaded[];
|
|
|
|
extern const u8 BattleScript_OverworldWeatherStarts[];
|
2020-12-14 03:42:48 +01:00
|
|
|
extern const u8 BattleScript_OverworldTerrain[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SideStatusWoreOff[];
|
2017-11-26 01:19:57 +01:00
|
|
|
extern const u8 BattleScript_SafeguardProtected[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SafeguardEnds[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_LeechSeedTurnDrain[];
|
|
|
|
extern const u8 BattleScript_BideStoringEnergy[];
|
|
|
|
extern const u8 BattleScript_BideAttack[];
|
|
|
|
extern const u8 BattleScript_BideNoEnergyToAttack[];
|
2019-03-06 12:09:34 +01:00
|
|
|
extern const u8 BattleScript_RoarSuccessSwitch[];
|
|
|
|
extern const u8 BattleScript_RoarSuccessEndBattle[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MistProtected[];
|
|
|
|
extern const u8 BattleScript_RageIsBuilding[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsDisabled[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SelectingDisabledMove[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_DisabledNoMore[];
|
2017-12-03 00:47:21 +01:00
|
|
|
extern const u8 BattleScript_SelectingDisabledMoveInPalace[];
|
|
|
|
extern const u8 BattleScript_SelectingUnusableMoveInPalace[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_EncoredNoMore[];
|
|
|
|
extern const u8 BattleScript_DestinyBondTakesLife[];
|
2018-07-24 21:47:00 +02:00
|
|
|
extern const u8 BattleScript_DmgHazardsOnAttacker[];
|
|
|
|
extern const u8 BattleScript_DmgHazardsOnTarget[];
|
|
|
|
extern const u8 BattleScript_DmgHazardsOnFaintedBattler[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_PerishSongTakesLife[];
|
|
|
|
extern const u8 BattleScript_PerishSongCountGoesDown[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_AllStatsUp[];
|
|
|
|
extern const u8 BattleScript_RapidSpinAway[];
|
|
|
|
extern const u8 BattleScript_WrapFree[];
|
|
|
|
extern const u8 BattleScript_LeechSeedFree[];
|
|
|
|
extern const u8 BattleScript_SpikesFree[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_MonTookFutureAttack[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_NoMovesLeft[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SelectingMoveWithNoPP[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_NoPPForMove[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SelectingTormentedMove[];
|
2017-12-03 00:47:21 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedIsTormented[];
|
|
|
|
extern const u8 BattleScript_SelectingTormentedMoveInPalace[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveTaunt[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedIsTaunted[];
|
2017-12-03 00:47:21 +01:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveTauntInPalace[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_WishComesTrue[];
|
|
|
|
extern const u8 BattleScript_IngrainTurnHeal[];
|
|
|
|
extern const u8 BattleScript_AtkDefDown[];
|
2018-09-22 01:12:27 +02:00
|
|
|
extern const u8 BattleScript_DefSpDefDown[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_KnockedOff[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsImprisoned[];
|
2019-03-02 23:40:38 +01:00
|
|
|
extern const u8 BattleScript_SelectingImprisonedMove[];
|
|
|
|
extern const u8 BattleScript_SelectingImprisonedMoveInPalace[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_GrudgeTakesPp[];
|
|
|
|
extern const u8 BattleScript_MagicCoatBounce[];
|
2021-09-22 22:09:23 +02:00
|
|
|
extern const u8 BattleScript_MagicCoatBouncePrankster[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_SnatchedMove[];
|
|
|
|
extern const u8 BattleScript_EnduredMsg[];
|
|
|
|
extern const u8 BattleScript_OneHitKOMsg[];
|
|
|
|
extern const u8 BattleScript_SAtkDown2[];
|
|
|
|
extern const u8 BattleScript_FocusPunchSetUp[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsAsleep[];
|
|
|
|
extern const u8 BattleScript_MoveUsedWokeUp[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_MonWokeUpInUproar[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_PoisonTurnDmg[];
|
|
|
|
extern const u8 BattleScript_BurnTurnDmg[];
|
2023-04-22 18:47:36 +02:00
|
|
|
extern const u8 BattleScript_FrostbiteTurnDmg[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedIsFrozen[];
|
|
|
|
extern const u8 BattleScript_MoveUsedUnfroze[];
|
2023-04-23 21:20:23 +02:00
|
|
|
extern const u8 BattleScript_MoveUsedUnfrostbite[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_DefrostedViaFireMove[];
|
2023-04-23 21:20:23 +02:00
|
|
|
extern const u8 BattleScript_FrostbiteHealedViaFireMove[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedIsParalyzed[];
|
|
|
|
extern const u8 BattleScript_MoveUsedFlinched[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_PrintUproarOverTurns[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_ThrashConfuses[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsConfused[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsConfusedNoMore[];
|
|
|
|
extern const u8 BattleScript_PrintPayDayMoneyString[];
|
|
|
|
extern const u8 BattleScript_WrapTurnDmg[];
|
|
|
|
extern const u8 BattleScript_WrapEnds[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsInLove[];
|
2019-03-05 17:06:29 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedIsInLoveCantAttack[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_NightmareTurnDmg[];
|
|
|
|
extern const u8 BattleScript_CurseTurnDmg[];
|
|
|
|
extern const u8 BattleScript_TargetPRLZHeal[];
|
2021-09-07 06:34:32 +02:00
|
|
|
extern const u8 BattleScript_TargetWokeUp[];
|
|
|
|
extern const u8 BattleScript_TargetBurnHeal[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveEffectSleep[];
|
|
|
|
extern const u8 BattleScript_YawnMakesAsleep[];
|
|
|
|
extern const u8 BattleScript_MoveEffectPoison[];
|
|
|
|
extern const u8 BattleScript_MoveEffectBurn[];
|
2023-04-22 23:14:49 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectFrostbite[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveEffectFreeze[];
|
|
|
|
extern const u8 BattleScript_MoveEffectParalysis[];
|
|
|
|
extern const u8 BattleScript_MoveEffectUproar[];
|
|
|
|
extern const u8 BattleScript_MoveEffectToxic[];
|
|
|
|
extern const u8 BattleScript_MoveEffectPayDay[];
|
|
|
|
extern const u8 BattleScript_MoveEffectWrap[];
|
|
|
|
extern const u8 BattleScript_MoveEffectConfusion[];
|
2018-09-01 20:00:13 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectRecoil[];
|
2017-11-26 01:19:57 +01:00
|
|
|
extern const u8 BattleScript_DoRecoil33[];
|
|
|
|
extern const u8 BattleScript_Recoil33End[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_ItemSteal[];
|
|
|
|
extern const u8 BattleScript_DrizzleActivates[];
|
|
|
|
extern const u8 BattleScript_SpeedBoostActivates[];
|
|
|
|
extern const u8 BattleScript_TraceActivates[];
|
2019-08-30 12:25:21 +02:00
|
|
|
extern const u8 BattleScript_TraceActivatesEnd3[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_RainDishActivates[];
|
|
|
|
extern const u8 BattleScript_SandstreamActivates[];
|
|
|
|
extern const u8 BattleScript_ShedSkinActivates[];
|
2018-09-01 20:00:13 +02:00
|
|
|
extern const u8 BattleScript_IntimidateActivates[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_DroughtActivates[];
|
|
|
|
extern const u8 BattleScript_TookAttack[];
|
|
|
|
extern const u8 BattleScript_SturdyPreventsOHKO[];
|
|
|
|
extern const u8 BattleScript_DampStopsExplosion[];
|
|
|
|
extern const u8 BattleScript_MoveHPDrain_PPLoss[];
|
|
|
|
extern const u8 BattleScript_MoveHPDrain[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_MonMadeMoveUseless_PPLoss[];
|
|
|
|
extern const u8 BattleScript_MonMadeMoveUseless[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_FlashFireBoost_PPLoss[];
|
|
|
|
extern const u8 BattleScript_FlashFireBoost[];
|
|
|
|
extern const u8 BattleScript_AbilityNoStatLoss[];
|
2023-06-28 18:26:03 +02:00
|
|
|
extern const u8 BattleScript_ItemNoStatLoss[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_BRNPrevention[];
|
|
|
|
extern const u8 BattleScript_PRLZPrevention[];
|
|
|
|
extern const u8 BattleScript_PSNPrevention[];
|
|
|
|
extern const u8 BattleScript_ObliviousPreventsAttraction[];
|
2022-05-08 23:57:30 +02:00
|
|
|
extern const u8 BattleScript_FlinchPrevention[];
|
2017-11-26 01:19:57 +01:00
|
|
|
extern const u8 BattleScript_OwnTempoPrevents[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_SoundproofProtected[];
|
|
|
|
extern const u8 BattleScript_AbilityNoSpecificStatLoss[];
|
|
|
|
extern const u8 BattleScript_StickyHoldActivates[];
|
|
|
|
extern const u8 BattleScript_ColorChangeActivates[];
|
|
|
|
extern const u8 BattleScript_RoughSkinActivates[];
|
|
|
|
extern const u8 BattleScript_CuteCharmActivates[];
|
2019-03-01 13:59:08 +01:00
|
|
|
extern const u8 BattleScript_AbilityStatusEffect[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_SynchronizeActivates[];
|
|
|
|
extern const u8 BattleScript_NoItemSteal[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_AbilityCuredStatus[];
|
2018-09-01 20:00:13 +02:00
|
|
|
extern const u8 BattleScript_IgnoresWhileAsleep[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_IgnoresAndUsesRandomMove[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedLoafingAround[];
|
2020-04-18 13:04:28 +02:00
|
|
|
extern const u8 BattleScript_TruantLoafingAround[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_IgnoresAndFallsAsleep[];
|
2018-09-01 20:00:13 +02:00
|
|
|
extern const u8 BattleScript_IgnoresAndHitsItself[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_SubstituteFade[];
|
|
|
|
extern const u8 BattleScript_BerryCurePrlzEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureParRet[];
|
|
|
|
extern const u8 BattleScript_BerryCurePsnEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCurePsnRet[];
|
|
|
|
extern const u8 BattleScript_BerryCureBrnEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureBrnRet[];
|
|
|
|
extern const u8 BattleScript_BerryCureFrzEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureFrzRet[];
|
2023-04-23 19:20:48 +02:00
|
|
|
extern const u8 BattleScript_BerryCureFsbEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureFsbRet[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_BerryCureSlpEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureSlpRet[];
|
|
|
|
extern const u8 BattleScript_BerryCureConfusionEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureConfusionRet[];
|
|
|
|
extern const u8 BattleScript_BerryCureChosenStatusEnd2[];
|
|
|
|
extern const u8 BattleScript_BerryCureChosenStatusRet[];
|
|
|
|
extern const u8 BattleScript_WhiteHerbEnd2[];
|
|
|
|
extern const u8 BattleScript_WhiteHerbRet[];
|
2020-06-29 18:04:13 +02:00
|
|
|
extern const u8 BattleScript_ItemHealHP_RemoveItemRet[];
|
|
|
|
extern const u8 BattleScript_ItemHealHP_RemoveItemEnd2[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_BerryPPHealEnd2[];
|
2023-09-14 13:57:30 +02:00
|
|
|
extern const u8 BattleScript_BerryPPHealRet[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_ItemHealHP_End2[];
|
|
|
|
extern const u8 BattleScript_ItemHealHP_Ret[];
|
2017-11-26 17:15:28 +01:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveChoiceItem[];
|
2022-08-24 04:40:04 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveChoiceItemInPalace[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_HangedOnMsg[];
|
|
|
|
extern const u8 BattleScript_BerryConfuseHealEnd2[];
|
2021-01-06 06:13:32 +01:00
|
|
|
extern const u8 BattleScript_BerryConfuseHealRet[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_BerryStatRaiseEnd2[];
|
2021-01-06 06:13:32 +01:00
|
|
|
extern const u8 BattleScript_BerryStatRaiseRet[];
|
2022-11-04 15:29:05 +01:00
|
|
|
extern const u8 BattleScript_BerryFocusEnergyRet[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_BerryFocusEnergyEnd2[];
|
|
|
|
extern const u8 BattleScript_ActionSelectionItemsCantBeUsed[];
|
2018-08-25 21:04:12 +02:00
|
|
|
extern const u8 BattleScript_ArenaTurnBeginning[];
|
2020-07-17 02:12:12 +02:00
|
|
|
extern const u8 BattleScript_PalacePrintFlavorText[];
|
2018-11-11 18:33:16 +01:00
|
|
|
extern const u8 BattleScript_ArenaDoJudgment[];
|
2021-01-22 08:48:22 +01:00
|
|
|
extern const u8 BattleScript_FrontierLinkBattleLost[];
|
2017-11-26 17:26:11 +01:00
|
|
|
extern const u8 BattleScript_AskIfWantsToForfeitMatch[];
|
2017-12-03 00:47:21 +01:00
|
|
|
extern const u8 BattleScript_PrintPlayerForfeited[];
|
|
|
|
extern const u8 BattleScript_PrintPlayerForfeitedLinkBattle[];
|
2017-11-26 01:19:57 +01:00
|
|
|
extern const u8 BattleScript_BallThrow[];
|
|
|
|
extern const u8 BattleScript_BallThrowByWally[];
|
|
|
|
extern const u8 BattleScript_SafariBallThrow[];
|
2017-11-25 18:42:31 +01:00
|
|
|
extern const u8 BattleScript_SuccessBallThrow[];
|
|
|
|
extern const u8 BattleScript_WallyBallThrow[];
|
|
|
|
extern const u8 BattleScript_ShakeBallThrow[];
|
|
|
|
extern const u8 BattleScript_TrainerBallBlock[];
|
|
|
|
extern const u8 BattleScript_RunByUsingItem[];
|
2017-11-26 00:33:40 +01:00
|
|
|
extern const u8 BattleScript_ActionWatchesCarefully[];
|
|
|
|
extern const u8 BattleScript_ActionGetNear[];
|
|
|
|
extern const u8 BattleScript_ActionThrowPokeblock[];
|
2018-07-18 22:07:48 +02:00
|
|
|
extern const u8 BattleScript_EmbargoEndTurn[];
|
|
|
|
extern const u8 BattleScript_TelekinesisEndTurn[];
|
2019-03-24 03:45:21 +01:00
|
|
|
extern const u8 BattleScript_BufferEndTurn[];
|
2018-07-18 22:07:48 +02:00
|
|
|
extern const u8 BattleScript_AquaRingHeal[];
|
2018-07-21 12:56:07 +02:00
|
|
|
extern const u8 BattleScript_AuroraVeilEnds[];
|
|
|
|
extern const u8 BattleScript_LuckyChantEnds[];
|
|
|
|
extern const u8 BattleScript_TailwindEnds[];
|
2018-07-21 13:24:20 +02:00
|
|
|
extern const u8 BattleScript_TrickRoomEnds[];
|
|
|
|
extern const u8 BattleScript_WonderRoomEnds[];
|
|
|
|
extern const u8 BattleScript_MagicRoomEnds[];
|
2023-03-06 20:35:08 +01:00
|
|
|
extern const u8 BattleScript_TerrainEnds[];
|
|
|
|
extern const u8 BattleScript_TerrainEnds_Ret[];
|
2018-07-21 13:24:20 +02:00
|
|
|
extern const u8 BattleScript_MudSportEnds[];
|
|
|
|
extern const u8 BattleScript_WaterSportEnds[];
|
2018-07-21 15:11:13 +02:00
|
|
|
extern const u8 BattleScript_SturdiedMsg[];
|
2018-07-21 16:34:43 +02:00
|
|
|
extern const u8 BattleScript_GravityEnds[];
|
2018-07-22 18:40:18 +02:00
|
|
|
extern const u8 BattleScript_MoveStatDrain[];
|
|
|
|
extern const u8 BattleScript_MoveStatDrain_PPLoss[];
|
2020-12-10 22:27:35 +01:00
|
|
|
extern const u8 BattleScript_TargetsStatWasMaxedOut[];
|
2018-07-22 18:40:18 +02:00
|
|
|
extern const u8 BattleScript_AttackerAbilityStatRaise[];
|
|
|
|
extern const u8 BattleScript_AttackerAbilityStatRaiseEnd3[];
|
|
|
|
extern const u8 BattleScript_PoisonHealActivates[];
|
2018-07-22 21:05:12 +02:00
|
|
|
extern const u8 BattleScript_BadDreamsActivates[];
|
2018-07-22 22:21:47 +02:00
|
|
|
extern const u8 BattleScript_SwitchInAbilityMsg[];
|
2021-10-30 04:32:19 +02:00
|
|
|
extern const u8 BattleScript_SwitchInAbilityMsgRet[];
|
2018-07-24 21:47:00 +02:00
|
|
|
extern const u8 BattleScript_ToxicSpikesPoisoned[];
|
|
|
|
extern const u8 BattleScript_ToxicSpikesAbsorbed[];
|
2018-07-24 22:09:55 +02:00
|
|
|
extern const u8 BattleScript_StickyWebOnSwitchIn[];
|
2018-07-26 21:56:23 +02:00
|
|
|
extern const u8 BattleScript_SolarPowerActivates[];
|
|
|
|
extern const u8 BattleScript_CursedBodyActivates[];
|
|
|
|
extern const u8 BattleScript_MummyActivates[];
|
|
|
|
extern const u8 BattleScript_WeakArmorActivates[];
|
2018-07-26 23:40:55 +02:00
|
|
|
extern const u8 BattleScript_FellStingerRaisesStat[];
|
2023-04-29 12:30:39 +02:00
|
|
|
extern const u8 BattleScript_SnowWarningActivatesHail[];
|
|
|
|
extern const u8 BattleScript_SnowWarningActivatesSnow[];
|
2018-07-28 17:13:47 +02:00
|
|
|
extern const u8 BattleScript_HarvestActivates[];
|
2018-07-29 12:21:28 +02:00
|
|
|
extern const u8 BattleScript_ImposterActivates[];
|
2018-07-31 23:09:47 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveAssaultVest[];
|
2022-08-24 04:40:04 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveAssaultVestInPalace[];
|
2022-08-24 06:30:49 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedPlaceholder[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedPlaceholderInPalace[];
|
2018-07-31 23:09:47 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveGravity[];
|
|
|
|
extern const u8 BattleScript_MoveUsedGravityPrevents[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveGravityInPalace[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveHealBlock[];
|
|
|
|
extern const u8 BattleScript_MoveUsedHealBlockPrevents[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveHealBlockInPalace[];
|
2018-08-04 22:23:07 +02:00
|
|
|
extern const u8 BattleScript_ToxicSpikesFree[];
|
|
|
|
extern const u8 BattleScript_StickyWebFree[];
|
|
|
|
extern const u8 BattleScript_StealthRockFree[];
|
2023-03-06 20:35:08 +01:00
|
|
|
extern const u8 BattleScript_SpikesDefog[];
|
|
|
|
extern const u8 BattleScript_ToxicSpikesDefog[];
|
|
|
|
extern const u8 BattleScript_StickyWebDefog[];
|
|
|
|
extern const u8 BattleScript_StealthRockDefog[];
|
2018-09-16 18:55:32 +02:00
|
|
|
extern const u8 BattleScript_MegaEvolution[];
|
2020-11-07 13:53:34 +01:00
|
|
|
extern const u8 BattleScript_WishMegaEvolution[];
|
2018-09-22 10:45:43 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectRecoilWithStatus[];
|
|
|
|
extern const u8 BattleScript_EffectWithChance[];
|
2018-09-22 16:15:00 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectClearSmog[];
|
2018-09-23 19:03:53 +02:00
|
|
|
extern const u8 BattleScript_SideStatusWoreOffReturn[];
|
2018-09-29 15:43:56 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectSmackDown[];
|
2018-09-29 18:40:14 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectFlameBurst[];
|
2023-02-27 09:11:25 +01:00
|
|
|
extern const u8 BattleScript_TrainerASlideMsgRet[];
|
|
|
|
extern const u8 BattleScript_TrainerASlideMsgEnd2[];
|
|
|
|
extern const u8 BattleScript_TrainerBSlideMsgRet[];
|
|
|
|
extern const u8 BattleScript_TrainerBSlideMsgEnd2[];
|
2018-11-24 19:37:10 +01:00
|
|
|
extern const u8 BattleScript_MoveEffectFeint[];
|
2018-11-30 21:21:43 +01:00
|
|
|
extern const u8 BattleScript_ProteanActivates[];
|
2018-11-30 22:12:18 +01:00
|
|
|
extern const u8 BattleScript_DazzlingProtected[];
|
2018-12-01 11:35:49 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedPsychicTerrainPrevents[];
|
2018-12-03 12:50:32 +01:00
|
|
|
extern const u8 BattleScript_MoveUsedPowder[];
|
2021-07-27 18:31:48 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedStuffCheeks[];
|
2022-08-24 04:40:04 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedStuffCheeksInPalace[];
|
2019-02-01 14:17:24 +01:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedBelch[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedBelchInPalace[];
|
2019-02-09 14:30:16 +01:00
|
|
|
extern const u8 BattleScript_PsychicSurgeActivates[];
|
|
|
|
extern const u8 BattleScript_GrassySurgeActivates[];
|
|
|
|
extern const u8 BattleScript_MistySurgeActivates[];
|
|
|
|
extern const u8 BattleScript_ElectricSurgeActivates[];
|
2019-02-14 12:15:53 +01:00
|
|
|
extern const u8 BattleScript_SpectralThiefSteal[];
|
|
|
|
extern const u8 BattleScript_StatUpMsg[];
|
2022-05-06 10:15:24 +02:00
|
|
|
extern const u8 BattleScript_AbilityRaisesDefenderStat[];
|
2019-02-28 15:02:54 +01:00
|
|
|
extern const u8 BattleScript_PowderMoveNoEffect[];
|
2020-06-29 18:26:53 +02:00
|
|
|
extern const u8 BattleScript_GrassyTerrainHeals[];
|
2019-03-07 12:20:57 +01:00
|
|
|
extern const u8 BattleScript_VCreateStatLoss[];
|
2019-03-15 13:54:11 +01:00
|
|
|
extern const u8 BattleScript_SpikyShieldEffect[];
|
2019-04-15 13:02:25 +02:00
|
|
|
extern const u8 BattleScript_KingsShieldEffect[];
|
|
|
|
extern const u8 BattleScript_BanefulBunkerEffect[];
|
2019-03-31 21:38:58 +02:00
|
|
|
extern const u8 BattleScript_FlowerVeilProtectsRet[];
|
2019-03-31 22:02:39 +02:00
|
|
|
extern const u8 BattleScript_SweetVeilProtectsRet[];
|
2019-04-15 16:55:37 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectCoreEnforcer[];
|
2019-04-16 15:01:48 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveThroatChop[];
|
|
|
|
extern const u8 BattleScript_MoveUsedIsThroatChopPrevented[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveThroatChopInPalace[];
|
|
|
|
extern const u8 BattleScript_ThroatChopEndTurn[];
|
2019-05-07 15:26:58 +02:00
|
|
|
extern const u8 BattleScript_GemActivates[];
|
|
|
|
extern const u8 BattleScript_BerryReduceDmg[];
|
|
|
|
extern const u8 BattleScript_PrintBerryReduceString[];
|
2019-05-09 20:31:58 +02:00
|
|
|
extern const u8 BattleScript_WeaknessPolicy[];
|
|
|
|
extern const u8 BattleScript_TargetItemStatRaise[];
|
|
|
|
extern const u8 BattleScript_RockyHelmetActivates[];
|
|
|
|
extern const u8 BattleScript_ItemHurtEnd2[];
|
|
|
|
extern const u8 BattleScript_AirBaloonMsgIn[];
|
|
|
|
extern const u8 BattleScript_AirBaloonMsgPop[];
|
2019-05-10 11:03:33 +02:00
|
|
|
extern const u8 BattleScript_ItemHurtRet[];
|
|
|
|
extern const u8 BattleScript_ToxicOrb[];
|
|
|
|
extern const u8 BattleScript_FlameOrb[];
|
2019-05-10 15:12:33 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectIncinerate[];
|
2019-05-23 12:32:14 +02:00
|
|
|
extern const u8 BattleScript_MoveEffectBugBite[];
|
2019-08-08 13:06:55 +02:00
|
|
|
extern const u8 BattleScript_IllusionOff[];
|
2019-11-14 00:03:20 +01:00
|
|
|
extern const u8 BattleScript_DancerActivates[];
|
2019-12-21 09:01:42 +01:00
|
|
|
extern const u8 BattleScript_AftermathDmg[];
|
2020-04-19 21:18:39 +02:00
|
|
|
extern const u8 BattleScript_AttackerFormChange[];
|
|
|
|
extern const u8 BattleScript_AttackerFormChangeEnd3[];
|
|
|
|
extern const u8 BattleScript_TargetFormChange[];
|
2020-04-11 12:24:25 +02:00
|
|
|
extern const u8 BattleScript_AnticipationActivates[];
|
2020-04-18 12:52:15 +02:00
|
|
|
extern const u8 BattleScript_SlowStartEnds[];
|
2020-04-18 19:09:17 +02:00
|
|
|
extern const u8 BattleScript_HealerActivates[];
|
2020-04-18 19:59:09 +02:00
|
|
|
extern const u8 BattleScript_ScriptingAbilityStatRaise[];
|
2020-04-19 12:07:56 +02:00
|
|
|
extern const u8 BattleScript_ReceiverActivates[];
|
2020-04-19 13:37:56 +02:00
|
|
|
extern const u8 BattleScript_FriskActivates[];
|
|
|
|
extern const u8 BattleScript_FriskMsg[];
|
|
|
|
extern const u8 BattleScript_FriskMsgWithPopup[];
|
2020-04-19 15:44:44 +02:00
|
|
|
extern const u8 BattleScript_MoodyActivates[];
|
2020-07-15 17:21:12 +02:00
|
|
|
extern const u8 BattleScript_EmergencyExit[];
|
|
|
|
extern const u8 BattleScript_EmergencyExitNoPopUp[];
|
|
|
|
extern const u8 BattleScript_EmergencyExitWild[];
|
|
|
|
extern const u8 BattleScript_EmergencyExitWildNoPopUp[];
|
2020-07-16 15:20:03 +02:00
|
|
|
extern const u8 BattleScript_CheekPouchActivates[];
|
2020-11-19 18:35:37 +01:00
|
|
|
extern const u8 BattleScript_TotemVar[];
|
|
|
|
extern const u8 BattleScript_TotemFlaredToLife[];
|
2020-11-19 19:42:00 +01:00
|
|
|
extern const u8 BattleScript_AnnounceAirLockCloudNine[];
|
2020-12-05 17:50:47 +01:00
|
|
|
extern const u8 BattleScript_BattlerAbilityStatRaiseOnSwitchIn[];
|
2020-12-03 02:53:00 +01:00
|
|
|
extern const u8 BattleScript_CottonDownActivates[];
|
2020-12-03 03:09:35 +01:00
|
|
|
extern const u8 BattleScript_BallFetch[];
|
2020-12-11 20:41:53 +01:00
|
|
|
extern const u8 BattleScript_SandSpitActivates[];
|
2020-12-11 23:00:30 +01:00
|
|
|
extern const u8 BattleScript_PerishBodyActivates[];
|
2021-02-02 17:00:07 +01:00
|
|
|
extern const u8 BattleScript_ActivateAsOne[];
|
|
|
|
extern const u8 BattleScript_RaiseStatOnFaintingTarget[];
|
2021-01-06 17:37:31 +01:00
|
|
|
extern const u8 BattleScript_QuickClawActivation[];
|
2021-10-13 03:49:18 +02:00
|
|
|
extern const u8 BattleScript_QuickDrawActivation[];
|
2021-01-06 17:37:31 +01:00
|
|
|
extern const u8 BattleScript_CustapBerryActivation[];
|
2021-01-06 18:47:07 +01:00
|
|
|
extern const u8 BattleScript_MicleBerryActivateEnd2[];
|
|
|
|
extern const u8 BattleScript_MicleBerryActivateRet[];
|
2021-01-06 19:15:56 +01:00
|
|
|
extern const u8 BattleScript_JabocaRowapBerryActivates[];
|
2021-04-01 04:11:27 +02:00
|
|
|
extern const u8 BattleScript_NotAffectedAbilityPopUp[];
|
2021-06-03 12:55:44 +02:00
|
|
|
extern const u8 BattleScript_BattlerShookOffTaunt[];
|
|
|
|
extern const u8 BattleScript_BattlerGotOverItsInfatuation[];
|
2020-11-12 02:08:46 +01:00
|
|
|
extern const u8 BattleScript_Pickpocket[];
|
2020-12-09 18:28:18 +01:00
|
|
|
extern const u8 BattleScript_StickyBarbTransfer[];
|
2021-01-06 23:28:58 +01:00
|
|
|
extern const u8 BattleScript_AttackerItemStatRaise[];
|
2021-01-08 03:33:39 +01:00
|
|
|
extern const u8 BattleScript_RedCardActivates[];
|
2021-01-08 04:31:27 +01:00
|
|
|
extern const u8 BattleScript_EjectButtonActivates[];
|
2021-01-08 05:11:56 +01:00
|
|
|
extern const u8 BattleScript_EjectPackActivate_Ret[];
|
|
|
|
extern const u8 BattleScript_EjectPackActivate_End2[];
|
|
|
|
extern const u8 BattleScript_EjectPackActivates[];
|
2021-01-16 02:11:55 +01:00
|
|
|
extern const u8 BattleScript_MentalHerbCureRet[];
|
|
|
|
extern const u8 BattleScript_MentalHerbCureEnd2[];
|
2021-08-12 22:08:41 +02:00
|
|
|
extern const u8 BattleScript_TerrainPreventsEnd2[];
|
2021-09-15 23:11:42 +02:00
|
|
|
extern const u8 BattleScript_MistyTerrainPrevents[];
|
|
|
|
extern const u8 BattleScript_ElectricTerrainPrevents[];
|
2021-01-17 00:14:36 +01:00
|
|
|
extern const u8 BattleScript_DarkTypePreventsPrankster[];
|
2021-01-12 18:58:24 +01:00
|
|
|
extern const u8 BattleScript_GulpMissileGorging[];
|
|
|
|
extern const u8 BattleScript_GulpMissileGulping[];
|
2021-10-02 03:32:48 +02:00
|
|
|
extern const u8 BattleScript_BattleBondActivatesOnMoveEndAttacker[];
|
2021-08-26 21:14:05 +02:00
|
|
|
extern const u8 BattleScript_DesolateLandActivates[];
|
|
|
|
extern const u8 BattleScript_PrimordialSeaActivates[];
|
2023-07-30 16:50:51 +02:00
|
|
|
extern const u8 BattleScript_PrimalWeatherBlocksMove[];
|
2021-08-26 21:14:05 +02:00
|
|
|
extern const u8 BattleScript_DeltaStreamActivates[];
|
|
|
|
extern const u8 BattleScript_MysteriousAirCurrentBlowsOn[];
|
2021-08-31 02:21:07 +02:00
|
|
|
extern const u8 BattleScript_AttackWeakenedByStrongWinds[];
|
2021-10-06 14:10:56 +02:00
|
|
|
extern const u8 BattleScript_BlockedByPrimalWeatherEnd3[];
|
|
|
|
extern const u8 BattleScript_BlockedByPrimalWeatherRet[];
|
2021-08-25 08:35:21 +02:00
|
|
|
extern const u8 BattleScript_PrimalReversion[];
|
2023-07-16 13:26:54 +02:00
|
|
|
extern const u8 BattleScript_PrimalReversionRestoreAttacker[];
|
2021-10-28 18:59:59 +02:00
|
|
|
extern const u8 BattleScript_HyperspaceFuryRemoveProtect[];
|
2021-10-30 07:31:44 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveGorillaTactics[];
|
2022-08-24 04:40:04 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedMoveGorillaTacticsInPalace[];
|
2021-10-12 16:32:51 +02:00
|
|
|
extern const u8 BattleScript_WanderingSpiritActivates[];
|
2021-10-13 00:04:34 +02:00
|
|
|
extern const u8 BattleScript_MirrorArmorReflect[];
|
|
|
|
extern const u8 BattleScript_GooeyActivates[];
|
2021-11-02 11:06:10 +01:00
|
|
|
extern const u8 BattleScript_PastelVeilActivates[];
|
2021-10-31 01:40:05 +02:00
|
|
|
extern const u8 BattleScript_MimicryActivatesEnd3[];
|
|
|
|
extern const u8 BattleScript_ApplyMimicry[];
|
2021-11-04 03:40:26 +01:00
|
|
|
extern const u8 BattleScript_AttackerFormChangeEnd3NoPopup[];
|
2021-11-03 05:23:33 +01:00
|
|
|
extern const u8 BattleScript_AttackerFormChangeMoveEffect[];
|
2021-11-04 07:50:54 +01:00
|
|
|
extern const u8 BattleScript_BothCanNoLongerEscape[];
|
|
|
|
extern const u8 BattleScript_OctolockEndTurn[];
|
2021-10-30 04:32:19 +02:00
|
|
|
extern const u8 BattleScript_NeutralizingGasExits[];
|
2021-10-06 22:00:02 +02:00
|
|
|
extern const u8 BattleScript_MagicianActivates[];
|
2021-06-15 19:57:21 +02:00
|
|
|
extern const u8 BattleScript_BeakBlastSetUp[];
|
|
|
|
extern const u8 BattleScript_BeakBlastBurn[];
|
2021-11-19 09:57:32 +01:00
|
|
|
extern const u8 BattleScript_DefDownSpeedUp[];
|
2022-06-19 21:43:22 +02:00
|
|
|
extern const u8 BattleScript_AffectionBasedStatusHeal[];
|
|
|
|
extern const u8 BattleScript_AffectionBasedEndurance[];
|
2022-05-06 23:53:16 +02:00
|
|
|
extern const u8 BattleScript_SymbiosisActivates[];
|
2021-09-23 04:31:21 +02:00
|
|
|
extern const u8 BattleScript_MultiHitPrintStrings[];
|
|
|
|
extern const u8 BattleScript_BurnUpRemoveType[];
|
2022-11-03 09:54:56 +01:00
|
|
|
extern const u8 BattleScript_TargetAbilityStatRaiseRet[];
|
2022-11-18 22:12:26 +01:00
|
|
|
extern const u8 BattleScript_DoubleShockRemoveType[];
|
2022-12-03 03:07:25 +01:00
|
|
|
extern const u8 BattleScript_SeedSowerActivates[];
|
2022-12-03 05:17:22 +01:00
|
|
|
extern const u8 BattleScript_AngerShellActivates[];
|
2022-12-03 06:04:33 +01:00
|
|
|
extern const u8 BattleScript_WellBakedBodyActivates[];
|
2022-12-03 10:21:01 +01:00
|
|
|
extern const u8 BattleScript_WindRiderActivatesMoveEnd[];
|
2022-12-04 01:20:34 +01:00
|
|
|
extern const u8 BattleScript_WindPowerActivates[];
|
|
|
|
extern const u8 BattleScript_WindPowerActivatesEnd2[];
|
2022-12-04 23:18:41 +01:00
|
|
|
extern const u8 BattleScript_ProtosynthesisActivates[];
|
2022-12-04 23:35:51 +01:00
|
|
|
extern const u8 BattleScript_QuarkDriveActivates[];
|
2022-12-05 00:17:14 +01:00
|
|
|
extern const u8 BattleScript_GoodAsGoldActivates[];
|
2022-12-05 00:24:35 +01:00
|
|
|
extern const u8 BattleScript_RuinAbilityActivates[];
|
2022-12-06 03:36:18 +01:00
|
|
|
extern const u8 BattleScript_CudChewActivates[];
|
2022-12-06 06:51:13 +01:00
|
|
|
extern const u8 BattleScript_SupremeOverlordActivates[];
|
2022-12-06 09:03:07 +01:00
|
|
|
extern const u8 BattleScript_CostarActivates[];
|
2022-12-06 09:14:05 +01:00
|
|
|
extern const u8 BattleScript_ToxicDebrisActivates[];
|
2022-12-06 09:29:26 +01:00
|
|
|
extern const u8 BattleScript_EarthEaterActivates[];
|
2022-12-09 02:29:07 +01:00
|
|
|
extern const u8 BattleScript_MimicryActivates_End3[];
|
2022-08-24 18:45:27 +02:00
|
|
|
extern const u8 BattleScript_IceFaceNullsDamage[];
|
2023-01-09 19:18:22 +01:00
|
|
|
extern const u8 BattleScript_BattlerFormChangeWithStringEnd3[];
|
2023-02-07 13:01:56 +01:00
|
|
|
extern const u8 BattleScript_DampPreventsAftermath[];
|
2023-02-20 12:25:43 +01:00
|
|
|
extern const u8 BattleScript_HealingWishActivates[];
|
|
|
|
extern const u8 BattleScript_LunarDanceActivates[];
|
2023-02-22 14:55:34 +01:00
|
|
|
extern const u8 BattleScript_ShellTrapSetUp[];
|
2023-02-27 09:17:07 +01:00
|
|
|
extern const u8 BattleScript_CouldntFullyProtect[];
|
2023-02-27 12:31:29 +01:00
|
|
|
extern const u8 BattleScript_MoveEffectStockpileWoreOff[];
|
2023-01-05 07:01:18 +01:00
|
|
|
extern const u8 BattleScript_StealthRockActivates[];
|
2023-03-14 15:43:52 +01:00
|
|
|
extern const u8 BattleScript_SpikesActivates[];
|
2023-04-25 21:03:57 +02:00
|
|
|
extern const u8 BattleScript_BerserkGeneRet[];
|
2023-05-17 01:24:25 +02:00
|
|
|
extern const u8 BattleScript_TargetFormChangeWithStringNoPopup[];
|
2023-03-27 01:09:21 +02:00
|
|
|
extern const u8 BattleScript_DefDown[];
|
2023-08-10 05:12:26 +02:00
|
|
|
extern const u8 BattleScript_UltraBurst[];
|
2023-09-15 16:18:47 +02:00
|
|
|
extern const u8 BattleScript_SelectingNotAllowedCurrentMove[];
|
|
|
|
extern const u8 BattleScript_SelectingNotAllowedCurrentMoveInPalace[];
|
|
|
|
extern const u8 BattleScript_SaltCureExtraDamage[];
|
2017-11-25 18:42:31 +01:00
|
|
|
|
2020-11-30 16:55:46 +01:00
|
|
|
// zmoves
|
|
|
|
extern const u8 BattleScript_ZMoveActivateDamaging[];
|
|
|
|
extern const u8 BattleScript_ZMoveActivateStatus[];
|
|
|
|
extern const u8 BattleScript_ZEffectPrintString[];
|
|
|
|
extern const u8 BattleScript_RecoverHPZMove[];
|
|
|
|
extern const u8 BattleScript_StatUpZMove[];
|
2020-12-01 21:35:39 +01:00
|
|
|
extern const u8 BattleScript_HealReplacementZMove[];
|
2020-11-30 16:55:46 +01:00
|
|
|
extern const u8 BattleScript_EffectExtremeEvoboost[];
|
2017-11-25 18:42:31 +01:00
|
|
|
|
|
|
|
#endif // GUARD_BATTLE_SCRIPTS_H
|