diff options
| author | Rangi <sylvie.oukaour+rangi42@gmail.com> | 2025-10-19 14:27:32 -0400 |
|---|---|---|
| committer | Rangi <sylvie.oukaour+rangi42@gmail.com> | 2025-10-19 14:30:22 -0400 |
| commit | bb7984e70b880e292d7963a55ab25ff1f752584e (patch) | |
| tree | 5f1c77e26bf72f76cd547bb609fc5a4aa108b1bb /Makefile | |
| parent | Misc. naming and cleanup (#139) (diff) | |
| download | pokeyellow-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
