mirror of
https://github.com/zeldaret/tmc
synced 2026-08-06 18:03:17 -04:00
formatting
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
void Armos_SetFlagFromTransition(u32 armosId);
|
||||
|
||||
#endif //ARMOS_H
|
||||
#endif // ARMOS_H
|
||||
|
||||
+4
-1
@@ -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
@@ -5,4 +5,4 @@
|
||||
|
||||
extern const u8 gGlobalGfxAndPalettes[];
|
||||
|
||||
#endif //GFX_H
|
||||
#endif // GFX_H
|
||||
|
||||
@@ -17,4 +17,4 @@ typedef struct {
|
||||
|
||||
static_assert(sizeof(ItemDefinition) == 0xc);
|
||||
|
||||
#endif //ITEMDEFINITIONS_H
|
||||
#endif // ITEMDEFINITIONS_H
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
extern void sub_0806D0B0(struct Entity_*);
|
||||
|
||||
#endif //BIGGORON_H
|
||||
#endif // BIGGORON_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();
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
extern void sub_08095C48(struct Entity_*);
|
||||
|
||||
#endif //CUTSCENEMISCOBJECT_H
|
||||
#endif // CUTSCENEMISCOBJECT_H
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
extern bool32 sub_08083734(struct Entity_*, u32);
|
||||
|
||||
#endif //LOCKEDDOOR_H
|
||||
#endif // LOCKEDDOOR_H
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
extern u32 sub_0808288C(struct Entity_*, u32, u32, u32);
|
||||
|
||||
#endif //POT_H
|
||||
#endif // POT_H
|
||||
|
||||
+1
-1
@@ -78,4 +78,4 @@ typedef struct {
|
||||
} OAMControls;
|
||||
extern OAMControls gOAMControls;
|
||||
|
||||
#endif //VRAM_H
|
||||
#endif // VRAM_H
|
||||
|
||||
Reference in New Issue
Block a user