aboutsummaryrefslogtreecommitdiffstats
path: root/constants/hide_show_constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-20 13:22:32 -0400
committerGitHub <noreply@github.com>2020-07-20 13:22:32 -0400
commit3e554e1d5206f0ede60f7e99e68637b7f13bc683 (patch)
treec5a21b6e4d24ad3e98c3c98982afc65a866e650d /constants/hide_show_constants.asm
parentMerge pull request #279 from Rangi42/master (diff)
parentAdd comments associating constants with data, and identify some more data (diff)
downloadpokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.gz
pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.tar.xz
pokeyellow-3e554e1d5206f0ede60f7e99e68637b7f13bc683.zip
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
Diffstat (limited to 'constants/hide_show_constants.asm')
-rwxr-xr-xconstants/hide_show_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/hide_show_constants.asm b/constants/hide_show_constants.asm
index 21c83644..82e80bae 100755
--- a/constants/hide_show_constants.asm
+++ b/constants/hide_show_constants.asm
@@ -1,6 +1,7 @@
HIDE EQU $11
SHOW EQU $15
+; MissableObjects indexes (see data/maps/hide_show_data.asm)
; this is a list of the sprites that can be enabled/disabled during the game
; sprites marked with an X are constants that are never used
; because those sprites are not (de)activated in a map's script