diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 12:47:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 12:47:28 -0400 |
commit | 92bf25bd0dbd52fcab1c0c504b7d5dafccad9a3e (patch) | |
tree | 9352a7a5d9230db36beb8b47b85e6a13b776c704 /src | |
parent | a4f1de801550d35314b5ce51d54f30e4bdb8e767 (diff) |
Make this function static in unk_815C980
Diffstat (limited to 'src')
-rw-r--r-- | src/unk_815C980.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unk_815C980.c b/src/unk_815C980.c index 9d0dd3341..b90d2fb03 100644 --- a/src/unk_815C980.c +++ b/src/unk_815C980.c @@ -41,6 +41,7 @@ static void sub_815CFEC(struct UnkStruct2 *arg0, s32 arg1, bool32 arg2); static bool32 SharesTileWithAnyActive(u32 id); static bool32 SharesPalWithAnyActive(u32 id); static void sub_8035648(void); +static u8 sub_815D324(u32 shape, u32 size); // ewram static EWRAM_DATA struct UnkStruct1 *gUnknown_203F454 = {0}; @@ -430,7 +431,7 @@ static bool32 SharesPalWithAnyActive(u32 id) return FALSE; } -u8 sub_815D324(u32 shape, u32 size) +static u8 sub_815D324(u32 shape, u32 size) { return gUnknown_8479658[shape][size]; } |