NScumm.Sword1.Logic.fnYellow C# (CSharp) Method

fnYellow() private method

private fnYellow ( SwordObject cpt, int id, int a, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
a int
b int
c int
d int
z int
x int
return int
        private int fnYellow(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            _screen.FnFlash(Screen.BORDER_YELLOW);
            return SCRIPT_CONT;
        }