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.

GitHub - AbePralle/GameBoySoundManipulator: A GameBoy/GBC ROM that provides on-device/on-emulator sound parameter editing
A GameBoy/GBC ROM that provides on-device/on-emulator sound parameter editing - GitHub - AbePralle/GameBoySoundManipulator: A GameBoy/GBC ROM that provides on-device/on-emulator sound parameter edi...

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.