summaryrefslogtreecommitdiff
path: root/include/battle_scripts.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-06 18:32:17 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-06 18:32:17 -0500
commit4cad26157e132753b9024dcc4b1cdc1d65f548f8 (patch)
treef382721e0ec85377816f1eb89c257551fda6782b /include/battle_scripts.h
parentf14f13b31269d4e0a537b20c53c766314bab0f86 (diff)
Rename ghost battle scripts
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r--include/battle_scripts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h
index 361fff495..2a06f2425 100644
--- a/include/battle_scripts.h
+++ b/include/battle_scripts.h
@@ -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[];
@@ -227,7 +227,7 @@ extern const u8 BattleScript_FlushMessageBox[];
extern const u8 BattleScript_SpikesOnFaintedBattler[];
extern const u8 BattleScript_GhostBallDodge[];
extern const u8 BattleScript_OldMan_Pokedude_CaughtMessage[];
-extern const u8 gUnknown_81D91A1[]; // knizz: silph scope unveil
+extern const u8 BattleScript_SilphScopeUnveiled[]; // knizz: silph scope unveil
extern const u8 BattleScript_BattleTowerTrainerBattleWon[];
extern const u8 *const gBattleScriptsForMoveEffects[];