diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-01 10:22:12 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 12:26:52 +0800 |
commit | 378e85d00ba922933aadcec240747c7e748f8de6 (patch) | |
tree | 4f00f9599f9de256ff35e3b968dbb6a2a129d928 /include/battle.h | |
parent | a937f722834f24342b0b87bb9554546dec77170a (diff) |
thru sub_8159824
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 40a2eba04..0a441df1c 100644 --- a/include/battle.h +++ b/include/battle.h @@ -664,7 +664,7 @@ extern u8 gBattleBufferB[MAX_BATTLERS_COUNT][0x200]; extern u8 gActionSelectionCursor[MAX_BATTLERS_COUNT]; extern void (*gPreBattleCallback1)(void); extern bool8 gDoingBattleAnim; -extern void *gUnknown_3005EE0[]; +extern u8 *gUnknown_3005EE0[MAX_BATTLERS_COUNT]; extern u8 *gUnknown_2022BB8; extern u8 *gUnknown_2022BBC; extern void (*gBattleMainFunc)(void); |