MCPcopy Create free account
hub / github.com/Stewmath/GameYob / initGBCMode

Function initGBCMode

arm9/source/main.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91}
92void initGBCMode() {
93 if (sgbModeOption == 2 && romSlot0[0x14b] == 0x33 && romSlot0[0x146] == 0x03)
94 resultantGBMode = 2;
95 else {
96 resultantGBMode = 1;
97 }
98}
99void initializeGameboy() {
100 enableSleepMode();
101 gameboyFrameCounter = 0;

Callers 1

initializeGameboyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected