diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-30 22:35:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-30 22:35:28 -0400 |
commit | 853ced668731a5107be87bbe69aa8d1891504865 (patch) | |
tree | 3172097c6f8f8394a089a7f0fdf9688059bea41f /include/region_map.h | |
parent | 4db83e00971029fe97282496f76432e3c88d1ba7 (diff) |
sub_8123FB0
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/region_map.h b/include/region_map.h index 9399328b5..428ad17c2 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -93,7 +93,7 @@ enum { MAPSEC_INSIDE_OF_TRUCK, MAPSEC_SKY_PILLAR, MAPSEC_SECRET_BASE, - MAPSEC_NONE, + MAPSEC_UNK_0x57, MAPSEC_PALLET_TOWN, MAPSEC_VIRIDIAN_CITY, MAPSEC_PEWTER_CITY, @@ -219,7 +219,7 @@ enum { MAPSEC_ALTERING_CAVE_2, MAPSEC_NAVEL_ROCK2, MAPSEC_TRAINER_HILL, - MAPSEC_NONE2 + MAPSEC_NONE }; struct RegionMap { @@ -250,8 +250,8 @@ struct RegionMap { /*0x05e*/ s16 scrollY; /*0x060*/ s16 unk_060; /*0x062*/ s16 unk_062; - /*0x064*/ u16 unk_064; - /*0x066*/ u16 unk_066; + /*0x064*/ u16 zoomedCursorPosX; + /*0x066*/ u16 zoomedCursorPosY; /*0x068*/ s16 zoomedCursorDeltaY; /*0x06a*/ s16 zoomedCursorDeltaX; /*0x06c*/ u16 zoomedCursorMovementFrameCounter; |