Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onFadeGralats()
{
    lit#0 = "FadeGralats";
    fn_call#2 = cancelEvents#1(lit#0);
    fn_call#5 = Sys_Gralats_GralatIcon.stopanimations();
    fn_call#7 = Sys_Gralats_GralatIcon.createanimation();
    // RegionId(0)
    // RegionId(1)
    with (fn_call#7) 
    {
        lit#9 = "fadeout";
        transition#10 = lit#9;
        lit#12 = 1;
        duration#13 = lit#12;
    }
    lit#14 = 0;
    return lit#14;
}