From b45f89f80c62d22cbc2a4b38ae63a2da67878ee4 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 11 Jan 2018 01:45:27 -0500 Subject: More constants and data tables --- constants/map_data_constants.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'constants/map_data_constants.asm') diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 33a743a96..0fcb10146 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -244,6 +244,7 @@ NUM_TREEMON_SETS EQU const_value EMOTE_MEM EQU -1 ; FruitTreeItems indexes (see data/items/fruit_trees.asm) +; used by fruittree command const_value set 1 const FRUITTREE_ROUTE_29 ; 01 const FRUITTREE_ROUTE_30_1 ; 02 @@ -278,8 +279,8 @@ const_value set 1 NUM_FRUIT_TREES EQU const_value +- 1 -; elevator floors -; used by elevfloor +; ElevatorFloorNames indexes (see data/elevator_floors.asm) +; used by elevfloor macro const_def const FLOOR_B4F const FLOOR_B3F -- cgit v1.2.3