mirror of
https://github.com/MediEvilDecompilation/medievil-decomp.git
synced 2024-11-30 08:20:56 +00:00
Ant Cave functions (#74)
This commit is contained in:
parent
3414ef3aef
commit
17bc8ffa0a
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "ant_caves.h"
|
||||||
|
|
||||||
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80010138);
|
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80010138);
|
||||||
|
|
||||||
@ -121,7 +122,9 @@ 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_8001494C);
|
||||||
|
|
||||||
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80014C80);
|
void func_80014C80(void) {
|
||||||
|
D_8001CB68->unkA = (u16)(D_8001CB68->unkA | 0x100);
|
||||||
|
}
|
||||||
|
|
||||||
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80014CA0);
|
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80014CA0);
|
||||||
|
|
||||||
@ -193,9 +196,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_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);
|
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017CA8);
|
||||||
|
|
||||||
@ -205,7 +212,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_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);
|
INCLUDE_ASM("asm/ovl/ac/nonmatchings/138", func_80017F1C);
|
||||||
|
|
||||||
|
5
src/ovl/ac/ant_caves.h
Normal file
5
src/ovl/ac/ant_caves.h
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
typedef struct UnkStruct {
|
||||||
|
/* 0x00 */ char pad_0[0x0A];
|
||||||
|
/* 0x0A */ u16 unkA;
|
||||||
|
} UnkStruct;
|
||||||
|
extern UnkStruct* D_8001CB68;
|
Loading…
Reference in New Issue
Block a user