diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-24 20:04:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-24 20:04:32 -0400 |
commit | 6f0262af9cfa6273c1c5343709e1f72b4743eb6b (patch) | |
tree | b0deb4a3437fdf302b67cebb0c51e23f82e9cab0 /include | |
parent | bedf072c371990c991203d7ffca6e4c0941a891f (diff) |
Renaming in pokedex_area_screen.c; resolve #603
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/region_map_sections.h (renamed from include/region_map_sections.h) | 4 | ||||
-rw-r--r-- | include/region_map.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/region_map_sections.h b/include/constants/region_map_sections.h index e606c2a5f..afe8674a1 100644 --- a/include/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -61,7 +61,7 @@ enum MAPSEC_GraniteCave, // 0x37 MAPSEC_MtChimney, // 0x38 MAPSEC_SafariZone, // 0x39 - MAPSEC_BattleFrontier, // 0x3A + MAPSEC_BattleTower, // 0x3A MAPSEC_PetalburgWoods, // 0x3B MAPSEC_RusturfTunnel, // 0x3C MAPSEC_AbandonedShip, // 0x3D @@ -69,7 +69,7 @@ enum MAPSEC_MeteorFalls, // 0x3F MAPSEC_MeteorFalls2, // 0x40 MAPSEC_MtPyre, // 0x41 - MAPSEC_AquaHideoutOld, // 0x42 + MAPSEC_EvilTeamHideout, // 0x42 MAPSEC_ShoalCave, // 0x43 MAPSEC_SeafloorCavern, // 0x44 MAPSEC_Underwater128, // 0x45 diff --git a/include/region_map.h b/include/region_map.h index 2977987ef..55258e961 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -68,7 +68,7 @@ u8 sub_80FAB60(void); void sub_80FAEC4(void); u8 sub_80FAFC0(void); void UpdateRegionMapVideoRegs(void); -void sub_80FB2A4(s16, s16); +void RegionMapDefaultZoomOffsetPlayerSprite(s16, s16); u16 sub_80FBA04(u16 mapSectionId); void CreateRegionMapCursor(u16, u16); void CreateRegionMapPlayerIcon(u16, u16); |