diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-30 22:48:48 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-12-30 22:48:48 +0100 |
| commit | 8b69eadaef0e0d9f1a4071d1cfad00e93183590b (patch) | |
| tree | 8df9fe68628826c949bf4ec0de9f74db40a9914d /src | |
| parent | 917ca10ba5f397e3e897afd3a3f9b8324de5bdb4 (diff) | |
Fix format
Diffstat (limited to 'src')
| -rw-r--r-- | src/item/itemPegasusBoots.c | 2 | ||||
| -rw-r--r-- | src/manager/holeManager.c | 4 | ||||
| -rw-r--r-- | src/manager/templeOfDropletsManager.c | 4 | ||||
| -rw-r--r-- | src/npc/malon.c | 4 | ||||
| -rw-r--r-- | src/npc/zelda.c | 2 |
5 files changed, 7 insertions, 9 deletions
diff --git a/src/item/itemPegasusBoots.c b/src/item/itemPegasusBoots.c index 0b4af5ea..a79c4788 100644 --- a/src/item/itemPegasusBoots.c +++ b/src/item/itemPegasusBoots.c @@ -15,7 +15,7 @@ extern u16 gUnk_0800275C[]; extern u8 gUnk_0811BE38[]; void ItemPegasusBoots(ItemBehavior* this, u32 index) { - static void (*const ItemPegasusBoots_StateFunctions[])(ItemBehavior* beh, u32) = { + static void (*const ItemPegasusBoots_StateFunctions[])(ItemBehavior * beh, u32) = { sub_080768F8, sub_08076964, sub_08076A88, diff --git a/src/manager/holeManager.c b/src/manager/holeManager.c index a4d0d2d8..ea7ce0ad 100644 --- a/src/manager/holeManager.c +++ b/src/manager/holeManager.c @@ -37,14 +37,14 @@ typedef struct struct_08108764 { u16 unk_06; u16 unk_08; u16 unk_0a; - }* unk_0c; + } * unk_0c; struct { u8 unk_00; u8 unk_01; u8 unk_02[2]; u16 unk_04; u16 unk_06; - }* unk_10; + } * unk_10; } struct_08108764; extern struct_08108764 gUnk_08108764[]; diff --git a/src/manager/templeOfDropletsManager.c b/src/manager/templeOfDropletsManager.c index 14fc1d75..bdec6a4a 100644 --- a/src/manager/templeOfDropletsManager.c +++ b/src/manager/templeOfDropletsManager.c @@ -488,9 +488,7 @@ void sub_0805A9CC(TempleOfDropletsManager* this) { gScreen.bg3.updated = 1; } -extern struct { - u8 unk_00[0x20]; -} gUnk_085A97A0[]; +extern struct { u8 unk_00[0x20]; } gUnk_085A97A0[]; void sub_0805AA58(TempleOfDropletsManager* this) { if (--super->timer == 0) { diff --git a/src/npc/malon.c b/src/npc/malon.c index 9584078f..add79ace 100644 --- a/src/npc/malon.c +++ b/src/npc/malon.c @@ -20,11 +20,11 @@ void sub_080658BC(MalonEntity* this); void sub_08065900(MalonEntity* this); void Malon(MalonEntity* this) { - static void (*const actionFuncs[])(Entity* this) = { + static void (*const actionFuncs[])(Entity * this) = { sub_08065864, sub_08065880, }; - static void (*const scriptedActionFuncs[])(MalonEntity* this) = { + static void (*const scriptedActionFuncs[])(MalonEntity * this) = { sub_08065888, sub_080658BC, sub_08065900, diff --git a/src/npc/zelda.c b/src/npc/zelda.c index d8e77ffd..eee18150 100644 --- a/src/npc/zelda.c +++ b/src/npc/zelda.c @@ -19,7 +19,7 @@ void sub_08066CCC(Entity*); void sub_08066CF8(Entity*); void Zelda(Entity* this) { - static void (*const gUnk_08110BD8[])(Entity* ent) = { + static void (*const gUnk_08110BD8[])(Entity * ent) = { sub_08066CCC, sub_08066CF8, }; |
