Docuement core2/anseq.c

This commit is contained in:
banjo.decomp
2024-10-20 19:13:29 -05:00
parent 819ba6b9ce
commit a6af6eb323
11 changed files with 789 additions and 790 deletions

View File

@@ -2,20 +2,20 @@
#include "functions.h"
#include "variables.h"
extern void func_80288F78(Actor*, f32, s32);
extern void anSeq_func_80288F78(Actor*, f32, s32);
/* .code */
void SM_func_803863F0(Actor *this, s32 arg1) {
func_80288F78(this, 0.20f, 0xF280FA);
anSeq_func_80288F78(this, 0.20f, 0xF280FA);
}
void SM_func_80386420(Actor *arg0, s32 arg1) {
func_80288F78(arg0, 0.20f, 0x3ED803E);
func_80288F78(arg0, 0.35f, 0x3ED8C3E);
func_80288F78(arg0, 0.71f, 0x21F336);
func_80288F78(arg0, 0.79f, 0x21F336);
func_80288F78(arg0, 0.80f, 0x3ED8C3E);
func_80288F78(arg0, 0.87f, 0x21F336);
anSeq_func_80288F78(arg0, 0.20f, 0x3ED803E);
anSeq_func_80288F78(arg0, 0.35f, 0x3ED8C3E);
anSeq_func_80288F78(arg0, 0.71f, 0x21F336);
anSeq_func_80288F78(arg0, 0.79f, 0x21F336);
anSeq_func_80288F78(arg0, 0.80f, 0x3ED8C3E);
anSeq_func_80288F78(arg0, 0.87f, 0x21F336);
}
/* .data */