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/LancesRoom.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/LancesRoom.asm')
| -rwxr-xr-x | data/mapHeaders/LancesRoom.asm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/data/mapHeaders/LancesRoom.asm b/data/mapHeaders/LancesRoom.asm index 5373f010..0b69970e 100755 --- a/data/mapHeaders/LancesRoom.asm +++ b/data/mapHeaders/LancesRoom.asm @@ -1,8 +1,3 @@ -LancesRoom_h:: - db DOJO ; tileset - db LANCES_ROOM_HEIGHT, LANCES_ROOM_WIDTH ; dimensions (y, x) - dw LancesRoom_Blocks ; blocks - dw LancesRoom_TextPointers ; texts - dw LancesRoom_Script ; scripts - db 0 ; connections - dw LancesRoom_Object ; objects + + map_header LancesRoom, LANCES_ROOM, DOJO, 0 + end_map_header |
