diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-17 08:22:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-17 08:22:16 -0400 |
commit | 1c7120ac14f155f47dca5c4ff6059121382a562c (patch) | |
tree | 4dbcecb8fb126cd161f1bad061d33aa48ff55799 /arm9/src/unk_0202F150.c | |
parent | a125d1fb025c9fbf1d6857722a5cf591f430bf48 (diff) |
UnkStruct_0202E29C.unkDAD is a bitfield
Diffstat (limited to 'arm9/src/unk_0202F150.c')
-rw-r--r-- | arm9/src/unk_0202F150.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/unk_0202F150.c b/arm9/src/unk_0202F150.c index ae7d2ed2..1586dae5 100644 --- a/arm9/src/unk_0202F150.c +++ b/arm9/src/unk_0202F150.c @@ -336,9 +336,9 @@ THUMB_FUNC void FUN_0202F910(int param0) FUN_0202F820(param0); } -THUMB_FUNC u32 FUN_0202F918(u32 param0, u32 param1, u32 param2, u32 param3) +THUMB_FUNC BOOL FUN_0202F918(u32 param0, u32 param1, u32 param2, u32 param3) { - u32 ret = 1; + BOOL ret = TRUE; if (FUN_02033534() < 0x13) { ret = FUN_0202E5F8(param0, param1, param3); |