diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 12:41:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 12:41:10 -0400 |
commit | ccac4694cd689eb023d65d7450645709ad47b3ba (patch) | |
tree | 0226734542e5baef600fecb1f824f47716fe0d12 /include/global.h | |
parent | 3b9275b133c875bda4f8d43fe300394d9c4cbb2a (diff) | |
parent | 35cffea9874a8b135eddade958b62ee2ecf441c1 (diff) |
Merge branch 'master' into continue_union_room
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index d738deb3c..0506c036e 100644 --- a/include/global.h +++ b/include/global.h @@ -962,7 +962,8 @@ struct SaveBlock1 /*0x3B24*/ u8 seen2[DEX_FLAGS_NO]; /*0x3B58*/ LilycoveLady lilycoveLady; /*0x3B98*/ struct TrainerNameRecord trainerNameRecords[20]; - /*0x3C88*/ u8 unk3C88[11][20]; + /*0x3C88*/ u8 unk3C88[10][21]; + /*0x3D5A*/ u8 filler3D5A[0xA]; /*0x3D64*/ struct SaveTrainerHill trainerHill; /*0x3D70*/ struct WaldaPhrase waldaPhrase; // sizeof: 0x3D88 |