yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::zelda3::screen Namespace Reference

Classes

class  DungeonMap
 
class  Inventory
 
class  TitleScreen
 

Variables

constexpr int kDungeonMapRoomsPtr = 0x57605
 
constexpr int kDungeonMapFloors = 0x575D9
 
constexpr int kDungeonMapGfxPtr = 0x57BE4
 
constexpr int kDungeonMapDataStart = 0x57039
 
constexpr int kDungeonMapExpCheck = 0x56652
 
constexpr int kDungeonMapTile16 = 0x57009
 
constexpr int kDungeonMapTile16Expanded = 0x109010
 
constexpr int kDungeonMapBossRooms = 0x56807
 
constexpr int kTriforceVertices = 0x04FFD2
 
constexpr int TriforceFaces = 0x04FFE4
 
constexpr int crystalVertices = 0x04FF98
 
constexpr int kInventoryStart = 0x6564A
 
constexpr int kBowItemPos = 0x6F631
 

Variable Documentation

◆ kDungeonMapRoomsPtr

int yaze::app::zelda3::screen::kDungeonMapRoomsPtr = 0x57605
constexpr

◆ kDungeonMapFloors

int yaze::app::zelda3::screen::kDungeonMapFloors = 0x575D9
constexpr

Definition at line 13 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::LoadDungeonMaps().

◆ kDungeonMapGfxPtr

int yaze::app::zelda3::screen::kDungeonMapGfxPtr = 0x57BE4
constexpr

Definition at line 15 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::SaveDungeonMaps().

◆ kDungeonMapDataStart

int yaze::app::zelda3::screen::kDungeonMapDataStart = 0x57039
constexpr

Definition at line 18 of file dungeon_map.h.

◆ kDungeonMapExpCheck

int yaze::app::zelda3::screen::kDungeonMapExpCheck = 0x56652
constexpr

Definition at line 21 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::LoadDungeonMapTile16().

◆ kDungeonMapTile16

int yaze::app::zelda3::screen::kDungeonMapTile16 = 0x57009
constexpr

Definition at line 22 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::LoadDungeonMapTile16().

◆ kDungeonMapTile16Expanded

int yaze::app::zelda3::screen::kDungeonMapTile16Expanded = 0x109010
constexpr

Definition at line 23 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::LoadDungeonMapTile16().

◆ kDungeonMapBossRooms

int yaze::app::zelda3::screen::kDungeonMapBossRooms = 0x56807
constexpr

Definition at line 26 of file dungeon_map.h.

Referenced by yaze::app::editor::ScreenEditor::LoadDungeonMaps().

◆ kTriforceVertices

int yaze::app::zelda3::screen::kTriforceVertices = 0x04FFD2
constexpr

Definition at line 27 of file dungeon_map.h.

◆ TriforceFaces

int yaze::app::zelda3::screen::TriforceFaces = 0x04FFE4
constexpr

Definition at line 28 of file dungeon_map.h.

◆ crystalVertices

int yaze::app::zelda3::screen::crystalVertices = 0x04FF98
constexpr

Definition at line 30 of file dungeon_map.h.

◆ kInventoryStart

int yaze::app::zelda3::screen::kInventoryStart = 0x6564A
constexpr

Definition at line 15 of file inventory.h.

◆ kBowItemPos

int yaze::app::zelda3::screen::kBowItemPos = 0x6F631
constexpr

Definition at line 16 of file inventory.h.

Referenced by yaze::app::zelda3::screen::Inventory::Create().