Parse remaining pokefirered metatile attributes, allow editing/saving them

This commit is contained in:
GriffinR
2020-03-16 16:31:08 -04:00
parent 3fa77609c6
commit bf72ecede9
8 changed files with 173 additions and 53 deletions

View File

@@ -11,8 +11,10 @@ public:
Metatile();
public:
QList<Tile> *tiles = nullptr;
uint8_t behavior;
uint16_t behavior; // 8 bits RSE, 9 bits FRLG
uint8_t layerType;
uint8_t encounterType; // FRLG only
uint8_t terrainType; // FRLG only
QString label;
Metatile *copy();