diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-17 22:54:47 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-17 22:54:47 -0400 |
| commit | ba15b4b44e33877f1c314910648c5a7d682c7c75 (patch) | |
| tree | 980eac5aa02a20ca52b8362927850d470260e685 /Makefile | |
| parent | Rename `SLP` to `SLP_MASK` (#361) (diff) | |
| download | pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.gz pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.xz pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.zip | |
Add a subdirectory for RAM files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
