diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/item_constants.asm | 2 | ||||
-rw-r--r-- | constants/script_constants.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 480ab577..299b59a4 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -286,4 +286,4 @@ ITEM_FROM_MEM EQU $ff ; leftovers from red SAFARI_BALL EQU $08 ; MOON_STONE MOON_STONE_RED EQU $0a ; BURN_HEAL -FULL_HEAL_RED EQU $34 ; X_SPEED
\ No newline at end of file +FULL_HEAL_RED EQU $34 ; X_SPEED diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 989306d0..f05c44fd 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -278,4 +278,4 @@ NUM_UNOWN_PUZZLES EQU const_value const_def 1 const MOVETUTOR_FLAMETHROWER ; 1 const MOVETUTOR_THUNDERBOLT ; 2 - const MOVETUTOR_ICE_BEAM ; 3
\ No newline at end of file + const MOVETUTOR_ICE_BEAM ; 3 |