From 0345209204c7ca5474d7fd8ba0563c9ff3fabe71 Mon Sep 17 00:00:00 2001 From: renavspainatal Date: Fri, 21 Apr 2017 13:55:09 +0200 Subject: [PATCH] Added GBDK Tutorial under programming tutorials section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95b75ca..3befa5a 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ An online converter, translates gameboy assembly into Pokémon R/B/Y items ([Sou - [GBDK Color](http://gbdev.gg8.se/wiki/articles/GBDK_Color_Tutorial) - Extends your knowledge of basic spriting on the Game Boy by adding colors to sprites, backgrounds and the window layer. - [GBDK Joypad](http://gbdev.gg8.se/wiki/articles/GBDK_Joypad_Tutorial) - Details the use of the joypad with GBDK. - [Game Boy home of Flavor](http://www.personal.triticom.com/~erm/GameBoy/) - Some full games and sources. +- [GBDK Configuring and Programming Tutorial](https://videlais.com/2016/07/03/programming-game-boy-games-using-gbdk-part-1-configuring-programming-and-compiling/) - Configuring GBDK, Using Tiles, Colliding Sprites, GBTD, GBMB, Memory Management and ROM Banking. ## Games - [Infinity](https://github.com/infinity-gbc/infinity)