diff options
| author | Henny022p <info@henny022.de> | 2025-03-09 19:12:36 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 19:12:36 +0000 |
| commit | 5b2cafdc894823d57beee8f3947a391d881d91de (patch) | |
| tree | 008b6f42273e386a95e41f00fcbdc94d8a13656d /include | |
| parent | b5734d09a469ea679b01cdb2f6eb1a267b068d20 (diff) | |
formatting
Diffstat (limited to 'include')
| -rw-r--r-- | include/affine.h | 2 | ||||
| -rw-r--r-- | include/enemy/armos.h | 2 | ||||
| -rw-r--r-- | include/fade.h | 5 | ||||
| -rw-r--r-- | include/gfx.h | 2 | ||||
| -rw-r--r-- | include/itemDefinitions.h | 2 | ||||
| -rw-r--r-- | include/npc/bigGoron.h | 2 | ||||
| -rw-r--r-- | include/object.h | 2 | ||||
| -rw-r--r-- | include/object/cutsceneMiscObject.h | 2 | ||||
| -rw-r--r-- | include/object/lockedDoor.h | 2 | ||||
| -rw-r--r-- | include/object/pot.h | 2 | ||||
| -rw-r--r-- | include/vram.h | 2 |
11 files changed, 13 insertions, 12 deletions
diff --git a/include/affine.h b/include/affine.h index 1ea56c66..ae8d2ddb 100644 --- a/include/affine.h +++ b/include/affine.h @@ -18,4 +18,4 @@ extern void DrawEntities(void); extern void sub_080ADA04(OAMCommand*, void*); extern void DrawDirect(u32 spriteIndex, u32 frameIndex); -#endif //AFFINE_H +#endif // AFFINE_H diff --git a/include/enemy/armos.h b/include/enemy/armos.h index 03f5cceb..277f80ca 100644 --- a/include/enemy/armos.h +++ b/include/enemy/armos.h @@ -5,4 +5,4 @@ void Armos_SetFlagFromTransition(u32 armosId); -#endif //ARMOS_H +#endif // ARMOS_H diff --git a/include/fade.h b/include/fade.h index e623df25..aa7c86e1 100644 --- a/include/fade.h +++ b/include/fade.h @@ -101,6 +101,9 @@ void FadeVBlank(void); void ResetFadeMask(void); extern u32 gUsedPalettes; -#define USE_PALETTE(i) do { gUsedPalettes |= 1 << (i); } while(0) +#define USE_PALETTE(i) \ + do { \ + gUsedPalettes |= 1 << (i); \ + } while (0) #endif // FADE_H diff --git a/include/gfx.h b/include/gfx.h index b0ecd2a4..2620debc 100644 --- a/include/gfx.h +++ b/include/gfx.h @@ -5,4 +5,4 @@ extern const u8 gGlobalGfxAndPalettes[]; -#endif //GFX_H +#endif // GFX_H diff --git a/include/itemDefinitions.h b/include/itemDefinitions.h index f48fa18a..e5816dd5 100644 --- a/include/itemDefinitions.h +++ b/include/itemDefinitions.h @@ -17,4 +17,4 @@ typedef struct { static_assert(sizeof(ItemDefinition) == 0xc); -#endif //ITEMDEFINITIONS_H +#endif // ITEMDEFINITIONS_H diff --git a/include/npc/bigGoron.h b/include/npc/bigGoron.h index b7279733..568c420b 100644 --- a/include/npc/bigGoron.h +++ b/include/npc/bigGoron.h @@ -5,4 +5,4 @@ extern void sub_0806D0B0(struct Entity_*); -#endif //BIGGORON_H +#endif // BIGGORON_H diff --git a/include/object.h b/include/object.h index 34a85ea5..231f7239 100644 --- a/include/object.h +++ b/include/object.h @@ -201,7 +201,6 @@ typedef enum { LINK_ANIMATION, } Object; - Entity* CreateLinkAnimation(Entity* parent, u32 type, u32 type2); void ObjectInit(Entity* this); u32 LoadObjectSprite(Entity* this, s32 type, const ObjectDefinition* definition); @@ -221,7 +220,6 @@ void sub_0808C650(Entity*, u32); u32 sub_0808C67C(void); void sub_0808C688(void); - void ItemOnGround(); void DeathFx(); void ItemForSale(); diff --git a/include/object/cutsceneMiscObject.h b/include/object/cutsceneMiscObject.h index da8ee3e1..49772846 100644 --- a/include/object/cutsceneMiscObject.h +++ b/include/object/cutsceneMiscObject.h @@ -5,4 +5,4 @@ extern void sub_08095C48(struct Entity_*); -#endif //CUTSCENEMISCOBJECT_H +#endif // CUTSCENEMISCOBJECT_H diff --git a/include/object/lockedDoor.h b/include/object/lockedDoor.h index 90a6c7cb..8bbca19c 100644 --- a/include/object/lockedDoor.h +++ b/include/object/lockedDoor.h @@ -5,4 +5,4 @@ extern bool32 sub_08083734(struct Entity_*, u32); -#endif //LOCKEDDOOR_H +#endif // LOCKEDDOOR_H diff --git a/include/object/pot.h b/include/object/pot.h index 4867586a..65429388 100644 --- a/include/object/pot.h +++ b/include/object/pot.h @@ -5,4 +5,4 @@ extern u32 sub_0808288C(struct Entity_*, u32, u32, u32); -#endif //POT_H +#endif // POT_H diff --git a/include/vram.h b/include/vram.h index eae470e5..26fa4412 100644 --- a/include/vram.h +++ b/include/vram.h @@ -78,4 +78,4 @@ typedef struct { } OAMControls; extern OAMControls gOAMControls; -#endif //VRAM_H +#endif // VRAM_H |
