porymap/src/core
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
..
block.cpp Fix crash if layout blockdata size mismatches layout dimensions 2019-01-07 12:28:31 -06:00
blockdata.cpp Fix crash if layout blockdata size mismatches layout dimensions 2019-01-07 12:28:31 -06:00
event.cpp Support custom fields for all event types 2019-02-04 20:53:35 -06:00
heallocation.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
history.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
historyitem.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
imageexport.cpp Export tileset images as proper 4-bit-depth .png files 2019-01-11 08:52:47 -06:00
map.cpp Add transparency slider for overlayed collision tiles on the map 2019-01-06 12:53:36 -06:00
maplayout.cpp Support map JSON data 2019-02-04 20:53:35 -06:00
metatile.cpp Add a way to name metatiles, for use in c code 2019-04-04 01:44:31 -04:00
metatileparser.cpp Add ability to import metatiles from Advance Map (.bvd files) 2019-01-08 18:04:41 -06:00
paletteparser.cpp Add ability to import metatiles from Advance Map (.bvd files) 2019-01-08 18:04:41 -06:00
parseutil.cpp Don't crash on startup if recent map can't be loaded. Write logs to porymap.log file 2018-12-20 17:30:35 -06:00
tile.cpp Add right-click selection to tileset editor metatile layer item 2018-10-06 15:49:26 -05:00
tileset.cpp fix nasty padding misalign 2019-03-24 15:55:40 -05:00