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

Added opcode_count to Development Tools Section (#245)

This commit is contained in:
Ron Nelson
2023-05-28 11:42:22 -07:00
committed by GitHub
parent 7aeec65f20
commit b2b4124cd6

View File

@@ -277,6 +277,7 @@ The [Choosing tools for Game Boy development](https://gbdev.io/guides/tools.html
- [Game Boy Text Tools](https://github.com/raphaklaus/gameboy-text-tools) - Set of tools for text manipulation and translation of Game Boy ROMs written in Node.js.
- [evscript](https://github.com/eievui5/evscript) - A scripting language for the Game Boy, useful for enemy AI, dialogue, animations, and coroutines.
- [evunit](https://github.com/eievui5/evunit) - A unit testing program for assembly code.
- [opcode_count](https://github.com/rondnelson99/opcode_count) - Generates statistics on which CPU instructions are run the most often using Python and Emulicious
#### Graphics utilities