Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpPrincess committed Jun 29, 2024
1 parent 3414ef3 commit e3cd6f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Allison Mackenzie
Copyright (c) 2023-2024 Allison Mackenzie

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 18 additions & 4 deletions src/ovl/ac/138.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,15 @@ INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_800147E0);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_8001494C);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80014C80);
typedef struct UnkStruct {
/* 0x00 */ char pad_0[0x0A];
/* 0x0A */ u16 unkA;
} UnkStruct;
extern UnkStruct* D_8001CB68;

void func_80014C80(void) {
D_8001CB68->unkA = (u16) (D_8001CB68->unkA | 0x100);
}

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80014CA0);

Expand Down Expand Up @@ -193,9 +201,13 @@ INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_800178B0);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017AA4);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017C68);
void func_80017C68(void) {
func_80017064();
}

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017C88);
void func_80017C88(void) {
func_80017064();
}

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017CA8);

Expand All @@ -205,7 +217,9 @@ INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017E1C);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017E94);

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017F14);
bool func_80017F14(void) {
return false;
};

INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017F1C);

Expand Down

0 comments on commit e3cd6f9

Please sign in to comment.