yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::EntranceContext Class Reference

#include <overworld_editor.h>

Inheritance diagram for yaze::app::editor::EntranceContext:

Public Member Functions

absl::Status LoadEntranceTileTypes (Rom &rom)
 

Private Attributes

std::vector< uint16_t > entrance_tile_types_low_
 
std::vector< uint16_t > entrance_tile_types_high_
 

Detailed Description

Definition at line 69 of file overworld_editor.h.

Member Function Documentation

◆ LoadEntranceTileTypes()

absl::Status yaze::app::editor::EntranceContext::LoadEntranceTileTypes ( Rom & rom)
inline

Definition at line 71 of file overworld_editor.h.

References ASSIGN_OR_RETURN, entrance_tile_types_low_, and yaze::app::Rom::ReadWord().

Referenced by yaze::app::editor::OverworldEditor::Update().

Here is the call graph for this function:

Member Data Documentation

◆ entrance_tile_types_low_

std::vector<uint16_t> yaze::app::editor::EntranceContext::entrance_tile_types_low_
private

Definition at line 87 of file overworld_editor.h.

Referenced by LoadEntranceTileTypes().

◆ entrance_tile_types_high_

std::vector<uint16_t> yaze::app::editor::EntranceContext::entrance_tile_types_high_
private

Definition at line 88 of file overworld_editor.h.


The documentation for this class was generated from the following file: