yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message_data.cc File Reference
#include "message_data.h"
#include <string>
#include "util/hex.h"
#include "util/log.h"
Include dependency graph for message_data.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Functions

uint8_t yaze::editor::FindMatchingCharacter (char value)
 
uint8_t yaze::editor::FindDictionaryEntry (uint8_t value)
 
TextElement yaze::editor::FindMatchingCommand (uint8_t b)
 
TextElement yaze::editor::FindMatchingSpecial (uint8_t value)
 
ParsedElement yaze::editor::FindMatchingElement (const std::string &str)
 
std::string yaze::editor::ParseTextDataByte (uint8_t value)
 
std::vector< uint8_t > yaze::editor::ParseMessageToData (std::string str)
 
std::vector< DictionaryEntryyaze::editor::BuildDictionaryEntries (Rom *rom)
 
absl::StatusOr< MessageDatayaze::editor::ParseSingleMessage (const std::vector< uint8_t > &rom_data, int *current_pos)
 
std::vector< std::string > yaze::editor::ParseMessageData (std::vector< MessageData > &message_data, const std::vector< DictionaryEntry > &dictionary_entries)
 
std::vector< std::string > yaze::editor::ImportMessageData (std::string_view filename)