diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-08 14:58:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-08 14:58:51 -0400 |
commit | d348c44eb66a30d50a742d900760826a863c5759 (patch) | |
tree | 9316e45f852532ed0461e7f4dcfaadd588eab387 /include/global.h | |
parent | 6b27e999f242f51a81bef70c40a378d5adbaf9e2 (diff) |
Finish decompile of menews_jisan.s
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/global.h b/include/global.h index 5a7cc134d..11a79ebe8 100644 --- a/include/global.h +++ b/include/global.h @@ -468,11 +468,10 @@ struct RecordMixingDayCareMail struct MysteryEventStruct { - u32 unk_0_0:2; - u32 unk_0_2:3; - u32 unk_0_5:3; - u32 unk_1:8; - u32 unk_2:16; + u8 unk_0_0:2; + u8 unk_0_2:3; + u8 unk_0_5:3; + u8 unk_1; }; #define MAP_OBJECTS_COUNT 16 |