Atiran's modified version of Porymap, a map editor for Pokémon Emerald.
Find a file
2018-02-12 09:21:44 -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 Fix warp map destinations (both loading and saving) 2018-02-12 09:20:18 -08: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 Fix map connections. 2018-02-12 08:44:03 -08:00
map.h Fix map connections. 2018-02-12 08:44:03 -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 Only write out a map event label if there are actually events to write for its section. Otherwise, you end up writing invalid labels to file, such as '0x0'. 2018-02-12 09:21:44 -08:00
project.h Fix warp map destinations (both loading and saving) 2018-02-12 09:20:18 -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.