diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-07 10:56:35 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-07 10:56:35 -0500 |
commit | 2b521f243a74c0d49a589c879769ce59de8202e4 (patch) | |
tree | 1df42398d782be9dcecf471c6846d2a10651a12f /include/battle_scripts.h | |
parent | 304408defffcde5840250fccdfbe5e8e438d5027 (diff) |
Get rid of a knizz comment
Diffstat (limited to 'include/battle_scripts.h')
-rw-r--r-- | include/battle_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_scripts.h b/include/battle_scripts.h index 2a06f2425..080922775 100644 --- a/include/battle_scripts.h +++ b/include/battle_scripts.h @@ -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 BattleScript_SilphScopeUnveiled[]; // knizz: silph scope unveil +extern const u8 BattleScript_SilphScopeUnveiled[]; extern const u8 BattleScript_BattleTowerTrainerBattleWon[]; extern const u8 *const gBattleScriptsForMoveEffects[]; |