diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-11 15:48:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 15:48:17 -0600 |
commit | 558bf2f7d0c9be70ec0da4b9ef28c105c5d11622 (patch) | |
tree | 232d44774e91c44ac08b366aa5186593ebe00d62 /include/battle_script_commands.h | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) | |
parent | 32c7d4f252acf8cc9dc42d50da046c4b3f0beb16 (diff) |
Merge pull request #104 from DizzyEggg/decompile_battle_7
Decompile 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 |