OMG, I have to change work and start to be babysitter :p
Let's take a step after another:
what is the difference between an Action reply (PAR code) and a Game Genie (GG code)????
A quick look at
this site tells us that
PAR changes values in the RAM
GG changes values in the ROM and are encrypted.
Next step, can ZSNES accept/work with both type of code??
ZSNES give us the answer
here.Is the code correct and working??

Yes for SOE NTSC/E
No for SOE PAL/G
What now??
Basically you have 2 way to go on now:
-you check for the original value at the RAM address in SOE-E (the PAR code tells you where), go search for it on SOE-G and modify that position.
-you try to change the PAR to GG so that you find a ROM address instead of the RAM address...
How to do this??
HEREIt took me less than 5-10min to find all this out.