Contro
#1
My custom build for FEBuilderGBA.
Currently added hacks:
I plan to add skillsystem bugfixes to this custombuild if they don’t interfere with FEBuilder
If you find any bugs or problems, feel free to report them on this thread. (Or on discord if you want, I guess)
7 Likes
Mokha
#2
There are some bugs on Modular-Status-Getter’s prMinZero
in version 20201128. If you want to rebuild it, I think you may need to fix that.
Contro
#3
I’ll take a look. Thanks!
Mokha
#4
kind of you~ It will work properly if you cover that function as below:
s8 new_MinZero(s8 stat, Unit* unit){
if( stat<0 )
return 0;
else
return stat;
}