diff options
author | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
commit | 7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch) | |
tree | 34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /tileset.gbasm | |
parent | 5513939c6077032f625c2de98f395026caf063b1 (diff) |
Print health on top of the screen
Diffstat (limited to 'tileset.gbasm')
-rw-r--r-- | tileset.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
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: |