feat: Add custom overworld data loading and tileset setup to OverworldMap constructor

This commit is contained in:
scawful
2024-08-25 16:40:37 -04:00
parent 9da8db75ea
commit 57a165bab6
2 changed files with 246 additions and 3 deletions

View File

@@ -141,6 +141,8 @@ class OverworldMap : public editor::context::GfxContext {
private:
void LoadAreaInfo();
void LoadCustomOverworldData();
void SetupCustomTileset(uint8_t asm_version);
void LoadMainBlocksetId();
void LoadSpritesBlocksets();