blob: ac9908a743f84e2ea3befe2fbcb0c182f3263ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
; map environments (wEnvironment)
const_def 1
const TOWN
const ROUTE
const INDOOR
const CAVE
const ENVIRONMENT_5
const GATE
const DUNGEON
; SpawnPoints indexes (see data/maps/spawn_points.asm)
const_value = -1
const SPAWN_N_A
; size of each spawn point data
SPAWN_POINT_SIZE EQU 4
|