start pokemon3 decomp

This commit is contained in:
DizzyEggg
2017-09-11 11:35:41 +02:00
parent 6292b82503
commit 154a70e228
44 changed files with 1571 additions and 3153 deletions

View File

@@ -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