From 69788c536b70060c58136b07fb3a615b285de99c Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 20 Jul 2020 12:23:31 -0400 Subject: Add comments associating constants with data, and identify some more data --- constants/hide_show_constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants/hide_show_constants.asm') 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 -- cgit v1.3.1-sl0p