diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/data/region_map/city_map_entries.h | 2 | ||||
-rw-r--r-- | src/data/region_map/city_map_tilemaps.h | 44 |
2 files changed, 23 insertions, 23 deletions
diff --git a/src/data/region_map/city_map_entries.h b/src/data/region_map/city_map_entries.h index 949fc2b8d..b49ffe4ea 100644 --- a/src/data/region_map/city_map_entries.h +++ b/src/data/region_map/city_map_entries.h @@ -1,4 +1,4 @@ -const u8 *const gPokenavCityMaps[][2] = +const u32 *const gPokenavCityMaps[][2] = { {gPokenavCityMap_Littleroot_0, NULL}, {gPokenavCityMap_Oldale_0, NULL}, diff --git a/src/data/region_map/city_map_tilemaps.h b/src/data/region_map/city_map_tilemaps.h index 8c1ab0056..fed158935 100644 --- a/src/data/region_map/city_map_tilemaps.h +++ b/src/data/region_map/city_map_tilemaps.h @@ -1,22 +1,22 @@ -const u8 gPokenavCityMap_Lavaridge_0[] = INCBIN_U8("graphics/pokenav/city_maps/lavaridge_0.bin.lz"); -const u8 gPokenavCityMap_Fallarbor_0[] = INCBIN_U8("graphics/pokenav/city_maps/fallarbor_0.bin.lz"); -const u8 gPokenavCityMap_Fortree_0[] = INCBIN_U8("graphics/pokenav/city_maps/fortree_0.bin.lz"); -const u8 gPokenavCityMap_Slateport_0[] = INCBIN_U8("graphics/pokenav/city_maps/slateport_0.bin.lz"); -const u8 gPokenavCityMap_Slateport_1[] = INCBIN_U8("graphics/pokenav/city_maps/slateport_1.bin.lz"); -const u8 gPokenavCityMap_Rustboro_0[] = INCBIN_U8("graphics/pokenav/city_maps/rustboro_0.bin.lz"); -const u8 gPokenavCityMap_Rustboro_1[] = INCBIN_U8("graphics/pokenav/city_maps/rustboro_1.bin.lz"); -const u8 gPokenavCityMap_Pacifidlog_0[] = INCBIN_U8("graphics/pokenav/city_maps/pacifidlog_0.bin.lz"); -const u8 gPokenavCityMap_Mauville_1[] = INCBIN_U8("graphics/pokenav/city_maps/mauville_1.bin.lz"); -const u8 gPokenavCityMap_Mauville_0[] = INCBIN_U8("graphics/pokenav/city_maps/mauville_0.bin.lz"); -const u8 gPokenavCityMap_Oldale_0[] = INCBIN_U8("graphics/pokenav/city_maps/oldale_0.bin.lz"); -const u8 gPokenavCityMap_Lilycove_1[] = INCBIN_U8("graphics/pokenav/city_maps/lilycove_1.bin.lz"); -const u8 gPokenavCityMap_Lilycove_0[] = INCBIN_U8("graphics/pokenav/city_maps/lilycove_0.bin.lz"); -const u8 gPokenavCityMap_Littleroot_0[] = INCBIN_U8("graphics/pokenav/city_maps/littleroot_0.bin.lz"); -const u8 gPokenavCityMap_Dewford_0[] = INCBIN_U8("graphics/pokenav/city_maps/dewford_0.bin.lz"); -const u8 gPokenavCityMap_Sootopolis_0[] = INCBIN_U8("graphics/pokenav/city_maps/sootopolis_0.bin.lz"); -const u8 gPokenavCityMap_EverGrande_0[] = INCBIN_U8("graphics/pokenav/city_maps/ever_grande_0.bin.lz"); -const u8 gPokenavCityMap_EverGrande_1[] = INCBIN_U8("graphics/pokenav/city_maps/ever_grande_1.bin.lz"); -const u8 gPokenavCityMap_Verdanturf_0[] = INCBIN_U8("graphics/pokenav/city_maps/verdanturf_0.bin.lz"); -const u8 gPokenavCityMap_Mossdeep_1[] = INCBIN_U8("graphics/pokenav/city_maps/mossdeep_1.bin.lz"); -const u8 gPokenavCityMap_Mossdeep_0[] = INCBIN_U8("graphics/pokenav/city_maps/mossdeep_0.bin.lz"); -const u8 gPokenavCityMap_Petalburg_0[] = INCBIN_U8("graphics/pokenav/city_maps/petalburg_0.bin.lz"); +const u32 gPokenavCityMap_Lavaridge_0[] = INCBIN_U32("graphics/pokenav/city_maps/lavaridge_0.bin.lz"); +const u32 gPokenavCityMap_Fallarbor_0[] = INCBIN_U32("graphics/pokenav/city_maps/fallarbor_0.bin.lz"); +const u32 gPokenavCityMap_Fortree_0[] = INCBIN_U32("graphics/pokenav/city_maps/fortree_0.bin.lz"); +const u32 gPokenavCityMap_Slateport_0[] = INCBIN_U32("graphics/pokenav/city_maps/slateport_0.bin.lz"); +const u32 gPokenavCityMap_Slateport_1[] = INCBIN_U32("graphics/pokenav/city_maps/slateport_1.bin.lz"); +const u32 gPokenavCityMap_Rustboro_0[] = INCBIN_U32("graphics/pokenav/city_maps/rustboro_0.bin.lz"); +const u32 gPokenavCityMap_Rustboro_1[] = INCBIN_U32("graphics/pokenav/city_maps/rustboro_1.bin.lz"); +const u32 gPokenavCityMap_Pacifidlog_0[] = INCBIN_U32("graphics/pokenav/city_maps/pacifidlog_0.bin.lz"); +const u32 gPokenavCityMap_Mauville_1[] = INCBIN_U32("graphics/pokenav/city_maps/mauville_1.bin.lz"); +const u32 gPokenavCityMap_Mauville_0[] = INCBIN_U32("graphics/pokenav/city_maps/mauville_0.bin.lz"); +const u32 gPokenavCityMap_Oldale_0[] = INCBIN_U32("graphics/pokenav/city_maps/oldale_0.bin.lz"); +const u32 gPokenavCityMap_Lilycove_1[] = INCBIN_U32("graphics/pokenav/city_maps/lilycove_1.bin.lz"); +const u32 gPokenavCityMap_Lilycove_0[] = INCBIN_U32("graphics/pokenav/city_maps/lilycove_0.bin.lz"); +const u32 gPokenavCityMap_Littleroot_0[] = INCBIN_U32("graphics/pokenav/city_maps/littleroot_0.bin.lz"); +const u32 gPokenavCityMap_Dewford_0[] = INCBIN_U32("graphics/pokenav/city_maps/dewford_0.bin.lz"); +const u32 gPokenavCityMap_Sootopolis_0[] = INCBIN_U32("graphics/pokenav/city_maps/sootopolis_0.bin.lz"); +const u32 gPokenavCityMap_EverGrande_0[] = INCBIN_U32("graphics/pokenav/city_maps/ever_grande_0.bin.lz"); +const u32 gPokenavCityMap_EverGrande_1[] = INCBIN_U32("graphics/pokenav/city_maps/ever_grande_1.bin.lz"); +const u32 gPokenavCityMap_Verdanturf_0[] = INCBIN_U32("graphics/pokenav/city_maps/verdanturf_0.bin.lz"); +const u32 gPokenavCityMap_Mossdeep_1[] = INCBIN_U32("graphics/pokenav/city_maps/mossdeep_1.bin.lz"); +const u32 gPokenavCityMap_Mossdeep_0[] = INCBIN_U32("graphics/pokenav/city_maps/mossdeep_0.bin.lz"); +const u32 gPokenavCityMap_Petalburg_0[] = INCBIN_U32("graphics/pokenav/city_maps/petalburg_0.bin.lz"); |