diff options
author | Astatin <[email protected]> | 2025-09-02 16:12:20 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-02 16:12:20 +0200 |
commit | 1c4d3df6acdea1b49c23e2eada105535cf83a1da (patch) | |
tree | 58392f18c6373a246cb990d17dfcdcf687e3ca7e /tileset.gbasm | |
parent | 312fad238b2f0dfcb904b572e545dd85984167d8 (diff) |
Add campsite map
Diffstat (limited to 'tileset.gbasm')
-rw-r--r-- | tileset.gbasm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tileset.gbasm b/tileset.gbasm index 0d749b7..4b76050 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -33,6 +33,34 @@ BG_Tile_Image_Data: .DB $13, $ff, $76, $df, $35, $ba, $48, $fd, $69, $d7, $e3, $ef, $3e, $3e, $00, $00 ; 0x2d .DB $12, $fe, $76, $de, $34, $bc, $4c, $fc, $6e, $d6, $c2, $ee, $1e, $fa, $f2, $26 ; 0x2e .DB $13, $ff, $76, $df, $35, $ba, $48, $fd, $69, $d7, $c1, $ef, $1c, $fb, $f0, $27 ; 0x2f + + ; Campfire + .DB $00, $00, $00, $00, $00, $06, $00, $07, $00, $0f, $04, $1b, $06, $39, $0e, $31 ; 0x30 + .DB $00, $00, $00, $08, $00, $1c, $00, $3c, $00, $bc, $00, $fc, $60, $9c, $20, $dc ; 0x31 + .DB $0f, $30, $0f, $30, $04, $18, $08, $0c, $1c, $1f, $3b, $3f, $27, $3f, $3c, $3c ; 0x32 + .DB $30, $cc, $f0, $08, $30, $08, $00, $38, $70, $f0, $fc, $fc, $f4, $fc, $78, $78 ; 0x33 + .DB $00, $00, $00, $00, $00, $00, $00, $30, $00, $3c, $00, $3f, $00, $1f, $06, $19 ; 0x34 + .DB $00, $e0, $00, $f0, $00, $f8, $20, $d8, $30, $c8, $10, $6c, $30, $cc, $30, $cc ; 0x35 + .DB $07, $18, $07, $18, $06, $08, $0a, $0c, $1c, $1f, $3b, $3f, $27, $3f, $3c, $3c ; 0x36 + .DB $f0, $08, $30, $08, $20, $18, $28, $18, $70, $f0, $fc, $fc, $f4, $fc, $78, $78 ; 0x37 + + ; Logs + .DB $03, $03, $04, $07, $0c, $0b, $15, $1a, $15, $1a, $15, $1a, $11, $1e, $11, $1e ; 0x38 + .DB $c0, $c0, $20, $e0, $10, $f0, $18, $e8, $18, $e8, $18, $e8, $18, $e8, $58, $a8 ; 0x39 + .DB $18, $17, $1b, $17, $17, $1c, $1f, $18, $1e, $19, $0f, $08, $07, $04, $03, $03 ; 0x3a + .DB $48, $b8, $d8, $e8, $f8, $28, $f8, $18, $78, $98, $f0, $10, $e0, $20, $c0, $c0 ; 0x3b + .DB $00, $00, $00, $00, $00, $00, $7f, $7f, $43, $7c, $e0, $bf, $ee, $b1, $e0, $bf ; 0x3c + .DB $00, $00, $00, $00, $00, $00, $fe, $fe, $02, $fe, $39, $c7, $01, $ff, $f9, $07 ; 0x3d + .DB $e0, $bf, $e1, $be, $e0, $bf, $5f, $60, $7f, $7f, $00, $00, $00, $00, $00, $00 ; 0x3e + .DB $01, $ff, $f9, $07, $01, $ff, $02, $fe, $fe, $fe, $00, $00, $00, $00, $00, $00 ; 0x3f + + ; Arrow up + .DB $01, $01, $03, $03, $07, $07, $0f, $0f, $0f, $0f, $03, $03, $03, $03, $03, $03 ; 0x40 + .DB $80, $80, $c0, $c0, $e0, $e0, $f0, $f0, $f0, $f0, $c0, $c0, $c0, $c0, $c0, $c0 ; 0x41 + + ; Tree Entrance + .DB $13, $ff, $76, $df, $37, $8f, $4f, $ff, $4f, $af, $de, $ff, $39, $fe, $e0, $f8 ; 0x42 + .DB $13, $ff, $76, $df, $fd, $f2, $f8, $fd, $f9, $ff, $bf, $7d, $cd, $3f, $03, $0f ; 0x43 BG_Tile_Image_Data.end: OBJ_Tile_Image_Data: |