diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-18 09:00:51 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-18 09:00:51 -0400 |
commit | 966b29e8116218a6ac409d1fa253a7f1fd6c4fc2 (patch) | |
tree | a93bfea16eda1e2209bac5e7db37451f309d653a /constants/script_constants.asm | |
parent | f7ec78851ca170a91e6f00ff48cf97f27ec14bea (diff) |
Removed SCRIPT_FINISHED constant, it was misleading
Diffstat (limited to 'constants/script_constants.asm')
-rwxr-xr-x | constants/script_constants.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 702e400..d2bb335 100755 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -15,8 +15,3 @@ SCRIPT_FINISHED_F EQU 7 SCRIPT_FINISHED_MASK EQU 1 << SCRIPT_FINISHED_F
SCRIPT_SUCCESS EQU $f
SCRIPT_FAIL EQU 0
-
-; Some script don't combine the return value with the flag
-; Instead, they load this into the wFieldMoveScriptID, and keep
-; the return value in a
-SCRIPT_FINISHED EQU -1
|