What values are you looking for? I don't know this game beyond what's been posted in this thread, but I don't see an obvious need for any particular RAM values.
The idea behind a
RAM search is that all of a game's state information is stored in RAM, so you can theoretically find out anything about the game's state by looking at the right combination of RAM values. The most common uses are optimizing your speed or subpixel position and maximizing boss damage, which may not be easily derived from the information on the screen but are relatively simple to find in RAM.
To find a value, you do stuff that influences that value and look for something that's changed in the way you expected. If you're looking for boss hp, get to the boss fight and start a new search. Do some stuff that doesn't effect the boss and search for values that haven't changed. Hit the boss and look for values that decreased. Modify as needed and repeat.
Please continue. The game has some slow parts but the music is great and the game offers some points of interest.