Make this function static in unk_815C980
This commit is contained in:
@@ -17,8 +17,8 @@ struct UnkStruct3
|
|||||||
|
|
||||||
void sub_815C9F4(void);
|
void sub_815C9F4(void);
|
||||||
void sub_815D108(u32 id);
|
void sub_815D108(u32 id);
|
||||||
void sub_815CD70(u32 id, s32 arg1);
|
void sub_815D1A8(u32 id, bool32 arg1);
|
||||||
u8 sub_815D324(u32 shape, u32 size);
|
|
||||||
bool32 sub_815CA40(u32 id, s32 arg1, const struct UnkStruct3 *arg2);
|
bool32 sub_815CA40(u32 id, s32 arg1, const struct UnkStruct3 *arg2);
|
||||||
|
void sub_815CD70(u32 id, s32 arg1);
|
||||||
|
|
||||||
#endif //GUARD_UNK_815C980_H
|
#endif //GUARD_UNK_815C980_H
|
||||||
|
|||||||
+2
-1
@@ -41,6 +41,7 @@ static void sub_815CFEC(struct UnkStruct2 *arg0, s32 arg1, bool32 arg2);
|
|||||||
static bool32 SharesTileWithAnyActive(u32 id);
|
static bool32 SharesTileWithAnyActive(u32 id);
|
||||||
static bool32 SharesPalWithAnyActive(u32 id);
|
static bool32 SharesPalWithAnyActive(u32 id);
|
||||||
static void sub_8035648(void);
|
static void sub_8035648(void);
|
||||||
|
static u8 sub_815D324(u32 shape, u32 size);
|
||||||
|
|
||||||
// ewram
|
// ewram
|
||||||
static EWRAM_DATA struct UnkStruct1 *gUnknown_203F454 = {0};
|
static EWRAM_DATA struct UnkStruct1 *gUnknown_203F454 = {0};
|
||||||
@@ -430,7 +431,7 @@ static bool32 SharesPalWithAnyActive(u32 id)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
u8 sub_815D324(u32 shape, u32 size)
|
static u8 sub_815D324(u32 shape, u32 size)
|
||||||
{
|
{
|
||||||
return gUnknown_8479658[shape][size];
|
return gUnknown_8479658[shape][size];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user