formatting

This commit is contained in:
Henny022p
2025-03-09 19:12:36 +00:00
parent b5734d09a4
commit 5b2cafdc89
19 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -5,4 +5,4 @@
void Armos_SetFlagFromTransition(u32 armosId);
#endif //ARMOS_H
#endif // ARMOS_H
+4 -1
View File
@@ -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
+1 -1
View File
@@ -5,4 +5,4 @@
extern const u8 gGlobalGfxAndPalettes[];
#endif //GFX_H
#endif // GFX_H
+1 -1
View File
@@ -17,4 +17,4 @@ typedef struct {
static_assert(sizeof(ItemDefinition) == 0xc);
#endif //ITEMDEFINITIONS_H
#endif // ITEMDEFINITIONS_H
+1 -1
View File
@@ -5,4 +5,4 @@
extern void sub_0806D0B0(struct Entity_*);
#endif //BIGGORON_H
#endif // BIGGORON_H
-2
View File
@@ -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();
+1 -1
View File
@@ -5,4 +5,4 @@
extern void sub_08095C48(struct Entity_*);
#endif //CUTSCENEMISCOBJECT_H
#endif // CUTSCENEMISCOBJECT_H
+1 -1
View File
@@ -5,4 +5,4 @@
extern bool32 sub_08083734(struct Entity_*, u32);
#endif //LOCKEDDOOR_H
#endif // LOCKEDDOOR_H
+1 -1
View File
@@ -5,4 +5,4 @@
extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
#endif //POT_H
#endif // POT_H
+1 -1
View File
@@ -78,4 +78,4 @@ typedef struct {
} OAMControls;
extern OAMControls gOAMControls;
#endif //VRAM_H
#endif // VRAM_H