porymap icon indicating copy to clipboard operation
porymap copied to clipboard

Region Map Editor: Part 3

Open huderlem opened this issue 5 years ago • 1 comments

The user needs to be able to assign zoomed city squares to the map sections. This has not been decompiled in Emerald, yet, so I'm not including details on implementation right now.

huderlem avatar Apr 12 '19 01:04 huderlem

Seems like this has been decompiled into src/data/region_map/city_map_[tilemaps/entries].h

Entries associates the MapSec to the tilemap. There is also an index if there are multiple sections (i.e. for big cities)

Tilemaps sets up the incbin path to each city tilemap (respectively in graphics/pokenav/city_maps/<city_name>_<index>.bin.lz)

SethBarberee avatar Jul 25 '20 04:07 SethBarberee