diff options
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/include/region_map.h b/include/region_map.h index e2cac942c..2269d21fa 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -233,20 +233,27 @@ struct RegionMap { /*0x018*/ u8 (*inputCallback)(void); /*0x01c*/ struct Sprite *cursorSprite; /*0x020*/ struct Sprite *playerIconSprite; - /*0x024*/ u8 filler_024[0x30]; + /*0x024*/ u8 filler_024[0x18]; + /*0x03c*/ s32 unk_03c; + /*0x040*/ s32 unk_040; + /*0x044*/ s32 unk_044; + /*0x048*/ s32 unk_048; + /*0x04c*/ s32 unk_04c; + /*0x050*/ s32 unk_050; /*0x054*/ u16 cursorPosX; /*0x056*/ u16 cursorPosY; /*0x058*/ u16 cursorTileTag; /*0x05a*/ u16 cursorPaletteTag; /*0x05c*/ s16 scrollX; /*0x05e*/ s16 scrollY; - /*0x060*/ u8 filler_060[0x4]; + /*0x060*/ s16 unk_060; + /*0x062*/ s16 unk_062; /*0x064*/ u16 unk_064; /*0x066*/ u16 unk_066; /*0x068*/ s16 zoomedCursorDeltaY; /*0x06a*/ s16 zoomedCursorDeltaX; /*0x06c*/ u16 zoomedCursorMovementFrameCounter; - /*0x06e*/ u8 filler_06e[2]; + /*0x06e*/ u16 unk_06e; /*0x070*/ u16 playerIconTileTag; /*0x072*/ u16 playerIconPaletteTag; /*0x074*/ u16 unk_074; |