diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-07 11:23:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 11:23:15 -0500 |
commit | d833c0ba01594468195d3a5dac843cedba8af9eb (patch) | |
tree | af24f4ab930dd8eac94cc2c1a5afb5464739e474 /include/battle_scripts.h | |
parent | 994b9cdbadc21d2db257015953f67cb4023e2450 (diff) | |
parent | 2b521f243a74c0d49a589c879769ce59de8202e4 (diff) |
Merge pull request #144 from PikalaxALT/dism_more_data
Dump battle scripts and several rfu3 strings
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r-- | include/battle_scripts.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h index 184527587..080922775 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -29,7 +29,7 @@ extern const u8 BattleScript_LocalBattleLostPrintWhiteOut[]; extern const u8 BattleScript_LocalBattleLostEnd[]; extern const u8 BattleScript_CheckDomeDrew[]; extern const u8 BattleScript_LinkBattleWonOrLost[]; -extern const u8 BattleScript_FrontierTrainerBattleWon[]; +extern const u8 BattleScript_BattleTowerTrainerBattleWon[]; extern const u8 BattleScript_SmokeBallEscape[]; extern const u8 BattleScript_RanAwayUsingMonAbility[]; extern const u8 BattleScript_GotAwaySafely[]; @@ -216,8 +216,8 @@ extern const u8 BattleScript_RunByUsingItem[]; extern const u8 BattleScript_ActionWatchesCarefully[]; extern const u8 BattleScript_ActionGetNear[]; extern const u8 BattleScript_ActionThrowPokeblock[]; -extern const u8 gUnknown_81D9192[]; -extern const u8 gUnknown_81D9180[]; +extern const u8 BattleScript_GhostGetOutGetOut[]; +extern const u8 BattleScript_TooScaredToMove[]; extern const u8 BattleScript_IntimidateActivates[]; extern const u8 BattleScript_IntimidateActivatesEnd3[]; extern const u8 BattleScript_IgnoresWhileAsleep[]; @@ -226,9 +226,9 @@ extern const u8 BattleScript_MoveEffectRecoil[]; extern const u8 BattleScript_FlushMessageBox[]; extern const u8 BattleScript_SpikesOnFaintedBattler[]; extern const u8 BattleScript_GhostBallDodge[]; -extern const u8 gUnknown_81D9A88[]; -extern const u8 gUnknown_81D91A1[]; // knizz: silph scope unveil -extern const u8 gUnknown_81D88D7[]; +extern const u8 BattleScript_OldMan_Pokedude_CaughtMessage[]; +extern const u8 BattleScript_SilphScopeUnveiled[]; +extern const u8 BattleScript_BattleTowerTrainerBattleWon[]; extern const u8 *const gBattleScriptsForMoveEffects[]; extern const u8 *const gBattlescriptsForBallThrow[]; |