diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:25:43 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 15:49:12 -0400 |
| commit | 710c3275fc6a4caeeff3ad89c029a05984cf8388 (patch) | |
| tree | 1e2b6449134ef7766ee110af7f7382d9e1c04952 /data/mapHeaders/UndergroundPathRoute7Copy.asm | |
| parent | Split up engine/events/hidden_object_functions (diff) | |
| download | pokeyellow-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/UndergroundPathRoute7Copy.asm')
| -rwxr-xr-x | data/mapHeaders/UndergroundPathRoute7Copy.asm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/data/mapHeaders/UndergroundPathRoute7Copy.asm b/data/mapHeaders/UndergroundPathRoute7Copy.asm index 2ccdac57..30bb70a8 100755 --- a/data/mapHeaders/UndergroundPathRoute7Copy.asm +++ b/data/mapHeaders/UndergroundPathRoute7Copy.asm @@ -1,8 +1,3 @@ -UndergroundPathRoute7Copy_h:: - db GATE ; tileset - db UNDERGROUND_PATH_ROUTE_7_HEIGHT, UNDERGROUND_PATH_ROUTE_7_WIDTH ; dimensions (y, x) - dw UndergroundPathRoute7Copy_Blocks ; blocks - dw UndergroundPathRoute7Copy_TextPointers ; texts - dw UndergroundPathRoute7Copy_Script ; scripts - db 0 ; connections - dw UndergroundPathRoute7Copy_Object ; objects + + map_header UndergroundPathRoute7Copy, UNDERGROUND_PATH_ROUTE_7, GATE, 0 + end_map_header |
