Game Boy Sound Manipulator
I've updated my Game Boy Sound Manipulator tool, last updated in 2020, to work with the latest version of the RGBDS Game Boy assembler.
The larger issue was that I had defined a macro called PRINT
, which RGBDS now defines as well. I renamed mine to MPRINT
. The smaller issue was that add bc
now requires an explicit hl
destination, so add hl, bc
.