Added SYS_SHINEGET and SYS_SHINENUM.

This commit is contained in:
arookas 2016-01-31 14:29:41 -05:00
parent 16cba6c798
commit 50348a9b47

View file

@ -10,8 +10,11 @@
// ================================================= \\ // ================================================= \\
// known flags here // known flags here
const SYS_SHINEGET = 0x10000; // add shine num to this
const SYS_MARIOLIVES = 0x20001; const SYS_MARIOLIVES = 0x20001;
const SYS_SHINENUM = 0x40000;
const SYS_BLUECOINNUM = 0x40001; const SYS_BLUECOINNUM = 0x40001;
const SYS_GOLDCOINNUM = 0x40002; const SYS_GOLDCOINNUM = 0x40002;