diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-01 13:04:52 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-01 13:04:52 +0200 |
commit | f447c9f02c12d2434f48ccf82cedfab0ea16b5ce (patch) | |
tree | 3e536ea6112038b2bf25e91eeff646b6b75a0fe6 /arm9/src | |
parent | 56e5d2eac8ed953e9f52b5ae760fcfa72cc6a91e (diff) |
formatting
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/unk_02031734.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/arm9/src/unk_02031734.c b/arm9/src/unk_02031734.c index 21dfad41..8c4c644c 100644 --- a/arm9/src/unk_02031734.c +++ b/arm9/src/unk_02031734.c @@ -2,9 +2,13 @@ const struct UnkStruct_02031734_const2 UNK_020EEC48 = { { (u32)FUN_02032B84, 0 } }; -const struct UnkStruct_02031734_const1 UNK_020EEC50 = { { (u32)FUN_0203213C, (u32)FUN_02032138, 0 } }; +const struct UnkStruct_02031734_const1 UNK_020EEC50 = { + { (u32)FUN_0203213C, (u32)FUN_02032138, 0 } +}; -const struct UnkStruct_02031734_const1 UNK_020EEC5C = { { (u32)FUN_02032234, (u32)FUN_0203234C, 0 } }; +const struct UnkStruct_02031734_const1 UNK_020EEC5C = { + { (u32)FUN_02032234, (u32)FUN_0203234C, 0 } +}; char UNK_02105D5C[] = "FREAK"; @@ -2061,7 +2065,8 @@ THUMB_FUNC void FUN_02033288(struct SaveBlock2 *sav2) if (UNK_021C5A00 == NULL) { FUN_02016828(3, 0xf, 0x100); - UNK_021C5A00 = (struct UnkStruct_02031734 *)AllocFromHeap(0xf, sizeof(struct UnkStruct_02031734)); + UNK_021C5A00 = + (struct UnkStruct_02031734 *)AllocFromHeap(0xf, sizeof(struct UnkStruct_02031734)); MI_CpuFill8(UNK_021C5A00, 0, sizeof(struct UnkStruct_02031734)); UNK_021C5A00->unk3F = 0x18; @@ -2089,7 +2094,8 @@ THUMB_FUNC void FUN_02033310(struct SaveBlock2 *sav2) if (UNK_021C5A00 == NULL) { FUN_02016828(3, 0xf, 0x100); - UNK_021C5A00 = (struct UnkStruct_02031734 *)AllocFromHeap(0xf, sizeof(struct UnkStruct_02031734)); + UNK_021C5A00 = + (struct UnkStruct_02031734 *)AllocFromHeap(0xf, sizeof(struct UnkStruct_02031734)); MI_CpuFill8(UNK_021C5A00, 0, sizeof(struct UnkStruct_02031734)); UNK_021C5A00->unk3F = 0x19; UNK_021C5A00->unk46 = 1; |