Convert GF ROM header to C

This commit is contained in:
GriffinR
2021-11-01 01:42:02 -04:00
parent dac4192fd3
commit ef2971d8dc
7 changed files with 189 additions and 89 deletions

View File

@@ -29,6 +29,7 @@ struct BagPocket
u8 capacity;
};
extern const struct Item gItems[];
extern struct BagPocket gBagPockets[];
void ApplyNewEncryptionKeyToBagItems(u32 newKey);