diff --git a/data/DataCache.scr b/data/DataCache.scr index aeb5d60c7..438a88f2f 100644 --- a/data/DataCache.scr +++ b/data/DataCache.scr @@ -158,6 +158,8 @@ actors/SPONGEBOB.SBK actors/SPONGEBOB_CORALBLOWER.SBK actors/SPONGEBOB_JELLYLAUNCHER.SBK actors/SPONGEBOB_NET.SBK +actors/SPONGEBOB_JELLYFISH.SBK +actors/SPONGEBOB_GLASSES.SBK actors/BARNACLEBOY.SBK actors/KRUSTY.SBK diff --git a/makefile.gfx b/makefile.gfx index 7fd535ff3..260750479 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -107,7 +107,7 @@ ACTOR_OUT_DIR := $(DATA_OUT)/Actors ACTOR_MAKEFILE_DIR := $(TEMP_BUILD_DIR)/actor ACTOR_DIRS_TO_MAKE := $(ACTOR_MAKEFILE_DIR) $(ACTOR_OUT_DIR) -ACTOR_SPONGEBOB := SpongeBob SpongeBob_CoralBlower SpongeBob_JellyLauncher SpongeBob_Net +ACTOR_SPONGEBOB := SpongeBob SpongeBob_CoralBlower SpongeBob_JellyLauncher SpongeBob_Net SpongeBob_Glasses SpongeBob_JellyFish ACTOR_NPC := BarnacleBoy Krusty Squidward Gary Sandy Patrick MermaidMan ACTOR_ENEMY := Anenome BabyOctopus Ballblob Caterpillar clam Dustdevil Eyeball \