mirror of
https://github.com/pmret/papermario.git
synced 2024-11-17 16:32:40 +01:00
tidying
This commit is contained in:
parent
eed8dc90bf
commit
e92eac5868
12
.clang-tidy
12
.clang-tidy
@ -1,12 +1,12 @@
|
||||
Checks: '-*,clang-analyzer-core.*,clang-analyzer-deadcode.*,readability-*,-readability-magic-numbers,-readability-else-after-return,-readability-named-parameter,-readability-braces-around-statements,-readability-isolate-declaration,-readability-uppercase-literal-suffix,-readability-function-size,-readability-non-const-parameter,readability-identifier-naming'
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.LocalVariableCase
|
||||
value: camelBack
|
||||
- key: readability-identifier-naming.ParameterCase
|
||||
value: camelBack
|
||||
#- key: readability-identifier-naming.LocalVariableCase
|
||||
# value: camelBack
|
||||
#- key: readability-identifier-naming.ParameterCase
|
||||
# value: camelBack
|
||||
|
||||
- key: readability-identifier-naming.TypedefCase
|
||||
value: CamelCase
|
||||
#- key: readability-identifier-naming.TypedefCase
|
||||
# value: CamelCase
|
||||
|
||||
# TODO: rename all unk_XXX members
|
||||
#- key: readability-identifier-naming.MemberCase
|
||||
|
@ -295,7 +295,14 @@ void func_80054CE0(s32, s32);
|
||||
void func_8005610C(void);
|
||||
s16 func_80056D50(void);
|
||||
void func_80056D78(u8, u16);
|
||||
void func_80056DCC(u8, u8);
|
||||
void func_80056EE8(u8);
|
||||
void func_800576EC(u8, s32, s32);
|
||||
void func_80057DC8(u8);
|
||||
void func_80057E08(u8);
|
||||
void func_80057548(u8, u8, u8);
|
||||
void func_80057E5C(u8);
|
||||
void func_80057EB0(void);
|
||||
|
||||
void al_LoadINIT(UnkAl19E0*, s32, ALHeap*);
|
||||
s32 al_CopyFileTableEntry(u16 arg0, s32 arg1, s32* arg2);
|
||||
|
@ -275,7 +275,6 @@ void func_800535C0(void) {
|
||||
func_8004B748(temp_s2);
|
||||
}
|
||||
|
||||
//INCLUDE_ASM(void, "code_2e230_len_2190", func_80053654, UnkAl19E0* arg0);
|
||||
void func_80053654(UnkAl19E0 *arg0) {
|
||||
u32 i;
|
||||
|
||||
@ -322,10 +321,10 @@ void func_80053654(UnkAl19E0 *arg0) {
|
||||
|
||||
for (i = 0; i < ARRAY_COUNT(arg0->unk_1320); i++) {
|
||||
UnkAl48* it = &arg0->unk_1320[i];
|
||||
s8 unk_43 = it->unk_43;
|
||||
u8 unk_43 = it->unk_43;
|
||||
|
||||
if (it->unk_42 != 0) {
|
||||
func_80056EE8((u8)i); // todo add decl
|
||||
func_80056EE8(i); // todo add decl
|
||||
it->unk_42 = 0;
|
||||
it->unk_1C = 0;
|
||||
it->unk_45 = 0;
|
||||
@ -343,7 +342,7 @@ void func_80053654(UnkAl19E0 *arg0) {
|
||||
if (unk_43 & 4) {
|
||||
func_8005736C((u8)i, it->unk_0C, it->unk_08, it->unk_0E, it->unk_0F);
|
||||
} else if (unk_43 & 0x10) {
|
||||
func_80057548((u8)i, it->unk_0E, it->unk_0F);
|
||||
func_80057548(i, it->unk_0E, it->unk_0F);
|
||||
}
|
||||
}
|
||||
it->unk_43 = 0;
|
||||
|
@ -43,13 +43,13 @@ INCLUDE_ASM(void, "code_31650", func_80056D78, u8 arg0, u16 arg1);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056DA4);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056DCC);
|
||||
INCLUDE_ASM(void, "code_31650", func_80056DCC, u8 arg0, u8 arg1);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056E34);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056EC0);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056EE8);
|
||||
INCLUDE_ASM(void, "code_31650", func_80056EE8, u8 arg0);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80056F78);
|
||||
|
||||
@ -61,7 +61,7 @@ INCLUDE_ASM(s32, "code_31650", func_80057344);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_8005736C);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80057548);
|
||||
INCLUDE_ASM(void, "code_31650", func_80057548, u8 arg0, u8 arg1, u8 arg2);
|
||||
|
||||
INCLUDE_ASM(void, "code_31650", func_800576EC, u8 arg0, s32 arg1, s32 arg2);
|
||||
|
||||
@ -85,11 +85,11 @@ INCLUDE_ASM(s32, "code_31650", func_80057C54);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80057D0C);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80057DC8);
|
||||
INCLUDE_ASM(void, "code_31650", func_80057DC8, u8 arg0);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80057E08);
|
||||
INCLUDE_ASM(void, "code_31650", func_80057E08, u8 arg0);
|
||||
|
||||
INCLUDE_ASM(s32, "code_31650", func_80057E5C);
|
||||
INCLUDE_ASM(void, "code_31650", func_80057E5C, u8 arg0);
|
||||
|
||||
INCLUDE_ASM(void, "code_31650", func_80057EB0, void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user