Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onControlKeyDown(keycode#3, keytext#2, scancode#1, window#0)
{
    lit#4 = 117;
    // RegionId(0)
    // RegionId(1)
    if (keycode#3 == lit#4) 
    {
        fn_call#6 = toggle#5();
    }
    lit#7 = 0;
    return lit#7;
}