diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/hide_show_constants.asm | 2 | ||||
-rw-r--r-- | constants/misc_constants.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm index 5a517afc..1a44b1e7 100755 --- a/constants/hide_show_constants.asm +++ b/constants/hide_show_constants.asm @@ -2,7 +2,7 @@ ; sprites marked with an X are constants that are never used ; because those sprites are not (de)activated in a map's script ; (they are either items or sprites that deactivate after battle -; and are detected in W_MISSABLEOBJECTLIST) +; and are detected in wMissableObjectList) const_value = 0 diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index f85ca3bf..527152fe 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -208,4 +208,4 @@ const_value set 1 const PIKAHAPPY_FAINTED const PIKAHAPPY_PSNFNT const PIKAHAPPY_10 - const PIKAHAPPY_11 + const PIKAHAPPY_TRADE |