Atiran's modified version of Porymap, a map editor for Pokémon Emerald.
Find a file
2018-02-11 19:25:25 -08:00
resources lots of changes 2018-02-11 14:34:09 -05:00
.gitignore Add .gitignore 2018-02-11 17:36:03 -08:00
asm.cpp Initial commit 2016-09-29 02:35:29 -04:00
asm.h Initial commit 2016-09-29 02:35:29 -04:00
block.cpp Initial commit 2016-09-29 02:35:29 -04:00
block.h Initial commit 2016-09-29 02:35:29 -04:00
blockdata.cpp lots of changes 2018-02-11 14:34:09 -05:00
blockdata.h lots of changes 2018-02-11 14:34:09 -05:00
editor.cpp lots of changes 2018-02-11 14:34:09 -05:00
editor.h lots of changes 2018-02-11 14:34:09 -05:00
event.cpp lots of changes 2018-02-11 14:34:09 -05:00
event.h lots of changes 2018-02-11 14:34:09 -05:00
graphicsview.cpp lots of changes 2018-02-11 14:34:09 -05:00
graphicsview.h lots of changes 2018-02-11 14:34:09 -05:00
main.cpp Initial commit 2016-09-29 02:35:29 -04:00
mainwindow.cpp add behavior/radius fields 2018-02-11 14:34:12 -05:00
mainwindow.h lots of changes 2018-02-11 14:34:09 -05:00
mainwindow.ui lots of changes 2018-02-11 14:34:09 -05:00
map.cpp Add a current() method to History, so that consumers don't need to worry about bounds checking. 2018-02-11 17:21:33 -08:00
map.h Add a current() method to History, so that consumers don't need to worry about bounds checking. 2018-02-11 17:21:33 -08:00
metatile.cpp Initial commit 2016-09-29 02:35:29 -04:00
metatile.h lots of changes 2018-02-11 14:34:09 -05:00
objectpropertiesframe.cpp lots of changes 2018-02-11 14:34:09 -05:00
objectpropertiesframe.h lots of changes 2018-02-11 14:34:09 -05:00
objectpropertiesframe.ui lots of changes 2018-02-11 14:34:09 -05:00
pretmap.pro lots of changes 2018-02-11 14:34:09 -05:00
project.cpp Fix filepaths for map object gfx data 2018-02-11 19:25:25 -08:00
project.h Fix reading songs 2018-02-11 19:05:55 -08:00
README.md readme 2018-02-11 14:34:12 -05:00
tile.cpp Initial commit 2016-09-29 02:35:29 -04:00
tile.h Initial commit 2016-09-29 02:35:29 -04:00
tileset.cpp Initial commit 2016-09-29 02:35:29 -04:00
tileset.h lots of changes 2018-02-11 14:34:09 -05:00

pretmap

A map editor for pokeruby using Qt.