aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-28 18:03:37 +0900
committerAstatin <[email protected]>2024-10-28 18:03:37 +0900
commit7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch)
tree34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /scripts
parent5513939c6077032f625c2de98f395026caf063b1 (diff)
Print health on top of the screen
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate-tiledata.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/generate-tiledata.py b/scripts/generate-tiledata.py
index 25c79ce..d0a963b 100644
--- a/scripts/generate-tiledata.py
+++ b/scripts/generate-tiledata.py
@@ -19,6 +19,10 @@ get_sprite_png_parse_output("./sprites/bg/stairs.png")
print("\n\t; Carrot")
get_sprite_png_parse_output("./sprites/bg/carrot.png")
+print("Small_sprites:")
+print("\n\t; Heart")
+get_sprite_png_parse_output("./sprites/bg/heart.png")
+
sprite_idx = 0x02
print("\nOBJ_Tile_Image_Data:")
print("\n\t; Bunny side")