Atiran's modified version of Porymap, a map editor for Pokémon Emerald.
Find a file
garak 296d697df0 add copy paste to some aspects of porymap
- can copy currently selected metatiles
  - can copy currently selected events
  - can copy an image of the current map
  - what is copied depends on the currently focused widget
  - copied objects can be pasted into other instances of porymap
  - copied images live on in the clipboard, cannot be pasted into porymap

TODO:
  - shortcut in Edit menu
  - other things can be copied?
2021-05-03 15:48:21 -04:00
.github/workflows Create main.yml 2020-12-11 17:22:05 -06:00
docs Release 4.4.0 2020-12-20 19:16:47 -06:00
docsrc Add setting to disable/enable map text file creation 2021-02-19 07:29:26 -06:00
forms Song Option in New Map Popup 2021-03-06 22:19:38 -05:00
include add copy paste to some aspects of porymap 2021-05-03 15:48:21 -04:00
resources Add missing resources to Qt resource system 2020-08-17 13:47:55 -04:00
src add copy paste to some aspects of porymap 2021-05-03 15:48:21 -04:00
.gitignore add tsl::ordered_map for json objects, 2020-04-19 07:55:51 -05:00
CHANGELOG.md Place new events in the center of the map 2021-03-24 19:11:49 -04:00
INSTALL.md Update INSTALL.md 2020-05-10 09:59:43 -05:00
LICENSE.md Create LICENSE.md 2018-09-14 08:44:21 -05:00
porymap.pro Correct build error 2021-02-16 22:25:50 -05:00
README.md Update README.md 2021-01-20 13:21:51 -06:00

Porymap

Actions Status

A map editor for the Pokémon generation 3 decompilation projects (pokeruby, pokeemerald, and pokefirered).

To get started, view the full online guide here: https://huderlem.github.io/porymap/

View the Changelog to see what's new, and download the latest version from the Releases.

Porymap Preview

Local Development

Read INSTALL.md for instructions on how to compile Porymap from source. If you simply want to use Porymap, download the latest version from the Releases.