#include <string>
#include <vector>
#include "absl/status/status.h"
#include "app/editor/message/message_data.h"
#include "app/editor/editor.h"
#include "app/gfx/bitmap.h"
#include "app/gui/canvas.h"
#include "app/rom.h"
Go to the source code of this file.
Classes | |
class | yaze::app::editor::MessageEditor |
struct | yaze::app::editor::MessageEditor::TextBox |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::editor |
Editors are the view controllers for the application. | |
Variables | |
constexpr int | yaze::app::editor::kGfxFont = 0x70000 |
constexpr int | yaze::app::editor::kTextData2 = 0x75F40 |
constexpr int | yaze::app::editor::kTextData2End = 0x773FF |
constexpr int | yaze::app::editor::kCharactersWidth = 0x74ADF |
constexpr int | yaze::app::editor::kNumMessages = 396 |
constexpr int | yaze::app::editor::kCurrentMessageWidth = 172 |
constexpr int | yaze::app::editor::kCurrentMessageHeight = 4096 |
constexpr int | yaze::app::editor::kFontGfxMessageSize = 128 |
constexpr int | yaze::app::editor::kFontGfxMessageDepth = 8 |
constexpr uint8_t | yaze::app::editor::kWidthArraySize = 100 |
constexpr uint8_t | yaze::app::editor::kBlockTerminator = 0x80 |
constexpr uint8_t | yaze::app::editor::kMessageBankChangeId = 0x80 |
constexpr uint8_t | yaze::app::editor::kScrollVertical = 0x73 |
constexpr uint8_t | yaze::app::editor::kLine1 = 0x74 |
constexpr uint8_t | yaze::app::editor::kLine2 = 0x75 |
constexpr uint8_t | yaze::app::editor::kLine3 = 0x76 |