diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-20 18:27:23 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-20 18:27:23 +0000 |
commit | caf952e02eb29f56a0c8b8571a6c5c4f8d0d2ef2 (patch) | |
tree | f0592fc84aeb433b0fb59d9ceabd025b5589f83b /include/global.h | |
parent | 625be4bf04c9f14c4e1ee2e1ab74e7a5a7964a33 (diff) | |
parent | 1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 62f946c6d..f3ec9ce33 100644 --- a/include/global.h +++ b/include/global.h @@ -238,7 +238,9 @@ struct SaveBlock2 /*0xCA9*/ u8 field_CA9_d : 1; // 0x20 /*0xCA9*/ u8 field_CA9_e : 1; // 0x40 /*0xCA9*/ u8 field_CA9_f : 1; // 0x80 - /*0xCAA*/ u16 field_CAA[0x2e]; + /*0xCAA*/ u16 field_CAA[4]; + /*0xCB2*/ u16 battlePyramidWildHeaderId; + /*0xCB4*/ u8 field_CB4[82]; /*0xD06*/ u8 field_D06; /*0xD07*/ u8 field_D07; /*0xD08*/ u8 filler_D08[0x112]; |