From 6d5e660a4a290560ceefbb916550ed77402e1d1b Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Sun, 16 May 2021 17:53:00 +0200 Subject: [PATCH] Link to new style guide instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae11f36..4c6f55f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you get errors that you don't understand, try running `make clean`. If that g If you want something less barebones, already including some "base" code, check out [gb-starter-kit](https://github.com/ISSOtm/gb-starter-kit). -[Here](https://gist.github.com/ISSOtm/a9057e7c66080f36afcd82ed2863fd62) are the naming conventions used in this code; maybe you'll find them useful. +Perhaps [a gbdev style guide](https://gbdev.io/guides/asmstyle) may be of interest to you? I recommend the [BGB](https://bgb.bircd.org) emulator for developing ROMs on Windows and, via Wine, Linux and macOS (64-bit build available for Catalina). [SameBoy](https://github.com/LIJI32/SameBoy) is more accurate, but has a much worse interface except on macOS.