; DMGTRIS ; Copyright (C) 2023 - Randy Thiemann ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; You should have received a copy of the GNU General Public License ; along with this program. If not, see . IF !DEF(GAMEPLAY_MAP_INC) DEF GAMEPLAY_MAP_INC EQU 1 SECTION "Gameplay Tilemap", ROM0 GameplayTilemap:: DB $02,$01,$01,$01,$01,$01,$01,$01,$01,$01 DB $01,$03,$09,$01,$01,$01,$01,$01,$01,$09 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$02,$01,$01,$01,$01,$01,$01,$01 DB $01,$01,$01,$03,$09,$59,$50,$63,$5F,$01 DB $01,$09,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$02,$01,$01,$01,$01,$01 DB $01,$01,$01,$01,$01,$03,$09,$01,$01,$01 DB $01,$01,$01,$09,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$02,$01,$01,$01 DB $01,$01,$01,$01,$01,$01,$01,$03,$09,$01 DB $01,$01,$01,$01,$01,$09,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$02,$01 DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$03 DB $09,$01,$01,$01,$01,$01,$01,$09,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $02,$01,$01,$01,$01,$01,$01,$01,$01,$01 DB $01,$03,$09,$01,$01,$01,$01,$01,$01,$09 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$02,$01,$01,$01,$01,$01,$01,$01 DB $01,$01,$01,$03,$08,$06,$06,$06,$06,$06 DB $06,$07,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$02,$01,$01,$01,$01,$01 DB $01,$01,$01,$01,$01,$03,$09,$53,$5A,$57 DB $4F,$01,$01,$09,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$02,$01,$01,$01 DB $01,$01,$01,$01,$01,$01,$01,$03,$09,$01 DB $01,$01,$01,$01,$01,$09,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$02,$01 DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$03 DB $09,$01,$01,$01,$01,$01,$01,$09,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $02,$01,$01,$01,$01,$01,$01,$01,$01,$01 DB $01,$03,$09,$01,$01,$01,$01,$01,$01,$09 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$02,$01,$01,$01,$01,$01,$01,$01 DB $01,$01,$01,$03,$09,$01,$01,$01,$01,$01 DB $01,$09,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$02,$01,$01,$01,$01,$01 DB $01,$01,$01,$01,$01,$03,$08,$06,$06,$06 DB $06,$06,$06,$07,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$02,$01,$01,$01 DB $01,$01,$01,$01,$01,$01,$01,$03,$09,$5E DB $4E,$5A,$5D,$50,$01,$09,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$02,$01 DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$03 DB $09,$01,$01,$01,$01,$01,$01,$09,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $02,$01,$01,$01,$01,$01,$01,$01,$01,$01 DB $01,$03,$08,$06,$06,$06,$06,$06,$06,$07 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$02,$01,$01,$01,$01,$01,$01,$01 DB $01,$01,$01,$03,$09,$57,$50,$61,$50,$57 DB $01,$09,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$02,$01,$01,$01,$01,$01 DB $01,$01,$01,$01,$01,$03,$09,$01,$01,$01 DB $01,$01,$01,$09,$00,$00,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$02,$01,$01,$01 DB $01,$01,$01,$01,$01,$01,$01,$03,$09,$01 DB $05,$05,$05,$05,$01,$09,$00,$00,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$02,$01 DB $01,$01,$01,$01,$01,$01,$01,$01,$01,$03 DB $09,$01,$01,$01,$01,$01,$01,$09,$00,$00 DB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $02,$00,$00,$00,$00,$00,$00,$00,$00,$00 DB $00,$03,$09,$01,$01,$01,$01,$01,$01,$09 GameplayTilemapEnd:: ENDC