diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-12 13:17:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-12 13:17:36 -0700 |
commit | 335f4c1e81453218d1e319b7ee54a61fe02ff2c3 (patch) | |
tree | 851756c1c80b73d1cac3d957a199c114614d2828 /include | |
parent | 25832810f60a732f03608e0a02549c3318ba257d (diff) | |
parent | f1daf7442dfd25d12daacd7f59b4c42129d48c09 (diff) |
Merge pull request #296 from DizzyEggg/event_data
Event data
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/flags.h | 1 | ||||
-rw-r--r-- | include/constants/vars.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index 6c1400410..a74dffccf 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1570,6 +1570,7 @@ #define FLAG_0x95E (SYSTEM_FLAGS + 0xFE) #define FLAG_0x95F (SYSTEM_FLAGS + 0xFF) +#define SPECIAL_FLAGS_START 0x4000 // SPECIAL FLAGS (unknown purpose) #define FLAG_SPECIAL_FLAG_0x4000 0x4000 #define FLAG_SPECIAL_FLAG_0x4001 0x4001 diff --git a/include/constants/vars.h b/include/constants/vars.h index 7cf232efe..e2c59b4fb 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -273,6 +273,7 @@ #define VAR_0x40FE 0x40FE #define VAR_0x40FF 0x40FF +#define SPECIAL_VARS_START 0x8000 // special vars // They are commonly used as parameters to commands, or return values from commands. #define VAR_0x8000 0x8000 |