diff --git a/data/DataCache.scr b/data/DataCache.scr index 438a88f2f..d8d14383e 100644 --- a/data/DataCache.scr +++ b/data/DataCache.scr @@ -160,6 +160,7 @@ actors/SPONGEBOB_JELLYLAUNCHER.SBK actors/SPONGEBOB_NET.SBK actors/SPONGEBOB_JELLYFISH.SBK actors/SPONGEBOB_GLASSES.SBK +actors/SPONGEBOB_GLOVE.SBK actors/BARNACLEBOY.SBK actors/KRUSTY.SBK diff --git a/makefile.gfx b/makefile.gfx index 260750479..30dc6f02b 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 SpongeBob_Glasses SpongeBob_JellyFish +ACTOR_SPONGEBOB := SpongeBob SpongeBob_CoralBlower SpongeBob_JellyLauncher SpongeBob_Net SpongeBob_Glove SpongeBob_Glasses SpongeBob_JellyFish ACTOR_NPC := BarnacleBoy Krusty Squidward Gary Sandy Patrick MermaidMan ACTOR_ENEMY := Anenome BabyOctopus Ballblob Caterpillar clam Dustdevil Eyeball \