begin decompiling item.s

This commit is contained in:
DizzyEggg
2017-09-03 00:47:51 +02:00
parent d5806bfe6a
commit 50530b4666
6 changed files with 95 additions and 152 deletions

View File

@@ -129,6 +129,8 @@ struct SaveBlock2
/*0x90*/ u8 filler_90[0x8];
/*0x98*/ struct Time localTimeOffset;
/*0xA0*/ struct Time lastBerryTreeUpdate;
/*0xA8*/ u8 filler_A8[0x4];
/*0xAC*/ u32 encryptionKey;
};
extern struct SaveBlock2 *gSaveBlock2Ptr;

4
include/item.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef ITEM_H
#define ITEM_H
#endif // ITEM_H