diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 21:55:57 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 21:55:57 -0500 |
commit | dae16acd6f4e2e2c177e3776be6ed549af070c4f (patch) | |
tree | 2577502f3ccc185e772ef121ba52fa3fddfd95c2 /constants | |
parent | 2a565f747ccb8099f4057548a6d598d538e6b991 (diff) |
event/ → events/, and move some appropriate engine/ files there
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 |