So I'm new to the USB Gecko and I want to create an "infinite" health code for a game. So far, when searching in 32bit, I am left with these addresses (for one game level) :
80BA790C C2891EB8 *
80BA792C 428A3D70
80BA7940 C2891EB8 *
80BA7B2C C2891EB8
80BA7B4C 428A3D70 *
80BA7B60 C2891EB8
* - it seems that these addresses are for the display of the health bar. (i may be wrong about the specific addresses for the bar display). health bar is green. when health is lost, the green bar is decreased with each hit and you see a red bar behind it. if no further health is lost, the red bar decreases and displays the same amount as the green one and red will no longer be visible until further damage is taken. (i hope you get the picture lol)
- and it seems one address is for the size of the health bars. i played around with said address and the bar became longer.
Its been about 11 hours over the course of 2 days. I can't find the address for the health. Its not in MEM2 because I searched there and found nothing. I suspect that its all 3 of the other addresses. I feel like a failure.

So. This is where "help" comes in. (i hope) xD