diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-05-08 23:13:46 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 21:13:46 -0700 |
commit | a83ced6d98f301f4aade1c571d8c0cc9e43d0450 (patch) | |
tree | 2823ffe91c444fcd8289d79c80291b3c8c400af7 /include/global.h | |
parent | ca7e24fa7be6f5d9244667f1fa7c9ad21a16056a (diff) |
fix some nonmatching functions (#284)
* fix some nonmatching functions
* delete trailing whitespace
Diffstat (limited to 'include/global.h')
-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 ca5335697..4cbbef5cc 100644 --- a/include/global.h +++ b/include/global.h @@ -296,7 +296,7 @@ struct UnkMauvilleOldManStruct2 u8 unk1; u8 unk2; u16 mauvilleOldMan_ecArray[10]; - u16 mauvilleOldMan_ecArray2[6]; + u8 mauvilleOldMan_ecArray2[12]; u8 fillerF[0x2]; /* size = 0x2C */ }; |