aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/Route2Gate.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:25:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 15:49:12 -0400
commit710c3275fc6a4caeeff3ad89c029a05984cf8388 (patch)
tree1e2b6449134ef7766ee110af7f7382d9e1c04952 /data/mapHeaders/Route2Gate.asm
parentSplit up engine/events/hidden_object_functions (diff)
downloadpokeyellow-710c3275fc6a4caeeff3ad89c029a05984cf8388.tar.gz
pokeyellow-710c3275fc6a4caeeff3ad89c029a05984cf8388.tar.xz
pokeyellow-710c3275fc6a4caeeff3ad89c029a05984cf8388.zip
Simplify map connections
To do: Polished Map support for detecting the tileset
Diffstat (limited to 'data/mapHeaders/Route2Gate.asm')
-rwxr-xr-xdata/mapHeaders/Route2Gate.asm11
1 files changed, 3 insertions, 8 deletions
diff --git a/data/mapHeaders/Route2Gate.asm b/data/mapHeaders/Route2Gate.asm
index 68581910..730d8f2d 100755
--- a/data/mapHeaders/Route2Gate.asm
+++ b/data/mapHeaders/Route2Gate.asm
@@ -1,8 +1,3 @@
-Route2Gate_h::
- db GATE ; tileset
- db ROUTE_2_GATE_HEIGHT, ROUTE_2_GATE_WIDTH ; dimensions (y, x)
- dw Route2Gate_Blocks ; blocks
- dw Route2Gate_TextPointers ; texts
- dw Route2Gate_Script ; scripts
- db 0 ; connections
- dw Route2Gate_Object ; objects
+
+ map_header Route2Gate, ROUTE_2_GATE, GATE, 0
+ end_map_header