summaryrefslogtreecommitdiff
path: root/constants/map_data_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r--constants/map_data_constants.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm
index ee9823e..ac9908a 100644
--- a/constants/map_data_constants.asm
+++ b/constants/map_data_constants.asm
@@ -10,4 +10,7 @@
; SpawnPoints indexes (see data/maps/spawn_points.asm)
const_value = -1
- const SPAWN_N_A \ No newline at end of file
+ const SPAWN_N_A
+
+; size of each spawn point data
+SPAWN_POINT_SIZE EQU 4 \ No newline at end of file