Created inital yaml for decompressed rom, edited makefile to build it and fixed all undefined symbol/multiple definition errors
This commit is contained in:
@@ -9,7 +9,7 @@ typedef struct {
|
||||
void chjinjonatorbase_update(Actor *);
|
||||
|
||||
/* .data */
|
||||
ActorInfo D_80391A40 = {
|
||||
ActorInfo fight_D_80391A40 = {
|
||||
MARKER_27F_JINJONATOR_STATUE_BASE, ACTOR_3A9_JINJONATOR_STATUE_BASE, ASSET_544_MODEL_JINJONATOR_STATUE_BASE,
|
||||
0x1, NULL,
|
||||
chjinjonatorbase_update, func_80326224, func_80325888,
|
||||
@@ -18,7 +18,7 @@ ActorInfo D_80391A40 = {
|
||||
|
||||
s32 D_80391A64[3] = {0xC8, 0xC8, 0xA0};
|
||||
|
||||
struct31s D_80391A70 = {
|
||||
struct31s fight_D_80391A70 = {
|
||||
{1.0f, 1.0f},
|
||||
{1.7f, 2.7f},
|
||||
{0.0f, 0.05f},
|
||||
@@ -53,7 +53,7 @@ void func_8038E03C(f32 arg0[3], u32 arg1) {
|
||||
particleEmitter_setStartingFrameRange(temp_v0, 0, 7);
|
||||
particleEmitter_setPosition(temp_v0, arg0);
|
||||
particleEmitter_setPositionAndVelocityRanges(temp_v0, &D_80391A98);
|
||||
func_802EFB98(temp_v0, &D_80391A70);
|
||||
func_802EFB98(temp_v0, &fight_D_80391A70);
|
||||
particleEmitter_emitN(temp_v0, arg1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user