diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_data_constants.asm | 1 | ||||
-rw-r--r-- | constants/std_constants.asm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index d99264136..5d3f23c08 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -250,6 +250,7 @@ const_value SET 1 const FRUITTREE_FUCHSIA_CITY ; 1e NUM_FRUIT_TREES EQU const_value +- 1 + ; elevator floors ; used by `elevfloor` const_def diff --git a/constants/std_constants.asm b/constants/std_constants.asm index 21fb6791f..efe775c05 100644 --- a/constants/std_constants.asm +++ b/constants/std_constants.asm @@ -1,4 +1,4 @@ -; StdScripts indexes (see engine/std_scripts.asm) +; StdScripts indexes (see events/std_scripts.asm) ; also used in TileCollisionStdScripts (see data/collision_stdscripts.asm) enum_start enum pokecenternurse |