diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 00:17:38 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-12 00:17:38 +0100 |
commit | b7fa10d01e379c4f7d8d30fecb2a7c6413191b88 (patch) | |
tree | d492427c4aedb95c3e6000b25c8a01ec9de62d10 /include/battle_script_commands.h | |
parent | c3f6f528e865155f359ca2ff10b68ace1cc99edb (diff) | |
parent | 558bf2f7d0c9be70ec0da4b9ef28c105c5d11622 (diff) |
Merge branch 'master' into battle4_fixes
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 |