include manhandla in all_sprites

This commit is contained in:
scawful
2024-06-21 00:03:18 -04:00
parent 589f9225e8
commit d24b4cd17d

View File

@@ -106,8 +106,11 @@ print "End of bean_vendor.asm ", pc
incsrc "Sprites/Bosses/octoboss.asm"
print "End of octoboss.asm ", pc
; TODO: Make a parent sprite for per map NPCs
incsrc "Sprites/NPCs/Mermaid.asm"
print "End of mermaid.asm ", pc
incsrc "Sprites/Bosses/Manhandla.asm"
print "End of manhandla.asm ", pc
;=========================================================