Data.getFrameAddrLo C# (CSharp) Method

getFrameAddrLo() public static method

public static getFrameAddrLo ( ) : int
return int
    public static int getFrameAddrLo()
    {
        return Utils.getRomAddr(5, 0x9B0B);
    }
Data