From 61b7f6c61647d4a60145049579fff101c0c44cd9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 17 Jun 2022 22:54:49 -0400 Subject: Add a subdirectory for RAM files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5ac37e3..e90ad8b6 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ rom_obj := \ home.o \ main.o \ maps.o \ + ram.o \ text.o \ - wram.o \ gfx/pics.o \ gfx/pikachu.o \ gfx/sprites.o \ -- cgit v1.3.1-sl0p