diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 17:15:01 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 17:15:01 +0100 |
commit | 69762a2bfd6b6134b99a24b3c8f091ff6a410ef9 (patch) | |
tree | a2fe6346f22bc4ebb22cb056047e42ea8ac163a0 /constants/script_constants.asm | |
parent | 6464d077ee9c1e70795423c67450789cd9e88050 (diff) |
SET -> set
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 9dd4987f8..9f7dae6d2 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -39,7 +39,7 @@ RETVAR_ADDR_DE EQU (1 << 6) RETVAR_EXECUTE EQU (2 << 6) ; PlayerEventScriptPointers indexes (see engine/events.asm) -const_value SET -1 +const_value set -1 const PLAYEREVENT_MAPSCRIPT const PLAYEREVENT_NONE const PLAYEREVENT_SEENBYTRAINER |