summaryrefslogtreecommitdiff
path: root/include/global.berry.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-11 11:35:41 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-11 11:35:41 +0200
commit154a70e22829891ec56561e454a73a67e609679d (patch)
tree850d26c7955d58249b33eb5d7c9979a61e155548 /include/global.berry.h
parent6292b82503bf2eb611e5fea6f1710b25578d4fc8 (diff)
start pokemon3 decomp
Diffstat (limited to 'include/global.berry.h')
-rw-r--r--include/global.berry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.berry.h b/include/global.berry.h
index 6695a9f4b..4b9ca644c 100644
--- a/include/global.berry.h
+++ b/include/global.berry.h
@@ -42,14 +42,14 @@ struct Berry2
struct EnigmaBerry
{
struct Berry2 berry;
- u8 pic[(6 * 6) * TILE_SIZE_4BPP];
- u16 palette[16];
- u8 description1[45];
- u8 description2[45];
u8 itemEffect[18];
u8 holdEffect;
u8 holdEffectParam;
u32 checksum;
+ u8 pic[(6 * 6) * TILE_SIZE_4BPP];
+ u16 palette[16];
+ u8 description1[45];
+ u8 description2[45];
};
struct BattleEnigmaBerry