Map editor for pokeemerald, pokefirered, and pokeruby
Go to file
Marcus Huderle d7756865a9 Fix map connections.
Since map constants can be inferred from map names, but not the other
way around, create a mapping between map constants and map names and use
that to find the connected map.
2018-02-12 08:44:03 -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 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 Fix map connections. 2018-02-12 08:44:03 -08:00
project.h Fix map connections. 2018-02-12 08:44:03 -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.