diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:19:24 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-15 07:19:24 -0400 |
| commit | 3c2daf8f03499c2376da954ca41a1ffe4dc78775 (patch) | |
| tree | e5515f7fa940bd2731faf1e18bd39b5b4837338b /constants | |
| parent | c3b0443d8b9280fcb5d852e188037cf40ce4522c (diff) | |
Disassembled spawn points
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/map_data_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
