aboutsummaryrefslogtreecommitdiff
path: root/tileset.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'tileset.gbasm')
-rw-r--r--tileset.gbasm20
1 files changed, 20 insertions, 0 deletions
diff --git a/tileset.gbasm b/tileset.gbasm
index 4b76050..32410a3 100644
--- a/tileset.gbasm
+++ b/tileset.gbasm
@@ -61,6 +61,26 @@ BG_Tile_Image_Data:
; 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
+
+ ; Bush Medium
+ .DB $07, $07, $1a, $1d, $10, $1f, $14, $1b, $10, $1f, $13, $1c, $08, $0f, $07, $07 ; 0x44
+ .DB $80, $80, $70, $f0, $18, $e8, $48, $b8, $04, $fc, $54, $ac, $04, $fc, $f8, $f8 ; 0x45
+
+ ; Flower
+ .DB $18, $18, $3c, $24, $66, $5a, $3c, $24, $1c, $1c, $32, $3e, $2c, $3c, $30, $30 ; 0x46
+
+ ; Bush Small
+ .DB $00, $00, $0e, $0e, $3b, $3f, $6b, $75, $51, $6f, $4b, $77, $7e, $7e, $00, $00 ; 0x47
+
+ ; Grass
+ .DB $06, $00, $06, $00, $26, $00, $77, $00, $5d, $00, $cf, $00, $88, $00, $00, $00 ; 0x48
+ .DB $00, $00, $00, $00, $00, $00, $00, $00, $33, $00, $7f, $00, $dd, $00, $00, $00 ; 0x49
+
+ ; Moss
+ .DB $00, $00, $00, $01, $00, $03, $03, $1c, $1f, $20, $3b, $40, $3f, $40, $77, $88 ; 0x4a
+ .DB $00, $00, $00, $e0, $e0, $1c, $dc, $02, $fc, $02, $f4, $0a, $fa, $01, $be, $01 ; 0x4b
+ .DB $7f, $80, $33, $40, $7f, $80, $5f, $80, $6d, $90, $3b, $40, $1f, $20, $00, $1f ; 0x4c
+ .DB $fe, $01, $76, $01, $fe, $01, $9c, $42, $f0, $0c, $e0, $10, $a0, $10, $00, $e0 ; 0x4d
BG_Tile_Image_Data.end:
OBJ_Tile_Image_Data: