aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <sylvie.oukaour+rangi42@gmail.com>2025-10-19 14:27:32 -0400
committerRangi <sylvie.oukaour+rangi42@gmail.com>2025-10-19 14:30:22 -0400
commitbb7984e70b880e292d7963a55ab25ff1f752584e (patch)
tree5f1c77e26bf72f76cd547bb609fc5a4aa108b1bb /Makefile
parentMisc. naming and cleanup (#139) (diff)
downloadpokeyellow-bb7984e70b880e292d7963a55ab25ff1f752584e.tar.gz
pokeyellow-bb7984e70b880e292d7963a55ab25ff1f752584e.tar.xz
pokeyellow-bb7984e70b880e292d7963a55ab25ff1f752584e.zip
Separate surfing Pikachu graphics from audio engine code
Fixes #137
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)