add Collectible sprite for pineapple and others

This commit is contained in:
scawful
2024-07-28 16:55:02 -04:00
parent e27f24f1cd
commit 6a84b1349c
2 changed files with 159 additions and 0 deletions

View File

@@ -264,6 +264,9 @@ print "End of octorok.asm ", pc
incsrc "Sprites/NPCs/piratian.asm"
print "End of piratian.asm ", pc
incsrc "Sprites/Objects/collectible.asm"
print "End of collectible.asm ", pc
Sprite_EonOwl = $0A
incsrc "Sprites/NPCs/eon_owl.asm"
print "End of eon_owl.asm ", pc