diff options
Diffstat (limited to 'maps/map_headers.asm')
-rw-r--r-- | maps/map_headers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/map_headers.asm b/maps/map_headers.asm index 3b2607e31..1ea1ba8ce 100644 --- a/maps/map_headers.asm +++ b/maps/map_headers.asm @@ -1,7 +1,7 @@ map_header: macro ;\1: map label ;\2: tileset: a TILESET_* constant -;\3: permission: TOWN, ROUTE, INDOOR, CAVE, PERM_5, GATE, or DUNGEON +;\3: environment: TOWN, ROUTE, INDOOR, CAVE, ENVIRONMENT_5, GATE, or DUNGEON ;\4: location: from constants/landmark_constants.asm ;\5: music: a MUSIC_* constant ;\6: phone service flag: 1 to prevent phone calls |