aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-04-11 16:20:31 +0200
committerAstatin <[email protected]>2025-04-11 16:20:31 +0200
commita846ccc0cc20fe49b5ee07e252b370dc005b38cd (patch)
tree7996f4fdbca1e054bac3d87dd565178da9ba9191 /scripts
parent690ff7c09726d9e760b52b717c70e9567531175c (diff)
Make hop the only default attack and make cats drop heal
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generate-tiledata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/generate-tiledata.py b/scripts/generate-tiledata.py
index 0b8cb95..153c272 100644
--- a/scripts/generate-tiledata.py
+++ b/scripts/generate-tiledata.py
@@ -24,6 +24,8 @@ print("\n\t; Carrot")
get_sprite_png_parse_output("./sprites/bg/carrot.png")
print("\n\t; Leaf")
get_sprite_png_parse_output("./sprites/bg/leaf.png")
+print("\n\t; Box")
+get_sprite_png_parse_output("./sprites/bg/box.png")
sprite_idx = 0xf0
print("Small_sprites:")