clang format

This commit is contained in:
Tal Hayon 2021-12-27 10:25:32 +02:00
parent 4241057135
commit 930979a5ca
2 changed files with 7 additions and 10 deletions

View File

@ -116,8 +116,7 @@ NONMATCH("asm/non_matching/demoScreen/sub_080A2FD0.inc", void sub_080A2FD0(void)
gChooseFileState.unk_0x20 = 4;
SoundReq(SFX_TEXTBOX_CHOICE);
}
}
else if ((keys) > 0x10) {
} else if ((keys) > 0x10) {
if ((keys) != 0x40) {
if ((keys) <= (s16)0x40) {
if (keys == DPAD_LEFT) {
@ -129,8 +128,7 @@ NONMATCH("asm/non_matching/demoScreen/sub_080A2FD0.inc", void sub_080A2FD0(void)
}
}
}
}
else if ((keys) == 0x1 || (keys) == 0x8) {
} else if ((keys) == 0x1 || (keys) == 0x8) {
if (gChooseFileState.unk_0x0 == 0) {
gMain.screen = 2;
gMain.funcIndex = gChooseFileState.unk_0x0;
@ -155,8 +153,7 @@ NONMATCH("asm/non_matching/demoScreen/sub_080A2FD0.inc", void sub_080A2FD0(void)
tmp4 += tmp3;
gChooseFileState.unk_0x10 = __modsi3(tmp4 + (0x9c << 1), 0x9c << 1);
unk_0x0 = 1;
}
else {
} else {
unk_0x0 = 0;
}