summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-10-08 14:58:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-10-08 14:58:51 -0400
commitd348c44eb66a30d50a742d900760826a863c5759 (patch)
tree9316e45f852532ed0461e7f4dcfaadd588eab387 /include/global.h
parent6b27e999f242f51a81bef70c40a378d5adbaf9e2 (diff)
Finish decompile of menews_jisan.s
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
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