From bb7984e70b880e292d7963a55ab25ff1f752584e Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 19 Oct 2025 14:27:32 -0400 Subject: Separate surfing Pikachu graphics from audio engine code Fixes #137 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40eaf406..b7557279 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ rom_obj := \ gfx/pics.o \ gfx/pikachu.o \ gfx/sprites.o \ + gfx/surfing_pikachu.o \ gfx/tilesets.o pokeyellow_obj := $(rom_obj) -- cgit v1.3.1-sl0p