T
Tenko Kuugen
Guest
for example, we have
Byte STR VIT MAG MDEF* DEX LUCK MAXHP MAXMP
0x01 -02 -01 +02 +01 -05% +05%
0x02 -04 -02 +04 +02 -10% +10%
I'd like to change these to different values, like
-01 -04 +01 +04 +01 -01 -04% +02%
I know these have to be hardcoded somewhere, but that shouldn't be something that requires me / us to rewrite the entire function or anything. Someone know where these are stored?
Byte STR VIT MAG MDEF* DEX LUCK MAXHP MAXMP
0x01 -02 -01 +02 +01 -05% +05%
0x02 -04 -02 +04 +02 -10% +10%
I'd like to change these to different values, like
-01 -04 +01 +04 +01 -01 -04% +02%
I know these have to be hardcoded somewhere, but that shouldn't be something that requires me / us to rewrite the entire function or anything. Someone know where these are stored?