From 35dc771a6deba34025de44d5152bcd2e45edc558 Mon Sep 17 00:00:00 2001 From: arookas <arookas@outlook.com> Date: Fri, 29 Jan 2016 17:11:56 -0500 Subject: [PATCH] Added some system flag constants Yea, I'll do more later... --- stdlib/system.sun | 6 ++++++ 1 file changed, 6 insertions(+) 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);