diff --git a/patches/dummy_headers/objects/object_harfgibud/object_harfgibud.h b/patches/dummy_headers/objects/object_harfgibud/object_harfgibud.h index 9794e3c..97e77d1 100644 --- a/patches/dummy_headers/objects/object_harfgibud/object_harfgibud.h +++ b/patches/dummy_headers/objects/object_harfgibud/object_harfgibud.h @@ -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; \ No newline at end of file +} PamelasFatherHumanLimb; diff --git a/patches/gibdo_mask_cutscene_father_gibdo.c b/patches/gibdo_mask_cutscene_father_gibdo.c index 91d716b..cab305b 100644 --- a/patches/gibdo_mask_cutscene_father_gibdo.c +++ b/patches/gibdo_mask_cutscene_father_gibdo.c @@ -120,4 +120,4 @@ void EnHg_HandleCutscene(EnHg* this, PlayState* play) { } this->csIdList[3] = 99; -} \ No newline at end of file +} diff --git a/patches/gibdo_mask_cutscene_father_human.c b/patches/gibdo_mask_cutscene_father_human.c index 9530893..445d12b 100644 --- a/patches/gibdo_mask_cutscene_father_human.c +++ b/patches/gibdo_mask_cutscene_father_human.c @@ -105,4 +105,4 @@ RECOMP_PATCH s32 EnHgo_HandleCsAction(EnHgo* this, PlayState* play) { this->cueId = 99; return false; -} \ No newline at end of file +} diff --git a/patches/gibdo_mask_cutscene_mask.c b/patches/gibdo_mask_cutscene_mask.c index 1e86c92..7923f87 100644 --- a/patches/gibdo_mask_cutscene_mask.c +++ b/patches/gibdo_mask_cutscene_mask.c @@ -23,4 +23,4 @@ RECOMP_PATCH void func_80AADB4C(Actor* thisx, PlayState* play) { } else if (this->unk_18E == 1) { func_80AADF54(play, this); } -} \ No newline at end of file +} diff --git a/patches/gibdo_mask_cutscene_pamela.c b/patches/gibdo_mask_cutscene_pamela.c index d607898..1f7f5a8 100644 --- a/patches/gibdo_mask_cutscene_pamela.c +++ b/patches/gibdo_mask_cutscene_pamela.c @@ -71,4 +71,4 @@ RECOMP_PATCH s32 func_80BD9CB8(EnPamera* this, PlayState* play) { } this->cueId = 99; return false; -} \ No newline at end of file +} diff --git a/patches/specific_actor_transform_tagging.c b/patches/specific_actor_transform_tagging.c index 7da02bb..35a72e0 100644 --- a/patches/specific_actor_transform_tagging.c +++ b/patches/specific_actor_transform_tagging.c @@ -1373,4 +1373,3 @@ RECOMP_PATCH void func_80A5E6F0(Actor* thisx, PlayState* play) { CLOSE_DISPS(play->state.gfxCtx); } -