mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
Parse remaining pokefirered metatile attributes, allow editing/saving them
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -77,6 +77,10 @@ private slots:
|
||||
|
||||
void on_comboBox_layerType_activated(int arg1);
|
||||
|
||||
void on_comboBox_encounterType_activated(int arg1);
|
||||
|
||||
void on_comboBox_terrainType_activated(int arg1);
|
||||
|
||||
void on_actionExport_Primary_Tiles_Image_triggered();
|
||||
|
||||
void on_actionExport_Secondary_Tiles_Image_triggered();
|
||||
|
||||
Reference in New Issue
Block a user