yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
sram_viewer_panel.cc File Reference
#include "app/editor/agent/panels/sram_viewer_panel.h"
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <cstring>
#include "absl/strings/str_format.h"
#include "app/editor/agent/agent_ui_theme.h"
#include "app/emu/mesen/mesen_client_registry.h"
#include "app/gui/core/icons.h"
#include "core/project.h"
#include "imgui/imgui.h"

Go to the source code of this file.

Classes

struct  yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::CrystalBit
 

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{sram_viewer_panel.cc}
 

Functions

bool yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::IsInStoryRange (uint32_t addr)
 
bool yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::IsDungeonAddress (uint32_t addr)
 
bool yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::IsInItemsRange (uint32_t addr)
 

Variables

constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kStoryRangeStart = 0x7EF3C5
 
constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kStoryRangeEnd = 0x7EF3D8
 
constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kDungeonCrystals = 0x7EF37A
 
constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kDungeonPendants = 0x7EF374
 
constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kItemsRangeStart = 0x7EF340
 
constexpr uint32_t yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kItemsRangeEnd = 0x7EF380
 
constexpr CrystalBit yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kCrystalBits []
 
const char * yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kGameStateLabels []
 
constexpr int yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kGameStateLabelCount = 4
 
constexpr float yaze::editor::anonymous_namespace{sram_viewer_panel.cc}::kChangeHighlightDuration = 2.0f