aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/Route25.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/Route25.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/Route25.asm')
-rwxr-xr-xdata/mapHeaders/Route25.asm13
1 files changed, 4 insertions, 9 deletions
diff --git a/data/mapHeaders/Route25.asm b/data/mapHeaders/Route25.asm
index d8da8583..1873d19b 100755
--- a/data/mapHeaders/Route25.asm
+++ b/data/mapHeaders/Route25.asm
@@ -1,9 +1,4 @@
-Route25_h::
- db OVERWORLD ; tileset
- db ROUTE_25_HEIGHT, ROUTE_25_WIDTH ; dimensions (y, x)
- dw Route25_Blocks ; blocks
- dw Route25_TextPointers ; texts
- dw Route25_Script ; scripts
- db WEST ; connections
- WEST_MAP_CONNECTION ROUTE_25, ROUTE_24, 0, 0, Route24_Blocks
- dw Route25_Object ; objects
+
+ map_header Route25, ROUTE_25, OVERWORLD, WEST
+ connection west, Route24, ROUTE_24, 0
+ end_map_header