From dae16acd6f4e2e2c177e3776be6ed549af070c4f Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 21:55:57 -0500 Subject: =?UTF-8?q?event/=20=E2=86=92=20events/,=20and=20move=20some=20app?= =?UTF-8?q?ropriate=20engine/=20files=20there?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/map_data_constants.asm | 1 + constants/std_constants.asm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') 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 -- cgit v1.2.3