diff options
author | libjet <libj3t@gmail.com> | 2019-12-09 22:20:03 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2019-12-09 22:20:03 +0000 |
commit | cc8fc02a9467307f1494946fd08b4e57d4ffdac5 (patch) | |
tree | fa37c8c82262b5a0d5db6d76d7edf9d78bbf25da /constants/script_constants.asm | |
parent | cfe6e295746996e64198b2a4b0f0eba1420ca8eb (diff) |
Added engine/events stuff and cleaned up contest related code
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 7870fc84..b0db4e70 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -270,4 +270,4 @@ NUM_UNOWN_PUZZLES EQU const_value const_def 1 const MOVETUTOR_FLAMETHROWER ; 1 const MOVETUTOR_THUNDERBOLT ; 2 - const MOVETUTOR_ICE_BEAM ; 3 + const MOVETUTOR_ICE_BEAM ; 3
\ No newline at end of file |