1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-18 04:38:26 +01:00

Add Game Boy Text Tools (#68)

This commit is contained in:
Raphael D. Pinheiro 2017-12-03 07:15:58 -02:00 committed by Antonio Vivace
parent ec4e75eb1b
commit 020bd175b0

View File

@ -197,6 +197,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r
- [Dot Matrix Game Editor](http://www.dotmatrixgame.com/) - An IDE for Game Boy programming in a C-like language called GBL, with many other features like tile and map extraction, WLA-DX assembly, and more.
- [brewtool](http://make.vg/brewtool/) - A collection of primitive editor/converter tools for making assets used with homebrew ROM development.
- [Atom language package for RGBASM](https://atom.io/packages/language-rgbasm) - Atom syntax highlighting for RGBDS assembly.
- [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 NodeJS
## Programming Tutorials
### ASM