porymap icon indicating copy to clipboard operation
porymap copied to clipboard

Map editor for pokeemerald, pokefirered, and pokeruby

Results 82 porymap issues
Sort by recently updated
recently updated
newest added

- [ ] Poor tab styling in dark modes (#561) - [ ] Placeholder text color isn't updated when the theme changes (#560) - [x] URL color contrast on dark...

bug
enhancement

Porymap reads a handful of defines that it needs values for. If it fails to find them it enforces a default value: https://github.com/huderlem/porymap/blob/49cb69f2b8e7615e63811aa29ac5b113f580d967/src/project.cpp#L28-L36 These should be exposed as settings so...

Currently Porymap will write (but not read) the generated files `include/constants/map_groups.h` and `include/constants/layouts.h`. This is because the project repos do not generate these files before they are needed. After the...

Sup. Earlier, I decided to organize the map groups that I assigned to some old maps I made in a pet project of mine. I put some of those maps...

Example: - Launch Porymap and open the Shortcuts Editor (`Options -> Shortcuts...`). - Open the Tileset Editor window (`Tools -> Tileset Editor`) - Select the Shortcuts Editor window. The Tileset...

bug

`MAPSEC` values are currently assumed to be contiguous starting at `0`. When sorting the map list by Area, if there's a gap in the `MAPSEC` values then for each unused...

bug

Deleting a map is nontrivial—the standard advice (such as in the "How to delete a map" tutorial on the pokeemerald repo) is to merely remove references to a map, rather...

Some improvements that could be nice - Reordering columns - Resizing columns - Option/Key to clear row - Option/Key to clear column - Having rows change color like this: -...

`Export Primary/Secondary Metatiles Image...` in the Tileset Editor creates a layered metatiles image. It sounds like (for porytiles, at least) it might be useful to also provide an option to...

If a map number collides with `MAP_DYNAMIC` (127 by default) then warps to the new map will be unexpectedly treated as dynamic warps. Porymap could enforce this limit on number...