Split several minigame rels

M408, M409, M410, M411, and M450 are all split. I labeled chrman.c more as well.
This commit is contained in:
gamemasterplc 2024-02-10 13:42:14 -06:00
parent 0c003afbaa
commit a276a37302
16 changed files with 171 additions and 45 deletions

View file

@ -670,7 +670,7 @@ void fn_1_95B8(omObjData* arg0) {
var_r30->unk8.y += -0.08166667f * temp_f31 * temp_f31 * 0.75f;
if (var_r30->unk8.y < temp_r29->unk8) {
var_r30->unk8.y = temp_r29->unk8;
CharModelCreateCoinParticle(1, &var_r30->unk8);
CharModelCoinEffectCreate(1, &var_r30->unk8);
BoardModelVisibilitySet(var_r30->unk_02, 0);
HuAudFXPlay(7);
BoardPlayerCoinsAdd(temp_r29->unk4, 1);