Phlosioneer 01c6d09bc2 Add a way to name metatiles, for use in c code
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.
2019-04-04 01:44:31 -04:00
2019-03-24 15:55:40 -05:00
2019-03-17 12:06:48 -05:00
2019-01-20 10:46:15 -06:00
2018-09-14 08:44:21 -05:00
2019-03-24 15:55:40 -05:00
2018-12-27 08:41:35 -06:00

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%