31 lines
670 B
C
31 lines
670 B
C
#include <ultra64.h>
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
|
|
extern void func_80288F78(Actor*, f32, s32);
|
|
|
|
/* .code */
|
|
void SM_func_803863F0(Actor *this, s32 arg1) {
|
|
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);
|
|
}
|
|
|
|
/* .data */
|
|
Struct63s D_8038AAC0[] = {
|
|
{0x20A, SM_func_803863F0},
|
|
0
|
|
};
|
|
|
|
Struct63s D_8038AAD0[] = {
|
|
{0x208, SM_func_80386420},
|
|
0
|
|
};
|