diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-02 18:19:49 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-02 18:19:49 +0100 |
commit | 5243285ab2cbf895f28e9866e3f5671326422348 (patch) | |
tree | 1f5c7d07dc5c9e6c0660906b0174f7f682767992 /include/battle_script_commands.h | |
parent | 63210c07897e86953bf093397eee5a33e95b8c91 (diff) |
start working on battle 7
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 |