87%, core2/code_A5BC0.c progress

This commit is contained in:
Banjo Kazooie
2022-09-19 16:20:37 -05:00
parent 3f2b394cdc
commit f60c4b5fc9
5 changed files with 118 additions and 48 deletions

View File

@@ -24,6 +24,7 @@ extern f32 fabsf(f32);
typedef void (* GenMethod_0)(void);
typedef void (* GenMethod_1)(s32);
typedef void (* GenMethod_2)(s32, s32);
typedef void (* GenMethod_4)(s32, s32, s32, s32);
typedef void (* GenMethod_5)(s32, s32, s32, s32, s32);
#define NOT(boolean) ((boolean) ^ 1)