diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 15:08:00 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 15:08:00 -0500 |
commit | 1205fe5100c09624350b5e6822b4c063586afcaf (patch) | |
tree | 04c3034bda38e17d0f7c901ddb153610cd9483f8 /constants/script_constants.asm | |
parent | adf2fe712d372bad8c68590ae77b1dde85290d8f (diff) |
PLAYEREVENT_
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 191a9c024..5cda66d02 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -35,3 +35,17 @@ NUM_VARS EQU const_value RETVAR_STRBUF2 EQU (0 << 6) RETVAR_ADDR_DE EQU (1 << 6) RETVAR_EXECUTE EQU (2 << 6) + +const_value SET -1 + const PLAYEREVENT_MAPSCRIPT + const PLAYEREVENT_NONE + const PLAYEREVENT_SEENBYTRAINER + const PLAYEREVENT_TALKTOTRAINER + const PLAYEREVENT_ITEMBALL + const PLAYEREVENT_4 + const PLAYEREVENT_WARP + const PLAYEREVENT_FALL + const PLAYEREVENT_7 + const PLAYEREVENT_HATCH + const PLAYEREVENT_9 +NUM_PLAYER_EVENTS EQU const_value |