summaryrefslogtreecommitdiff
path: root/include/battle_script_commands.h
diff options
context:
space:
mode:
authoritskobold <itskobold@users.noreply.github.com>2017-11-15 12:41:25 +0000
committeritskobold <itskobold@users.noreply.github.com>2017-11-15 12:41:25 +0000
commit2acab81713aac51f96a50dc42a67ec7761901aa4 (patch)
treec39251dc3e6eb2f7cc884cbe4953b8c34dce8423 /include/battle_script_commands.h
parente373cf4bb9217eb5e4edba08c7cb95ecc895b821 (diff)
parent72b57b342eaf6e4a3ea77fae8b40e4ab11c64ae2 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
also started fixing pointers in my dumps
Diffstat (limited to 'include/battle_script_commands.h')
-rw-r--r--include/battle_script_commands.h2
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