diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-20 10:10:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 10:10:27 -0600 |
commit | 1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (patch) | |
tree | 4b0e58280d62a4babd7e35de5f796e960e069d81 /include/global.h | |
parent | 5dc8beb034e70b4e1eba61cca4009d5e06356605 (diff) | |
parent | 4e25ef10f2883ef228b7d6c26162d2b00dc3c291 (diff) |
Merge pull request #115 from DizzyEggg/decompile_wild_encounter
Decompile wild encounter
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]; |