From 189400a59f695d462267f1b1e50824e9de87d50f Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Sun, 30 Sep 2018 00:19:08 +0200 Subject: [PATCH] Move `GBZ80 to items` to MORE --- MORE.md | 7 ++++++- README.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MORE.md b/MORE.md index c48a3f1..6d7009d 100644 --- a/MORE.md +++ b/MORE.md @@ -1,4 +1,4 @@ -## More +# More - [gameboy homebrew](https://github.com/ProudGecko/gameboy) - Gameboy Homebrew Development (David Schamber). @@ -6,3 +6,8 @@ - [New Down and Dirty Gameboy VRAM Timing Document + Test ROM](http://forums.nesdev.com/viewtopic.php?t=7861) by Kevtris. - [Open Game Boy Documentation Project](https://mgba-emu.github.io/gbdoc/) - WIP documentation effort. Similar to Pan Docs but corrected and in a single page. - [Game Boy CPU Manual](http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf) - Assembly language commands, timings and opcodes. Has some inaccuracies and errors. + + +### Tools + +- [GBZ80 to items](http://issotm.github.io/gbz80toitems3/) - An online converter, translates Game Boy assembly into Pokémon R/B/Y items ([Source](https://github.com/ISSOtm/gbz80-to-items)). \ No newline at end of file diff --git a/README.md b/README.md index 0d15868..3afecae 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,6 @@ A lot more of emulators, written in various languages/stacks, can be found in th - [ROM Header Utility](http://catskull.net/GB-Logo-Generator/) - An online tool to inspect and modify a ROM's header data, including the logo. - [gbcamextract](https://github.com/jkbenaim/gbcamextract) - Extracts photos from Game Boy Camera saves. - [GBExtended](http://www.tensi.eu/thomas/programming/gameboy/gbextended.html) - C library extending gbdk. -- [GBZ80 to items](http://issotm.github.io/gbz80toitems3/) - An online converter, translates Game Boy assembly into Pokémon R/B/Y items ([Source](https://github.com/ISSOtm/gbz80-to-items)). - [bmp2cgb](https://github.com/gitendo/bmp2cgb) - Graphics converter for Game Boy Color development providing real time palette adjustments. - [png2gb](https://github.com/LuckyLights/png2gb) - CLI tool to convert image file to game boy .c array. - [gbdk-lib-extension](https://github.com/ProGM/gbdk-lib-extension) - A small set of sources and tools for the Game Boy Development Kit by Michael Hope.