core2/code_83D70.c done

This commit is contained in:
Banjo Kazooie
2022-08-15 16:45:08 -05:00
parent 46ed2ced3c
commit 91a7ea3cad
66 changed files with 575 additions and 338 deletions

View File

@@ -41,7 +41,7 @@ void func_802B61E0(void){
void func_802B6218(void){}
void func_802B6220(void){
if(bs_getInterruptType() == 8){
if(bs_getInterruptType() == BS_INTR_8){
D_8037D570 = 1;
func_8029A86C(2);
}

View File

@@ -2,6 +2,8 @@
#include "functions.h"
#include "variables.h"
#include "bsint.h"
/* .bss */
f32 climbPoleBottom[3];
f32 climbPoleTop[3];
@@ -55,7 +57,7 @@ climbSet(f32 bottom[3], f32 top[3], f32 radius, u32 arg3){
void func_80298344(void){ //climbUpdateRegrab
D_8037C58C = max_f(D_8037C58C - time_getDelta(), 0.0f);
if(D_8037C590 && ability_hasLearned(ABILITY_5_CLIMB)){
bs_checkInterrupt(0xC);
bs_checkInterrupt(BS_INTR_C);
}
D_8037C590 = 0;
}