diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-29 21:02:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-29 21:02:08 -0500 |
commit | 5e98e6b8df930bb386acc5ce21940a122fd497ce (patch) | |
tree | 8e3a3f585f2b125484e232770d903ae95a6b8eed /include | |
parent | 9200df7516151a84d0fcdda84259179eafafcabb (diff) |
Fix this field's name to be consistent with offset
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index b1c6adcf3..1dae2f75f 100644 --- a/include/global.h +++ b/include/global.h @@ -697,7 +697,7 @@ struct SaveBlock1 /*0x30D0*/ struct Roamer roamer; /*0x30EC*/ struct EnigmaBerry enigmaBerry; /*0x3120*/ struct MEventBuffers unk_3120; - /*0x348C*/ u8 filler_3464[0x190]; + /*0x348C*/ u8 filler_348C[0x190]; /*0x361C*/ struct RamScript ramScript; /*0x3A08*/ u8 filler3A08[12]; /*0x3A14*/ u8 seen2[DEX_FLAGS_NO]; |