#include <array>
#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::editor::MessageEditor |
struct | yaze::editor::MessageEditor::TextBox |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |
Variables | |
constexpr int | yaze::editor::kGfxFont = 0x70000 |
constexpr int | yaze::editor::kTextData2 = 0x75F40 |
constexpr int | yaze::editor::kTextData2End = 0x773FF |
constexpr int | yaze::editor::kCharactersWidth = 0x74ADF |
constexpr int | yaze::editor::kNumMessages = 396 |
constexpr int | yaze::editor::kCurrentMessageWidth = 172 |
constexpr int | yaze::editor::kCurrentMessageHeight = 4096 |
constexpr int | yaze::editor::kFontGfxMessageSize = 128 |
constexpr int | yaze::editor::kFontGfxMessageDepth = 8 |
constexpr uint8_t | yaze::editor::kWidthArraySize = 100 |
constexpr uint8_t | yaze::editor::kBlockTerminator = 0x80 |
constexpr uint8_t | yaze::editor::kMessageBankChangeId = 0x80 |