MCPcopy Create free account
hub / github.com/EasyRPG/Player / exe_reader_roffset

Function exe_reader_roffset

src/exe_reader.cpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static uint32_t exe_reader_roffset(uint32_t bas, uint32_t ofs) {
215 return bas + (ofs ^ 0x80000000);
216}
217
218std::vector<uint8_t> EXEReader::GetExFont() {
219 corefile.clear();

Callers 5

GetExFontMethod · 0.85
GetLogosMethod · 0.85
exe_reader.cppFile · 0.85
ResOffsetByTypeMethod · 0.85
GetLogoCountMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected