Added some system flag constants

Yea, I'll do more later...
This commit is contained in:
arookas 2016-01-29 17:11:56 -05:00
parent 2df6542eaf
commit 35dc771a6d

View file

@ -9,6 +9,12 @@
// FLAGS // FLAGS
// ================================================= \\ // ================================================= \\
// known flags here
const SYS_MARIOLIVES = 0x20001;
const SYS_BLUECOINNUM = 0x40001;
const SYS_GOLDCOINNUM = 0x40002;
builtin getSystemFlag(flag); builtin getSystemFlag(flag);
builtin setSystemFlag(flag, value); builtin setSystemFlag(flag, value);