mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-07 08:24:55 +00:00
Match sys_math.c and one in z_scene_table.c (#90)
* Match func_800CA63C * Remove func_800CA63C.s * Match func_8009BEEC? * Remove func_8009BEEC.s
This commit is contained in:
parent
b8a0751518
commit
06b731c494
4 changed files with 1 additions and 188 deletions
|
@ -1495,8 +1495,6 @@ void func_8009BC44(GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
// Screen Shake for Ganon's Tower Collapse
|
||||
#ifdef NON_MATCHING
|
||||
// regalloc differences
|
||||
void func_8009BEEC(GlobalContext* globalCtx) {
|
||||
s32 var;
|
||||
|
||||
|
@ -1514,10 +1512,6 @@ void func_8009BEEC(GlobalContext* globalCtx) {
|
|||
Quake_SetCountdown(var, 48.0f - (Math_Rand_ZeroOne() * 15.0f));
|
||||
}
|
||||
}
|
||||
#else
|
||||
void func_8009BEEC(GlobalContext* globalCtx);
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/code/z_scene_table/func_8009BEEC.s")
|
||||
#endif
|
||||
|
||||
// Scene Draw Config 38
|
||||
void func_8009C0AC(GlobalContext* globalCtx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue