Docuement core2/anseq.c
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user