From c3d302cd8332d55bb477b5e93ea0f6027d26c632 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 10 Sep 2024 16:10:59 +0900 Subject: Optimize object displays and preload map scrolling to stay in VBlank --- tileset.gbasm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tileset.gbasm') diff --git a/tileset.gbasm b/tileset.gbasm index 39a32db..854e33e 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -72,6 +72,12 @@ BG_Tile_Image_Data: .DB $9f, $91, $ff, $91, $ff, $91, $ff, $91, $ff, $91, $fd, $93, $f1, $9f, $ff, $ff ; 0x62 .DB $ff, $11, $ff, $11, $ff, $11, $f1, $1f, $91, $7f, $11, $ff, $11, $ff, $ff, $ff ; 0x63 + ; Carrot + .DB $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $02, $02, $07, $05, $0f, $08 ; 0x64 + .DB $00, $00, $30, $30, $58, $68, $b4, $fc, $fe, $aa, $ac, $f4, $58, $b8, $a0, $e0 ; 0x65 + .DB $1f, $10, $1f, $10, $3e, $21, $3c, $23, $7b, $47, $7c, $4c, $70, $70, $00, $00 ; 0x66 + .DB $c0, $40, $a0, $60, $20, $e0, $c0, $c0, $00, $00, $00, $00, $00, $00, $00, $00 ; 0x67 + OBJ_Tile_Image_Data: ; Bunny side -- cgit v1.2.3-70-g09d2