private void dispatchCommands(object sender, EventArgs e) { if (MCM.readBaseByte(0x1EAF128) == 2) { UInt64[] noff = { 0 }; string input = MCM.readString(MCM.baseEvaluatePointer(0x1EAF11C, noff), 256); MCM.writeBaseByte(0x1EAF128, 1); } }
public bool IsOnMainMenu() { return(MCM.readBaseByte(0x2FFBDD8) > 0); }