aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/Museum1F.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/Museum1F.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/Museum1F.asm')
-rwxr-xr-xdata/mapHeaders/Museum1F.asm11
1 files changed, 3 insertions, 8 deletions
diff --git a/data/mapHeaders/Museum1F.asm b/data/mapHeaders/Museum1F.asm
index f0c967aa..d92176d2 100755
--- a/data/mapHeaders/Museum1F.asm
+++ b/data/mapHeaders/Museum1F.asm
@@ -1,8 +1,3 @@
-Museum1F_h::
- db MUSEUM ; tileset
- db MUSEUM_1F_HEIGHT, MUSEUM_1F_WIDTH ; dimensions (y, x)
- dw Museum1F_Blocks ; blocks
- dw Museum1F_TextPointers ; texts
- dw Museum1F_Script ; scripts
- db 0 ; connections
- dw Museum1F_Object ; objects
+
+ map_header Museum1F, MUSEUM_1F, MUSEUM, 0
+ end_map_header