Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function public.updateAllowedImageAnimations()
{
    // RegionId(0)
    // RegionId(1)
    if (client.disableanimations) 
    {
        lit#5 = "classiciphone_chatbubble.gif";
        allowedimageanimations#6 = {lit#5, player.shield};
    }
    // RegionId(2)
    else
    {
        lit#7 = "all";
        allowedimageanimations#8 = lit#7;
    }
    lit#9 = 0;
    return lit#9;
}