From 7bcae43031d18c2b992581cb00358ae3d457d5c6 Mon Sep 17 00:00:00 2001 From: Astatin Date: Mon, 28 Oct 2024 18:03:37 +0900 Subject: Print health on top of the screen --- tileset.gbasm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tileset.gbasm') diff --git a/tileset.gbasm b/tileset.gbasm index 854e33e..235521b 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -77,6 +77,10 @@ BG_Tile_Image_Data: .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 +Small_sprites: + + ; Heart + .DB $00, $00, $6c, $6c, $fe, $fe, $fe, $fe, $7c, $7c, $38, $38, $10, $10, $00, $00 ; 0x68 OBJ_Tile_Image_Data: -- cgit v1.2.3-70-g09d2