mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
Match parakarry func (#678)
* match parakarry func * run coverage * fix warning Co-authored-by: ThreeMustyFears <>
This commit is contained in:
parent
4555d9fab5
commit
9c5f34a61e
@ -620,6 +620,7 @@ enum SoundIDs {
|
||||
SOUND_749 = 0x00000749,
|
||||
SOUND_759 = 0x00000759,
|
||||
SOUND_2003 = 0x00002003,
|
||||
SOUND_2009 = 0x00002009,
|
||||
SOUND_200D = 0x0000200D,
|
||||
SOUND_BOW_VANISH = 0x0000200E,
|
||||
SOUND_BOW_APPEAR = 0x0000200F,
|
||||
|
@ -518,6 +518,7 @@ void start_rumble(s32, s32);
|
||||
void update_locomotion_state(void);
|
||||
void start_rumble_type(u32);
|
||||
void start_falling(void);
|
||||
void start_bounce_b(void);
|
||||
|
||||
void set_action_state(s32 actionState);
|
||||
s32 get_collider_type_by_id(s32 colliderID);
|
||||
|
@ -7,7 +7,6 @@ s32 entity_interacts_with_current_partner(s32);
|
||||
s32 test_item_entity_position(f32, f32, f32, f32);
|
||||
s32 npc_raycast_up_corner(s32 ignoreFlags, f32* x, f32* y, f32* z, f32* length);
|
||||
s32 npc_raycast_up(s32 ignoreFlags, f32* x, f32* y, f32* z, f32* length);
|
||||
void start_bounce_b(void);
|
||||
void fx_damage_stars(s32, f32, f32, f32, f32, f32, f32, s32);
|
||||
void func_801341B0(Npc* npc);
|
||||
|
||||
|
@ -158,8 +158,416 @@ s32 func_802BD558_319AC8(void) {
|
||||
return raycastResult;
|
||||
}
|
||||
|
||||
s32 func_802BD660_319BD0(void);
|
||||
INCLUDE_ASM(s32, "world/partner/parakarry", func_802BD660_319BD0);
|
||||
ApiStatus func_802BD660_319BD0(Evt* evt, s32 isInitialCall) {
|
||||
PlayerStatus* playerStatus = &gPlayerStatus;
|
||||
PartnerActionStatus* partnerActionStatus = &gPartnerActionStatus;
|
||||
Npc* parakarry = evt->owner2.npc;
|
||||
s32 buttonTemp = BUTTON_A;
|
||||
f32 x, y, z, sp30, sp2C;
|
||||
f32 diffZPlayer, diffXPlayer, diffZParakarry, diffXParakarry;
|
||||
f32 tempX, tempZ;
|
||||
s32 testMove;
|
||||
u32 tempFrameCounterU32, tempFrameCounterTwoU32;
|
||||
s32 tempConditional;
|
||||
s32 diffTemp;
|
||||
f32 tempYaw;
|
||||
f32 halfCollisionHeight;
|
||||
u16 tempFrameCounter, tempFrameCounterTwo;
|
||||
|
||||
if (gCurrentEncounter.unk_08 == 0) {
|
||||
if (isInitialCall) {
|
||||
func_802BD514_319A84(parakarry);
|
||||
if (!(playerStatus->animFlags & PLAYER_STATUS_ANIM_FLAGS_100000)) {
|
||||
if (partnerActionStatus->actionState.b[1] == 0) {
|
||||
if (func_800EA52C(4) == 0) {
|
||||
return ApiStatus_DONE2;
|
||||
}
|
||||
D_802BEBC0_31CBE0 = 0x28;
|
||||
parakarry->flags &= ~NPC_FLAG_4000;
|
||||
parakarry->flags |= NPC_FLAG_NO_PROJECT_SHADOW;
|
||||
} else {
|
||||
partnerActionStatus->actionState.b[1] = 0;
|
||||
set_action_state(ACTION_STATE_RIDE);
|
||||
parakarry->flags &= ~(NPC_FLAG_NO_Y_MOVEMENT | NPC_FLAG_GRAVITY);
|
||||
D_802BEBB0 = 1;
|
||||
gCameras[0].moveFlags |= 1;
|
||||
parakarry->currentAnim.w = 0x40009;
|
||||
partnerActionStatus->actionState.b[3] = 4;
|
||||
partnerActionStatus->actionState.b[0] = 1;
|
||||
parakarry->flags &= ~NPC_FLAG_4000;
|
||||
parakarry->flags |= NPC_FLAG_NO_PROJECT_SHADOW;
|
||||
}
|
||||
} else {
|
||||
return ApiStatus_DONE2;
|
||||
}
|
||||
}
|
||||
|
||||
switch (D_802BEBC0_31CBE0) {
|
||||
case 0x28:
|
||||
if (playerStatus->inputEnabledCounter == 0) {
|
||||
D_802BEBC4 = 3;
|
||||
D_802BEBC0_31CBE0 = 0x29;
|
||||
evt->functionTemp[2] = playerStatus->inputEnabledCounter;
|
||||
} else {
|
||||
goto block_end_return_ApiStatus_DONE2; // TODO remove this goto
|
||||
}
|
||||
case 0x29:
|
||||
if (D_802BEBC4 == 0) {
|
||||
if (evt->functionTemp[2] >= playerStatus->inputEnabledCounter) {
|
||||
if (func_800EA52C(4) != 0) {
|
||||
D_802BEBC0_31CBE0 = 0x1E;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return ApiStatus_DONE2;
|
||||
}
|
||||
D_802BEBC4--;
|
||||
break;
|
||||
}
|
||||
|
||||
switch (D_802BEBC0_31CBE0) {
|
||||
case 0x1E:
|
||||
set_action_state(ACTION_STATE_RIDE);
|
||||
disable_player_input();
|
||||
disable_player_static_collisions();
|
||||
evt->functionTemp[2] = playerStatus->inputEnabledCounter;
|
||||
D_802BEBB4 = 1;
|
||||
D_802BEBB8 = 1;
|
||||
D_802BEBB0 = 1;
|
||||
gCameras[0].moveFlags |= 1;
|
||||
parakarry->flags &= ~(NPC_FLAG_NO_Y_MOVEMENT | NPC_FLAG_GRAVITY);
|
||||
parakarry->flags |= NPC_FLAG_40 | NPC_FLAG_ENABLE_HIT_SCRIPT;
|
||||
partnerActionStatus->actionState.b[3] = 4;
|
||||
partnerActionStatus->actionState.b[0] = 1;
|
||||
D_802BEBBC = func_800EF4E0();
|
||||
enable_npc_blur(parakarry);
|
||||
parakarry->yaw = atan2(parakarry->pos.x, parakarry->pos.z, playerStatus->position.x, playerStatus->position.z);
|
||||
parakarry->duration = 4;
|
||||
D_802BEBC0_31CBE0++;
|
||||
break;
|
||||
case 0x1F:
|
||||
if (playerStatus->actionState == ACTION_STATE_HIT_FIRE || playerStatus->actionState == ACTION_STATE_HIT_LAVA || playerStatus->actionState == ACTION_STATE_KNOCKBACK
|
||||
|| playerStatus->actionState == ACTION_STATE_JUMP || playerStatus->actionState == ACTION_STATE_HOP) {
|
||||
disable_npc_blur(parakarry);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
} else {
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
parakarry->moveToPos.x = playerStatus->position.x;
|
||||
parakarry->moveToPos.y = playerStatus->position.y + 32.0f;
|
||||
parakarry->moveToPos.z = playerStatus->position.z;
|
||||
parakarry->currentAnim.w = 0x40003;
|
||||
add_vec2D_polar(¶karry->moveToPos.x, ¶karry->moveToPos.z, 0.0f, playerStatus->targetYaw);
|
||||
tempYaw = playerStatus->targetYaw;
|
||||
|
||||
tempYaw += (D_802BEBBC == 0) ? 90.0f : -90.0f;
|
||||
|
||||
add_vec2D_polar(¶karry->moveToPos.x, ¶karry->moveToPos.z, 5.0f, clamp_angle(tempYaw));
|
||||
|
||||
parakarry->pos.x += (parakarry->moveToPos.x - parakarry->pos.x) / parakarry->duration;
|
||||
parakarry->pos.y += (parakarry->moveToPos.y - parakarry->pos.y) / parakarry->duration;
|
||||
parakarry->pos.z += (parakarry->moveToPos.z - parakarry->pos.z) / parakarry->duration;
|
||||
parakarry->duration--;
|
||||
if (parakarry->duration != 0) {
|
||||
if (evt->functionTemp[2] < playerStatus->inputEnabledCounter) {
|
||||
disable_npc_blur(parakarry);
|
||||
D_802BEBC0_31CBE0 = 0x16;
|
||||
}
|
||||
} else {
|
||||
disable_npc_blur(parakarry);
|
||||
parakarry->yaw = playerStatus->targetYaw;
|
||||
parakarry->moveSpeed = 0.2f;
|
||||
parakarry->currentAnim.w = 0x4000A;
|
||||
parakarry->planarFlyDist = 0;
|
||||
suggest_player_anim_setUnkFlag(0x8000D);
|
||||
sfx_play_sound_at_npc(SOUND_2009, 0, -4);
|
||||
gCollisionStatus.lastTouchedFloor = -1;
|
||||
gCollisionStatus.currentFloor = -1;
|
||||
parakarry->currentFloor = -1;
|
||||
D_802BEBC4 = 0x14;
|
||||
D_802BEBC0_31CBE0 = 1;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
if (playerStatus->actionState != ACTION_STATE_HIT_FIRE && playerStatus->actionState != ACTION_STATE_HIT_LAVA && playerStatus->actionState != ACTION_STATE_KNOCKBACK) {
|
||||
if (partnerActionStatus->pressedButtons & (BUTTON_A | BUTTON_B | BUTTON_C_DOWN)) {
|
||||
D_802BEBC0_31CBE0 = (partnerActionStatus->pressedButtons & BUTTON_A) ? 0x14 : 0x15;
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
} else {
|
||||
tempFrameCounter = gGameStatusPtr->frameCounter;
|
||||
tempFrameCounterU32 = tempFrameCounter;
|
||||
tempFrameCounterU32 /= 6;
|
||||
if (!((tempFrameCounter - tempFrameCounterU32 * 6) & 0xFFFF)) {
|
||||
sfx_play_sound_at_npc(SOUND_2009, 0, -4);
|
||||
}
|
||||
sp2C = fabsf(sin_rad((20 - D_802BEBC4) * 18 * TAU / 360.0f)) * 1.3;
|
||||
playerStatus->position.y += sp2C;
|
||||
parakarry->pos.y += sp2C;
|
||||
x = parakarry->pos.x;
|
||||
y = parakarry->pos.y + parakarry->collisionHeight * 0.5f;
|
||||
z = parakarry->pos.z;
|
||||
sp2C = parakarry->collisionHeight * 0.5f;
|
||||
halfCollisionHeight = sp2C;
|
||||
|
||||
if (npc_raycast_up(0x10000, &x, &y, &z, &sp2C)) {
|
||||
if (sp2C < halfCollisionHeight) {
|
||||
D_802BEBC4 = 0;
|
||||
}
|
||||
}
|
||||
|
||||
x = playerStatus->position.x;
|
||||
z = playerStatus->position.z;
|
||||
sp2C = playerStatus->colliderHeight * 0.5f;
|
||||
y = playerStatus->position.y + playerStatus->colliderHeight * 0.5f;
|
||||
halfCollisionHeight = playerStatus->spriteFacingAngle - 90.0f + gCameras[gCurrentCameraID].currentYaw;
|
||||
if (player_raycast_up_corners(playerStatus, &x, &y, &z, &sp2C, halfCollisionHeight) >= 0) {
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
break;
|
||||
}
|
||||
|
||||
x = playerStatus->position.x;
|
||||
y = playerStatus->position.y;
|
||||
z = playerStatus->position.z;
|
||||
if (npc_test_move_complex_with_slipping(0x10000, &x, &y, &z, parakarry->moveSpeed, parakarry->yaw, playerStatus->colliderHeight, playerStatus->colliderDiameter) >= 2) {
|
||||
playerStatus->position.x += (x - playerStatus->position.x) * 0.125f;
|
||||
playerStatus->position.z += (z - playerStatus->position.z) * 0.125f;
|
||||
parakarry->pos.x += (x - parakarry->pos.x) * 0.125f;
|
||||
parakarry->pos.z += (z - parakarry->pos.z) * 0.125f;
|
||||
}
|
||||
|
||||
x = parakarry->pos.x;
|
||||
y = parakarry->pos.y;
|
||||
z = parakarry->pos.z;
|
||||
testMove = npc_test_move_complex_with_slipping(0x10000, &x, &y, &z, parakarry->moveSpeed, parakarry->yaw, parakarry->collisionHeight, parakarry->collisionRadius);
|
||||
if (testMove >= 2) {
|
||||
tempX = x;
|
||||
tempZ = z;
|
||||
diffXParakarry = (x - parakarry->pos.x) * 0.125f;
|
||||
diffZParakarry = (z - parakarry->pos.z) * 0.125f;
|
||||
|
||||
x = parakarry->pos.x + diffXParakarry;
|
||||
z = parakarry->pos.z + diffZParakarry;
|
||||
x = parakarry->pos.x;
|
||||
y = parakarry->pos.y;
|
||||
diffXPlayer = (tempX - playerStatus->position.x) * 0.125f;
|
||||
diffZPlayer = (tempZ - playerStatus->position.z) * 0.125f;
|
||||
z = parakarry->pos.z;
|
||||
testMove = npc_test_move_complex_with_slipping(0x10000, &x, &y, &z, parakarry->moveSpeed, parakarry->yaw, parakarry->collisionHeight, parakarry->collisionRadius);
|
||||
if (testMove == 0) {
|
||||
playerStatus->position.x += diffXPlayer;
|
||||
playerStatus->position.z += diffZPlayer;
|
||||
parakarry->pos.x += diffXParakarry;
|
||||
parakarry->pos.z += diffZParakarry;
|
||||
}
|
||||
}
|
||||
|
||||
if (testMove == 0 && !(playerStatus->animFlags & PLAYER_STATUS_ANIM_FLAGS_8000)) {
|
||||
add_vec2D_polar(¶karry->pos.x, ¶karry->pos.z, parakarry->moveSpeed, parakarry->yaw);
|
||||
add_vec2D_polar(&playerStatus->position.x, &playerStatus->position.z, parakarry->moveSpeed, parakarry->yaw);
|
||||
parakarry->planarFlyDist += parakarry->moveSpeed;
|
||||
}
|
||||
|
||||
x = playerStatus->position.x;
|
||||
y = playerStatus->position.y + playerStatus->colliderHeight * 0.5f;
|
||||
z = playerStatus->position.z;
|
||||
sp2C = playerStatus->colliderHeight * 0.5f;
|
||||
if (npc_raycast_down_around(0x10000, &x, &y, &z, &sp2C, parakarry->yaw, parakarry->collisionRadius)) {
|
||||
u32 colliderType = (u8) get_collider_type_by_id(D_8010C978);
|
||||
if (colliderType == 2 || colliderType == 3) {
|
||||
playerStatus->unk_BF = 2;
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
playerStatus->flags |= PLAYER_STATUS_FLAGS_800;
|
||||
}
|
||||
|
||||
playerStatus->position.y += (y - playerStatus->position.y) * 0.25f;
|
||||
parakarry->pos.y = playerStatus->position.y + 32.0f;
|
||||
}
|
||||
if (!(parakarry->flags & NPC_FLAG_4000)) {
|
||||
gCameras->targetPos.x = playerStatus->position.x;
|
||||
gCameras->targetPos.y = playerStatus->position.y;
|
||||
gCameras->targetPos.z = playerStatus->position.z;
|
||||
if (D_802BEBC4 != 0) {
|
||||
D_802BEBC4--;
|
||||
} else {
|
||||
parakarry->jumpVelocity = -0.5f;
|
||||
parakarry->jumpScale = -0.01f;
|
||||
parakarry->moveToPos.y = playerStatus->position.y;
|
||||
parakarry->duration = 0;
|
||||
parakarry->currentAnim.w = 0x4000A;
|
||||
parakarry->animationSpeed = 1.8f;
|
||||
gCollisionStatus.currentFloor = -1;
|
||||
D_802BEBC0_31CBE0++;
|
||||
}
|
||||
} else {
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
gCollisionStatus.currentFloor = func_802BD558_319AC8();
|
||||
if (playerStatus->actionState != ACTION_STATE_HIT_FIRE && playerStatus->actionState != ACTION_STATE_HIT_LAVA && playerStatus->actionState != ACTION_STATE_KNOCKBACK) {
|
||||
suggest_player_anim_setUnkFlag(0x8000D);
|
||||
if (!(playerStatus->flags & PLAYER_STATUS_FLAGS_800)) {
|
||||
if (partnerActionStatus->pressedButtons & (BUTTON_A | BUTTON_B | BUTTON_C_DOWN)) {
|
||||
if (partnerActionStatus->pressedButtons & buttonTemp) { // TODO find a way to remove this while still loading 0x15 instead of moving it from register
|
||||
if (!parakarry->pos.x) {
|
||||
|
||||
}
|
||||
}
|
||||
D_802BEBC0_31CBE0 = (partnerActionStatus->pressedButtons & BUTTON_A) ? 0x14 : 0x15;
|
||||
} else {
|
||||
|
||||
tempFrameCounterTwoU32 = gGameStatusPtr->frameCounter;
|
||||
tempFrameCounterTwo = tempFrameCounterTwoU32;
|
||||
tempFrameCounterTwoU32 /= 6;
|
||||
if (!((tempFrameCounterTwo - tempFrameCounterTwoU32 * 6) & 0xFFFF)) {
|
||||
sfx_play_sound_at_npc(SOUND_2009, 0, -4);
|
||||
}
|
||||
|
||||
parakarry->jumpVelocity -= parakarry->jumpScale;
|
||||
if (parakarry->jumpVelocity > 0.0) {
|
||||
parakarry->jumpVelocity = 0.0f;
|
||||
}
|
||||
|
||||
parakarry->pos.y += parakarry->jumpVelocity;
|
||||
playerStatus->position.y += parakarry->jumpVelocity;
|
||||
if (!(playerStatus->animFlags & PLAYER_STATUS_ANIM_FLAGS_8000)) {
|
||||
parakarry->moveSpeed += 0.1;
|
||||
if (parakarry->moveSpeed > 2.0) {
|
||||
parakarry->moveSpeed = 2.0f;
|
||||
}
|
||||
|
||||
add_vec2D_polar(¶karry->pos.x, ¶karry->pos.z, parakarry->moveSpeed, parakarry->yaw);
|
||||
add_vec2D_polar(&playerStatus->position.x, &playerStatus->position.z, parakarry->moveSpeed, parakarry->yaw);
|
||||
parakarry->planarFlyDist += parakarry->moveSpeed;
|
||||
parakarry->animationSpeed -= 0.05;
|
||||
if (parakarry->animationSpeed < 1.5) {
|
||||
parakarry->animationSpeed = 1.5f;
|
||||
}
|
||||
if (parakarry->planarFlyDist > 80.0f) {
|
||||
parakarry->animationSpeed += 0.5;
|
||||
}
|
||||
if (!(playerStatus->animFlags & PLAYER_STATUS_ANIM_FLAGS_8000)) {
|
||||
x = playerStatus->position.x;
|
||||
y = playerStatus->position.y;
|
||||
z = playerStatus->position.z;
|
||||
if (npc_test_move_complex_with_slipping(0x10000, &x, &y, &z, parakarry->moveSpeed, parakarry->yaw, playerStatus->colliderHeight, playerStatus->colliderDiameter)) {
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
} else {
|
||||
x = parakarry->pos.x;
|
||||
y = parakarry->pos.y;
|
||||
z = parakarry->pos.z;
|
||||
if (!npc_test_move_complex_with_slipping(0x10000, &x, &y, &z, parakarry->moveSpeed, parakarry->yaw, parakarry->collisionHeight, parakarry->collisionRadius)) {
|
||||
tempConditional = FALSE;
|
||||
x = parakarry->pos.x;
|
||||
y = parakarry->pos.y + parakarry->collisionHeight * 0.5f;
|
||||
z = parakarry->pos.z;
|
||||
sp2C = parakarry->collisionHeight * 0.5f;
|
||||
|
||||
halfCollisionHeight = sp2C;
|
||||
if (npc_raycast_up(0x10000, &x, &y, &z, &sp2C) && (sp2C < halfCollisionHeight)) {
|
||||
parakarry->pos.y = y - parakarry->collisionHeight;
|
||||
playerStatus->position.y = parakarry->pos.y - 32.0f;
|
||||
tempConditional = TRUE;
|
||||
}
|
||||
x = playerStatus->position.x;
|
||||
y = playerStatus->position.y + (playerStatus->colliderHeight * 0.5f);
|
||||
z = playerStatus->position.z;
|
||||
sp2C = playerStatus->colliderHeight * 0.5f;
|
||||
|
||||
if (!npc_raycast_down_around(0x10000, &x, &y, &z, &sp2C, parakarry->yaw, parakarry->collisionRadius)
|
||||
|| (playerStatus->position.y += (y - playerStatus->position.y) * 0.25f,
|
||||
parakarry->pos.y = playerStatus->position.y + 32.0f,
|
||||
y = parakarry->pos.y,
|
||||
parakarry->pos.y = playerStatus->position.y,
|
||||
func_8003D660(parakarry, 0),
|
||||
parakarry->pos.y = y, (!tempConditional))) {
|
||||
if (!phys_adjust_cam_on_landing()) {
|
||||
gCameras[0].moveFlags &= ~0x2;
|
||||
}
|
||||
gCameras->targetPos.x = playerStatus->position.x;
|
||||
gCameras->targetPos.y = playerStatus->position.y;
|
||||
gCameras->targetPos.z = playerStatus->position.z;
|
||||
if (!(parakarry->flags & NPC_FLAG_4000)) {
|
||||
parakarry->duration++;
|
||||
if (!(parakarry->planarFlyDist < 100.0f)) {
|
||||
D_802BEBC4 = 5;
|
||||
D_802BEBC0_31CBE0 = 6;
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
break;
|
||||
}
|
||||
}
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
suggest_player_anim_clearUnkFlag(0x10002);
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
} else {
|
||||
D_802BEBC0_31CBE0 = 0x14;
|
||||
}
|
||||
} else {
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
if (D_802BEBC4 != 0) {
|
||||
D_802BEBC4--;
|
||||
} else {
|
||||
D_802BEBC0_31CBE0 = 0x15;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (D_802BEBC0_31CBE0 == 0x16 || D_802BEBC0_31CBE0 == 0x15 || D_802BEBC0_31CBE0 == 0x14) {
|
||||
parakarry->currentAnim.w = 0x40001;
|
||||
D_802BEBB0 = 0;
|
||||
parakarry->jumpVelocity = 0.0f;
|
||||
parakarry->flags &= ~ACTOR_FLAG_HP_OFFSET_BELOW;
|
||||
parakarry->animationSpeed = 1.0f;
|
||||
partner_clear_player_tracking(parakarry);
|
||||
partnerActionStatus->actionState.b[3] = 0;
|
||||
partnerActionStatus->actionState.b[0] = 0;
|
||||
enable_partner_ai();
|
||||
sfx_stop_sound(SOUND_2009);
|
||||
if (D_802BEBB4 != 0) {
|
||||
enable_player_input();
|
||||
}
|
||||
if (D_802BEBB8 != 0) {
|
||||
enable_player_static_collisions();
|
||||
}
|
||||
if (!(playerStatus->flags & PLAYER_STATUS_FLAGS_800)) {
|
||||
if (D_802BEBC0_31CBE0 == 0x14) {
|
||||
start_bounce_b();
|
||||
} else if (D_802BEBC0_31CBE0 == 0x15) {
|
||||
start_falling();
|
||||
gravity_use_fall_parms();
|
||||
playerStatus->flags |= PLAYER_STATUS_FLAGS_800000;
|
||||
} else {
|
||||
set_action_state(ACTION_STATE_IDLE);
|
||||
}
|
||||
} else {
|
||||
set_action_state(ACTION_STATE_HIT_LAVA);
|
||||
}
|
||||
block_end_return_ApiStatus_DONE2:
|
||||
return ApiStatus_DONE2;
|
||||
}
|
||||
}
|
||||
return ApiStatus_BLOCK;
|
||||
}
|
||||
|
||||
EvtScript world_parakarry_use_ability = {
|
||||
EVT_CALL(func_802BD660_319BD0)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user