1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-02-06 21:40:42 +01:00

Add Oracle of Ages disassembly (#94)

This commit is contained in:
Drenn1 2018-04-12 01:24:09 -04:00 committed by Antonio Vivace
parent 1f5c3f904f
commit bf5cb1b8a8

View File

@ -389,6 +389,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r
- [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.
- [Link's Awakening DX Disassembly](https://github.com/mojobojo/LADX-Disassembly)
- [Oracle of Ages Disassembly](https://github.com/drenn1/ages-disasm)
- [Disassembly of Tetris](https://github.com/osnr/tetris) - Based on Jeff Frohwein's original disassembly.
- [FX Hammer disassembly](https://github.com/DevEd2/FXHammer-Disasm)
- [Reverse Engineering the GameBoy Tetris](https://github.com/h3nnn4n/Reverse-Engineering-the-GameBoy-Tetris)