mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 04:15:45 -05:00
01c6d09bc2c77780f72102eb587aa5a5e931213b
Metatiles can be given a name. The name becomes a constant in includes/contstants/metatile_labels.h. The plan is to be able to reference metatiles in code using a macro like `METATILE(Building, TV_ON, Primary)`, which will evaluate to the value 0x003, or `METATILE(BrendansMaysHouse, MOVING_BOX_OPEN, Secondary)`, which will evaluate to the value 0x270.
porymap
A map editor for the generation 3 disassembly projects using Qt.
Currently supports pokeruby and pokeemerald.
View the Changelog to see what's new, and download the latest version from the Releases.
Description
Languages
C++
99.1%
QMake
0.5%
Python
0.3%