yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
asm_patch.h File Reference
#include <string>
#include <vector>
#include "absl/status/status.h"
Include dependency graph for asm_patch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::core::PatchParameter
 Represents a configurable parameter within an ASM patch. More...
 
class  yaze::core::AsmPatch
 Represents a ZScream-compatible ASM patch file. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::core
 

Enumerations

enum class  yaze::core::PatchParameterType {
  yaze::core::kByte , yaze::core::kWord , yaze::core::kLong , yaze::core::kBool ,
  yaze::core::kChoice , yaze::core::kBitfield , yaze::core::kItem
}
 Parameter types supported by ZScream-compatible ASM patches. More...