From 9d7f837badd155a876ee45b9690ca3786e22d615 Mon Sep 17 00:00:00 2001 From: scawful Date: Mon, 17 Jun 2024 11:51:58 -0400 Subject: [PATCH] update includes for sprites --- Sprites/all_sprites.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Sprites/all_sprites.asm b/Sprites/all_sprites.asm index 2b9b48c..606ab18 100644 --- a/Sprites/all_sprites.asm +++ b/Sprites/all_sprites.asm @@ -103,6 +103,9 @@ print "End of mask_salesman.asm ", pc incsrc "Sprites/NPCs/bean_vendor.asm" print "End of bean_vendor.asm ", pc +incsrc "Sprites/Bosses/octoboss.asm" +print "End of octoboss.asm ", pc + ;========================================================= org $318000 @@ -193,12 +196,11 @@ print "End of Lanmola.asm ", pc incsrc "Sprites/Bosses/lanmola_Expanded.asm" print "End of Lanmola_Expanded.asm ", pc -incsrc "Sprites/NPCs/old_man.asm" +incsrc "Sprites/NPCs/followers.asm" +print "End of followers.asm ", pc incsrc "Sprites/NPCs/fortune_teller.asm" - -; incsrc "Sprites/Bosses/octoboss.asm" -; print "End of octoboss.asm ", pc +print "End of fortune_teller.asm ", pc warnpc $328000