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/IndigoPlateau.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/IndigoPlateau.asm')
| -rwxr-xr-x | data/mapHeaders/IndigoPlateau.asm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/data/mapHeaders/IndigoPlateau.asm b/data/mapHeaders/IndigoPlateau.asm index b5dcf3de..ff394dfe 100755 --- a/data/mapHeaders/IndigoPlateau.asm +++ b/data/mapHeaders/IndigoPlateau.asm @@ -1,9 +1,4 @@ -IndigoPlateau_h:: - db PLATEAU ; tileset - db INDIGO_PLATEAU_HEIGHT, INDIGO_PLATEAU_WIDTH ; dimensions (y, x) - dw IndigoPlateau_Blocks ; blocks - dw IndigoPlateau_TextPointers ; texts - dw IndigoPlateau_Script ; scripts - db SOUTH ; connections - SOUTH_MAP_CONNECTION INDIGO_PLATEAU, ROUTE_23, 0, 0, Route23_Blocks - dw IndigoPlateau_Object ; objects + + map_header IndigoPlateau, INDIGO_PLATEAU, PLATEAU, SOUTH + connection south, Route23, ROUTE_23, 0 + end_map_header |
