1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-29 10:29:51 +02:00

Fix two updated gbdev.io URLs

Homebrew Hub currently reports a bad gateway
This commit is contained in:
Eldred Habert
2022-03-09 01:32:49 +01:00
committed by GitHub
parent 2f8f7c5b24
commit 8da43bcbde

View File

@@ -4,7 +4,7 @@
A curated list of awesome Game Boy (Color) Development resources, tools, docs, related projects and open-source ROMs. Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
You can find a (way cooler) web version of this list [here](https://gbdev.github.io/list.html).
You can find a (way cooler) web version of this list [here](https://gbdev.github.io/resources).
## Contents
@@ -483,7 +483,7 @@ Complete and open source games.
- [Reverse Engineering a Gameboy ROM with radare2](https://www.megabeets.net/reverse-engineering-a-gameboy-rom-with-radare2) - A walkthrough to reverse engineer a Game Boy ROM challenge using radare2.
- [Disassembling Link's Awakening](http://kemenaran.winosx.com/posts/category-disassembling-links-awakening/) - A series of blog posts about disassembling Link's Awakening DX.
- [Reverse Engineering the GameBoy Tetris](https://github.com/h3nnn4n/Reverse-Engineering-the-GameBoy-Tetris)
- [DMA hijacking](https://gbdev.io/articles/dma_hijacking) - A simple technique that allows you to run custom code in most GB/SGB/CGB games, provided you have an ACE exploit.
- [DMA hijacking](https://gbdev.io/guides/dma_hijacking) - A simple technique that allows you to run custom code in most GB/SGB/CGB games, provided you have an ACE exploit.
### Game Disassemblies