*Drops Mic*
I'mma do some testing to make sure they're working good, but I think that's got it for Don't Starve. I haven't tested them very good yet, though... windows decided to update today and froze mid-update, so I'm busy trying to fix that crap again... But feel free to try them, I'm pretty confident they work.
The codes may not immediately show a change to HP or whatever. For instance, if I set Hunger to 0, it may still say 150, but the health bar will start lowering because of hunger.
Edit: Wow. I totally posted broken codes. XD I edited them in notepad and forgot to copy them back. Hold on.
Edit2: NVM. Edited codes here, just not on my vita. They all should work fine. Testing now, but so far so good.
Code:
# PCSE00450
# Version: 1.00
# Dump: NND
_V0 Inf HP
$0200 81800100 81800100 # Initialize code
$8201 81800100 00000010 #
$8800 00000000 00000000 #
$3201 818023A8 FFFFC35C #
$3300 00000000 00000000 #
$D202 81800110 00000000 # Check if Init is 0
$3201 818023A8 FFFFC324 #...Use pointer 1
$3300 00000000 40630000#
$D502 81800110 00000000 # Check if Init is not 0
$3201 818023A8 FFFFC354 #...Use pointer 2
$3300 00000000 40630000 #
_V0 Inf Hunger
$0200 81800100 81800100 # Init
$8201 81800100 00000014 #
$8800 00000000 00000000 #
$8601 818023A8 FFFFE980 #
$8900 00000000 00000000 #
$D202 81800114 00000000 # Check if Init is 0
$3201 818023A8 FFFFF654 #...Use pointer 1
$3300 00000000 40630000 #
$D502 81800114 00000000 # Check if Init is not 0
$3201 818023A8 FFFFE978 #...Use pointer 2
$3300 00000000 40630000 #
_V0 Full Sanity [use only 1]
$3201 818023A8 FFFFFA9C
$3300 00000000 40690000
_V0 No Sanity [use only 1]
$3201 818023A8 FFFFFA9C
$3300 00000000 00000000