diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-15 00:47:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-15 00:47:34 -0600 |
commit | ce0e5cbfe4439a9767134a670868f65cc9920e65 (patch) | |
tree | 07d1e496a653dc2c6584022cb977bbdf273858aa /include/battle_script_commands.h | |
parent | 6e6e11205d312a296391ec7d16d809e52c5b4027 (diff) | |
parent | 3fb2a488f99d4d8499a2b0247f73f45837b07156 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_maps
Diffstat (limited to 'include/battle_script_commands.h')
-rw-r--r-- | include/battle_script_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_script_commands.h b/include/battle_script_commands.h index a466abc04..ebfeabccc 100644 --- a/include/battle_script_commands.h +++ b/include/battle_script_commands.h @@ -57,6 +57,6 @@ void HandleBattleWindow(u8 xStart, u8 yStart, u8 xEnd, u8 yEnd, u8 flags); bool8 UproarWakeUpCheck(u8 bank); extern void (* const gBattleScriptingCommandsTable[])(void); -extern const u8 gUnknown_0831C494[]; +extern const u8 gUnknown_0831C494[][4]; #endif // GUARD_BATTLE_SCRIPT_COMMANDS_H |