summaryrefslogtreecommitdiff
path: root/constants/map_data_constants.asm
diff options
context:
space:
mode:
authorPokeglitch <39797359+Pokeglitch@users.noreply.github.com>2018-06-18 21:32:52 -0400
committerGitHub <noreply@github.com>2018-06-18 21:32:52 -0400
commit61f84aa25409bbdfa7a7c95cc831977cd8462ae4 (patch)
tree0382b21830580d39759cba42a7073dee9c734fec /constants/map_data_constants.asm
parentf25d7c2299513b7ec77738a4625d4e70dcfbbb1c (diff)
parenta6c1d2d45853214119b90b9918636508451a269f (diff)
Merge pull request #22 from Pokeglitch/master
More Bank 03 Routines
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r--constants/map_data_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm
index ac9908a..e711e1d 100644
--- a/constants/map_data_constants.asm
+++ b/constants/map_data_constants.asm
@@ -12,5 +12,7 @@
const_value = -1
const SPAWN_N_A
+NUM_SPAWNS EQU 18
+
; size of each spawn point data
SPAWN_POINT_SIZE EQU 4 \ No newline at end of file