Minor formatting changes

This commit is contained in:
Reonu 2025-08-03 20:59:37 +01:00
parent 0bf978348e
commit 9f453e78a3
6 changed files with 5 additions and 6 deletions

View file

@ -42,4 +42,4 @@ typedef enum PamelasFatherHumanLimb {
/* 0x11 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_SHIN, /* 0x11 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_SHIN,
/* 0x12 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_FOOT, /* 0x12 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_FOOT,
/* 0x13 */ PAMELAS_FATHER_HUMAN_LIMB_MAX /* 0x13 */ PAMELAS_FATHER_HUMAN_LIMB_MAX
} PamelasFatherHumanLimb; } PamelasFatherHumanLimb;

View file

@ -120,4 +120,4 @@ void EnHg_HandleCutscene(EnHg* this, PlayState* play) {
} }
this->csIdList[3] = 99; this->csIdList[3] = 99;
} }

View file

@ -105,4 +105,4 @@ RECOMP_PATCH s32 EnHgo_HandleCsAction(EnHgo* this, PlayState* play) {
this->cueId = 99; this->cueId = 99;
return false; return false;
} }

View file

@ -23,4 +23,4 @@ RECOMP_PATCH void func_80AADB4C(Actor* thisx, PlayState* play) {
} else if (this->unk_18E == 1) { } else if (this->unk_18E == 1) {
func_80AADF54(play, this); func_80AADF54(play, this);
} }
} }

View file

@ -71,4 +71,4 @@ RECOMP_PATCH s32 func_80BD9CB8(EnPamera* this, PlayState* play) {
} }
this->cueId = 99; this->cueId = 99;
return false; return false;
} }

View file

@ -1373,4 +1373,3 @@ RECOMP_PATCH void func_80A5E6F0(Actor* thisx, PlayState* play) {
CLOSE_DISPS(play->state.gfxCtx); CLOSE_DISPS(play->state.gfxCtx);
} }