diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/region_map.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/region_map.h b/include/region_map.h index 316b6f3a1..dfcfbc913 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -231,18 +231,21 @@ struct RegionMap { /*0x003*/ u8 unk_003; /*0x004*/ u8 mapSecName[0x14]; /*0x018*/ u8 (*inputCallback)(void); - /*0x01c*/ u32 unk_01c; - /*0x020*/ u32 unk_020; + /*0x01c*/ struct Sprite *unk_01c; + /*0x020*/ struct Sprite *unk_020; /*0x024*/ u8 filler_024[0x30]; /*0x054*/ u16 unk_054; /*0x056*/ u16 unk_056; - /*0x058*/ u8 filler_058[0x4]; + /*0x058*/ u16 unk_058; + /*0x05a*/ u16 unk_05a; /*0x05c*/ s16 unk_05c; /*0x05e*/ s16 unk_05e; /*0x060*/ u8 filler_060[0x4]; /*0x064*/ u16 unk_064; /*0x066*/ u16 unk_066; - /*0x068*/ u8 filler_068[0xc]; + /*0x068*/ u8 filler_068[0x8]; + /*0x070*/ u16 unk_070; + /*0x072*/ u16 unk_072; /*0x074*/ u16 unk_074; /*0x076*/ u16 unk_076; /*0x078*/ u8 unk_078; |