diff --git a/stdlib/system.sun b/stdlib/system.sun index 2ef1b9c..3a2c90f 100644 --- a/stdlib/system.sun +++ b/stdlib/system.sun @@ -9,6 +9,12 @@ // FLAGS // ================================================= \\ +// known flags here +const SYS_MARIOLIVES = 0x20001; + +const SYS_BLUECOINNUM = 0x40001; +const SYS_GOLDCOINNUM = 0x40002; + builtin getSystemFlag(flag); builtin setSystemFlag(flag, value);