diff options
author | camthesaxman <cameronghall@cox.net> | 2017-05-10 00:54:02 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-05-10 00:54:02 -0500 |
commit | b2218c7d2ba5a2a2b9ff1258dfb454479241c3b6 (patch) | |
tree | 8c38eae426a73f13aa2f0d31a683d8d3afe2aaa3 /include/global.berry.h | |
parent | 165b7cb375376cbb35c646e6f4cc12d0a6bec86b (diff) |
tired. finish later
Diffstat (limited to 'include/global.berry.h')
-rw-r--r-- | include/global.berry.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.berry.h b/include/global.berry.h index b7938868d..3f835f075 100644 --- a/include/global.berry.h +++ b/include/global.berry.h @@ -34,10 +34,10 @@ struct EnigmaBerry struct BattleEnigmaBerry { - u8 name[7]; - u8 holdEffect; - u8 itemEffect[18]; - u8 holdEffectParam; + /*0x00*/ u8 name[7]; + /*0x07*/ u8 holdEffect; + /*0x08*/ u8 itemEffect[18]; + /*0x1A*/ u8 holdEffectParam; }; struct BerryTree |