Rename world_index_ to main_gfx_id_

This commit is contained in:
scawful
2024-05-24 20:29:18 -04:00
parent 63b7e48950
commit cb309743ea
2 changed files with 8 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ class OverworldMap : public editor::context::GfxContext {
private:
void LoadAreaInfo();
void LoadWorldIndex();
void LoadMainBlocksetId();
void LoadSpritesBlocksets();
void LoadMainBlocksets();
void LoadAreaGraphicsBlocksets();
@@ -123,7 +123,7 @@ class OverworldMap : public editor::context::GfxContext {
int large_index_ = 0; // Quadrant ID [0-3]
int world_ = 0; // World ID [0-2]
int game_state_ = 0; // Game state [0-2]
int world_index_ = 0; // Spr Pal Modifier
int main_gfx_id_ = 0; // Spr Pal Modifier
uint16_t message_id_ = 0;
uint8_t area_graphics_ = 0;