mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Minor formatting changes
This commit is contained in:
parent
0bf978348e
commit
9f453e78a3
6 changed files with 5 additions and 6 deletions
|
|
@ -42,4 +42,4 @@ typedef enum PamelasFatherHumanLimb {
|
|||
/* 0x11 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_SHIN,
|
||||
/* 0x12 */ PAMELAS_FATHER_HUMAN_LIMB_RIGHT_FOOT,
|
||||
/* 0x13 */ PAMELAS_FATHER_HUMAN_LIMB_MAX
|
||||
} PamelasFatherHumanLimb;
|
||||
} PamelasFatherHumanLimb;
|
||||
|
|
|
|||
|
|
@ -120,4 +120,4 @@ void EnHg_HandleCutscene(EnHg* this, PlayState* play) {
|
|||
}
|
||||
|
||||
this->csIdList[3] = 99;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -105,4 +105,4 @@ RECOMP_PATCH s32 EnHgo_HandleCsAction(EnHgo* this, PlayState* play) {
|
|||
|
||||
this->cueId = 99;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ RECOMP_PATCH void func_80AADB4C(Actor* thisx, PlayState* play) {
|
|||
} else if (this->unk_18E == 1) {
|
||||
func_80AADF54(play, this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,4 +71,4 @@ RECOMP_PATCH s32 func_80BD9CB8(EnPamera* this, PlayState* play) {
|
|||
}
|
||||
this->cueId = 99;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1373,4 +1373,3 @@ RECOMP_PATCH void func_80A5E6F0(Actor* thisx, PlayState* play) {
|
|||
|
||||
CLOSE_DISPS(play->state.gfxCtx);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue