I found the code: ADC0 and changed there “AD” to “CE”.
It works partly in the game. You can walk through instruments (enemies), but you can not blast them with the notes. What I have done wrong? Do you have got a hint for me?

Code: Select all
ADC0 LDA $D01E (AD 1E D0)
ADC3 STA $29 (85 29)
Code: Select all
ADC0 DEC $D01E (CE 1E D0)
ADC3 STA $29 (85 29)
Code: Select all
ADC0 LDA $D01E (AD 1E D0)
ADC3 LDA $29 (A5 29)
Code: Select all
ADC0 LDA #$00 (A9 00)
ADC2 NOP (EA)
ADC3 STA $29 (85 29)
Code: Select all
Invincibility
Poke 43220,96 { > a8d4 60 }