A Table Compiler for ROMhacking. Uses ChocolateBird's data definitions to parse a ROM into various human-readable tables which can be edited by hand or other tools, easily handled with version control software like git, and then compiled back into the ROM as desired. In the future, ChocolateBird may also accept loading such projects as mods without the compile step.
Go to file
Luke Hubmayer-Werner 925c925cdc [weak enemies] Set max_hp on almost every enemy to 1 2024-06-27 00:03:51 +09:30
ChocolateBirdData@c7913232da First edition 2024-06-27 00:03:51 +09:30
examples/weak_enemies [weak enemies] Set max_hp on almost every enemy to 1 2024-06-27 00:03:51 +09:30
.gitignore First edition 2024-06-27 00:03:51 +09:30
.gitmodules Added ChocolateBirdData submodule 2024-06-26 21:36:18 +09:30
LICENSE Initial commit 2024-06-26 21:32:33 +09:30
README.md Initial commit 2024-06-26 21:32:33 +09:30
tabcomp.py First edition 2024-06-27 00:03:51 +09:30

README.md

TabComp

A Table Compiler for ROMhacking. Uses ChocolateBird's data definitions to parse a ROM into various human-readable tables which can be edited by hand or other tools, easily handled with version control software like git, and then compiled back into the ROM as desired. In the future, ChocolateBird may also accept loading such projects as mods without the compile step.