Constants for each version of the game. More...
#include <rom.h>
Public Attributes | |
uint32_t | kGfxAnimatedPointer |
uint32_t | kOverworldGfxGroups1 |
uint32_t | kOverworldGfxGroups2 |
uint32_t | kCompressedAllMap32PointersHigh |
uint32_t | kCompressedAllMap32PointersLow |
uint32_t | overworldMapPaletteGroup |
uint32_t | overlayPointers |
uint32_t | overlayPointersBank |
uint32_t | overworldTilesType |
uint32_t | kOverworldGfxPtr1 |
uint32_t | kOverworldGfxPtr2 |
uint32_t | kOverworldGfxPtr3 |
uint32_t | kMap32TileTL |
uint32_t | kMap32TileTR |
uint32_t | kMap32TileBL |
uint32_t | kMap32TileBR |
uint32_t | kSpriteBlocksetPointer |
uint32_t | kDungeonPalettesGroups |
uint32_t yaze::app::VersionConstants::kOverworldGfxGroups1 |
Definition at line 47 of file rom.h.
Referenced by yaze::app::zelda3::overworld::OverworldMap::LoadAreaGraphicsBlocksets(), yaze::app::zelda3::overworld::OverworldMap::LoadCustomOverworldData(), and yaze::app::zelda3::overworld::OverworldMap::SetupCustomTileset().
uint32_t yaze::app::VersionConstants::kOverworldGfxGroups2 |
Definition at line 48 of file rom.h.
Referenced by yaze::app::zelda3::overworld::OverworldMap::LoadCustomOverworldData(), yaze::app::zelda3::overworld::OverworldMap::LoadMainBlocksets(), and yaze::app::zelda3::overworld::OverworldMap::SetupCustomTileset().
uint32_t yaze::app::VersionConstants::kCompressedAllMap32PointersHigh |
uint32_t yaze::app::VersionConstants::kCompressedAllMap32PointersLow |
uint32_t yaze::app::VersionConstants::overworldMapPaletteGroup |
Definition at line 51 of file rom.h.
Referenced by yaze::app::zelda3::overworld::OverworldMap::GetPalette(), and yaze::app::zelda3::overworld::OverworldMap::LoadPalette().
uint32_t yaze::app::VersionConstants::kMap32TileTL |
Definition at line 58 of file rom.h.
Referenced by yaze::app::zelda3::overworld::Overworld::AssembleMap32Tiles().
uint32_t yaze::app::VersionConstants::kMap32TileTR |
Definition at line 59 of file rom.h.
Referenced by yaze::app::zelda3::overworld::Overworld::AssembleMap32Tiles().
uint32_t yaze::app::VersionConstants::kMap32TileBL |
Definition at line 60 of file rom.h.
Referenced by yaze::app::zelda3::overworld::Overworld::AssembleMap32Tiles().
uint32_t yaze::app::VersionConstants::kMap32TileBR |
Definition at line 61 of file rom.h.
Referenced by yaze::app::zelda3::overworld::Overworld::AssembleMap32Tiles().