diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
commit | 07f5db48c075f55a67136afb84ac804d525f5de3 (patch) | |
tree | 2daef3cfdbdaf66c7e91c629a75a9730c6a85191 /include/battle.h | |
parent | 20de25004946139a601cd2965afc2e9645a56b96 (diff) |
start decompiling the behemoth that is sub_803E1B0
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 27ed57045..c94325cd5 100644 --- a/include/battle.h +++ b/include/battle.h @@ -473,7 +473,7 @@ struct sideTimer u8 lightscreenTimer; //0x1 u8 mistTimer; //0x2 u8 field3; //0x3 - u16 field4; //0x4 + u16 field4; //0x4 u8 spikesAmount; //0x6 u8 safeguardTimer; //0x7 u8 followmeTimer; //0x8 |