jugeeya
jugeeya
Addressed by https://github.com/jugeeya/UltimateTrainingModpack/pull/79 . Fixed HP values are not yet configurable.
The latter file is labeled `pico_rectangle_ult_2ip_with_reac.uf2`, so it's for a different SOCD method for use in Smash Ultimate mode called `2IP With Reactivation`. https://github.com/Crane1195/GCCPCB/blob/master/code/README.md#socd-simultaneous-opposite-cardinal-directions > 2ip (with reactivation) works like...
Somehow an old code refactor removed this (https://github.com/jugeeya/UltimateTrainingModpack/pull/83/files) Added again here: https://github.com/jugeeya/UltimateTrainingModpack/commit/ccac7c958d2bb10fe98471eab4179b584f6ff13f
- [x] Set Frame Advantage to a non-number such as "-" when no Frame Advantage is noted to distinguish from `0` - [x] Current beta frame advantage is mis-positioned due...
Hm, I was going to reply that this would be hard to do, but apparently we have [a bunch of functions](https://github.com/ultimate-research/code-mod-framework/blob/master/framework/include/app/lua_bind/TeamModule.h) that might make this very easy. I can look...