MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / ReplacementV1

Class ReplacementV1

src/mod_symbols.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73};
74
75struct ReplacementV1 {
76 uint32_t func_index;
77 uint32_t original_section_vrom;
78 uint32_t original_vram;
79 uint32_t flags; // force
80};
81
82struct ExportV1 {
83 uint32_t func_index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected