merge whirlpool with deku leaf sprite slot

This commit is contained in:
scawful
2024-08-22 18:21:08 -04:00
parent 2572d56520
commit 7b24d677f8
3 changed files with 153 additions and 223 deletions

View File

@@ -169,6 +169,7 @@ Sprite_Puffstool = $B1
incsrc "Sprites/Enemies/puffstool.asm"
print "End of puffstool.asm ", pc
; Also beach whirlpool
Sprite_DekuLeaf = $77
incsrc "Sprites/Objects/deku_leaf.asm"
print "End of deku_leaf.asm ", pc
@@ -201,10 +202,6 @@ Sprite_IceBlock = $D5
incsrc "Sprites/Objects/ice_block.asm"
print "End of ice_block.asm ", pc
Sprite_Whirlpool = $52
incsrc "Sprites/Objects/whirlpool.asm"
print "End of whirlpool.asm ", pc
; =========================================================
incsrc "Sprites/NPCs/ranch_girl.asm"