When I tried for the Game Genie code, I noticed there were two results.
One was the actual health, and the other was the appearance of the health bar.
Maybe your code made the health bar not decrease but the health actually did.
Edit:
Oh I kinda forgot about this.
In VBA I've noticed on many occasions that it's cheat searcher will list the RAM address as Cxxx when actually it's Dxxx.
If you continue to make cheats with that emulator, and the next time your code seems to not work, try changing the C to a D.
One was the actual health, and the other was the appearance of the health bar.
Maybe your code made the health bar not decrease but the health actually did.
Edit:
Oh I kinda forgot about this.
In VBA I've noticed on many occasions that it's cheat searcher will list the RAM address as Cxxx when actually it's Dxxx.
If you continue to make cheats with that emulator, and the next time your code seems to not work, try changing the C to a D.
Comment