From 50348a9b4722dcf4c88600361f80c7a1c54d4843 Mon Sep 17 00:00:00 2001 From: arookas Date: Sun, 31 Jan 2016 14:29:41 -0500 Subject: [PATCH] Added SYS_SHINEGET and SYS_SHINENUM. --- stdlib/system.sun | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stdlib/system.sun b/stdlib/system.sun index 05c5d57..bf023ce 100644 --- a/stdlib/system.sun +++ b/stdlib/system.sun @@ -10,8 +10,11 @@ // ================================================= \\ // known flags here +const SYS_SHINEGET = 0x10000; // add shine num to this + const SYS_MARIOLIVES = 0x20001; +const SYS_SHINENUM = 0x40000; const SYS_BLUECOINNUM = 0x40001; const SYS_GOLDCOINNUM = 0x40002;