summaryrefslogtreecommitdiff
path: root/data/maps/maps.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-08 15:00:06 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-08 15:00:06 -0400
commite1d15e507c745e6487f09a86c52147fd5993918a (patch)
tree7a737b2586ee5373ed8ebb928777912abbe0754b /data/maps/maps.asm
parented7c6365c98db4ca87d3003d2c84696d768b8e66 (diff)
Dump Map Events.
Diffstat (limited to 'data/maps/maps.asm')
-rw-r--r--data/maps/maps.asm11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/maps/maps.asm b/data/maps/maps.asm
index 6f8f896..06edd8f 100644
--- a/data/maps/maps.asm
+++ b/data/maps/maps.asm
@@ -1,16 +1,5 @@
INCLUDE "constants.asm"
-map: MACRO
-;\1: map name: for the MapAttributes pointer (see data/maps/attributes.asm)
-;\2: tileset: a TILESET_* constant
-;\3: environment: TOWN, ROUTE, INDOOR, CAVE, ENVIRONMENT_5, GATE, or DUNGEON
-;\4: location: from constants/landmark_constants.asm
- db BANK(\1_MapAttributes), \2, \3
- dw \1_MapAttributes
- db \4
- db 0, 0 ; ???
-ENDM
-
SECTION "data/maps/maps.asm", ROMX
db 0 ; ???