From 72ff83fde40efecb24f8b26d7ea94c245cb44fc4 Mon Sep 17 00:00:00 2001 From: Norman Bos Date: Tue, 9 Apr 2024 00:04:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a362f33..f7a60fa 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ The Makefile will automatically detect and compile new source files when they ar Project directories +- gbdk: **Must have gbdk-2020 in the root folder.** - src: Main program source files (.c, .h, .s) can go here - res: Program graphics and audio source files (.c, .h, .s) can go here - obj: Compiled ROM (.gb) and debug files go in this directory - -Must have gbdk-2020 in a folder named "gbdk" in the root folder.