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/std_constants.asm | |
parent | 2a565f747ccb8099f4057548a6d598d538e6b991 (diff) |
event/ → events/, and move some appropriate engine/ files there
Diffstat (limited to 'constants/std_constants.asm')
-rw-r--r-- | constants/std_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |