Implement Cut technique, making cut trees use objects (#34)

This commit is contained in:
xCrystal
2023-12-29 13:34:37 +01:00
parent 16ba25346c
commit 303deca959
15 changed files with 186 additions and 9 deletions

View File

@@ -29,7 +29,8 @@ Level1GroupSprites:
db SPRITE_POKE_BALL
db SPRITE_FRUIT_TREE
db SPRITE_ROCK
; max 3 of 10 still sprites
db SPRITE_CUT_TREE
; max 4 of 10 still sprites
db 0 ; end
; Level2GroupSprites:
@@ -54,6 +55,7 @@ DebugLevel5GroupSprites:
db SPRITE_POKE_BALL
db SPRITE_FRUIT_TREE
db SPRITE_ROCK
; max 3 of 10 still sprites
db SPRITE_CUT_TREE
; max 4 of 10 still sprites
db 0 ; end
endc