From 3c2daf8f03499c2376da954ca41a1ffe4dc78775 Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Fri, 15 Jun 2018 07:19:24 -0400 Subject: Disassembled spawn points --- constants/map_data_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants') diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 075a7f1..ee9823e 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -7,3 +7,7 @@ const ENVIRONMENT_5 const GATE const DUNGEON + +; SpawnPoints indexes (see data/maps/spawn_points.asm) +const_value = -1 + const SPAWN_N_A \ No newline at end of file -- cgit v1.2.3