aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-06-17 22:54:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-06-17 22:54:47 -0400
commitba15b4b44e33877f1c314910648c5a7d682c7c75 (patch)
tree980eac5aa02a20ca52b8362927850d470260e685 /Makefile
parentRename `SLP` to `SLP_MASK` (#361) (diff)
downloadpokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.gz
pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.xz
pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.zip
Add a subdirectory for RAM files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a23f759..636f5c3d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ rom_obj := \
home.o \
main.o \
maps.o \
+ ram.o \
text.o \
- wram.o \
gfx/pics.o \
gfx/sprites.o \
gfx/tilesets.o