diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-15 10:18:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-15 10:18:11 -0400 |
commit | acf2820efce9893e71700c8892b00f9acceb9477 (patch) | |
tree | 04d3a8d6d63dd9defd6ca4ee1738d457af67c57c /include | |
parent | 91a171ff93f10ba185a826257c5b1f2564e59a22 (diff) |
sub_8123AF8
Diffstat (limited to 'include')
-rw-r--r-- | include/field_weather.h | 3 | ||||
-rw-r--r-- | include/global.h | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index b51c47de7..d3b1f4ffd 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -84,7 +84,8 @@ struct Weather u8 filler_6E5[0x15]; u8 unknown_6FA; u8 unknown_6FB; - u8 filler_6FC[4]; + u16 unknown_6FC; + u8 filler_6FE[2]; u8 unknown_700; u8 filler_701[0x15]; u8 unknown_716; diff --git a/include/global.h b/include/global.h index 4604c8cbb..a22f0d817 100644 --- a/include/global.h +++ b/include/global.h @@ -14,9 +14,9 @@ #define INCBIN_S8 {0} #define INCBIN_S16 {0} #define INCBIN_S32 {0} -void * memcpy (void *, const void *, size_t); -void * memset (void *, int, size_t); -int strcmp (const char *, const char *); +void *memcpy (void *, const void *, size_t); +void *memset (void *, int, size_t); +int strcmp (const char *, const char *); #endif // Prevent cross-jump optimization. |