Skip to content

d_a_e_gi equivalent#2494

Merged
hatal175 merged 2 commits intozeldaret:mainfrom
TakaRikka:egi
Jun 21, 2025
Merged

d_a_e_gi equivalent#2494
hatal175 merged 2 commits intozeldaret:mainfrom
TakaRikka:egi

Conversation

@TakaRikka
Copy link
Copy Markdown
Contributor

No description provided.

@decomp-dev
Copy link
Copy Markdown

decomp-dev bot commented Jun 21, 2025

Report for GZ2E01 (e43b660 - b2125ff)

📈 Matched code: 66.83% (+0.12%, +13660 bytes)

✅ 46 new matches:
Unit Function Bytes Before After
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeChase() +1081 0.37% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeAttack() +1056 0.38% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::damage_check() +992 0.40% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::create() +905 0.44% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeDamage() +853 0.47% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeBiteDamage() +781 0.51% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeSleep() +740 0.54% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::action() +740 0.54% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::draw() +613 0.65% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::execute() +564 0.70% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::cc_set() +512 0.78% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::executeWait() +425 0.93% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::CreateHeap() +368 1.08% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::PushButtonCount() +341 1.16% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setCryStop() +328 1.20% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setDragSwordEffect() +288 1.37% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setDamageEffect() +248 1.59% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setAttackEffect() +213 1.85% 100.00%
d_a_e_gi/d/actor/d_a_e_gi dCcD_Sph::~dCcD_Sph() +200 1.96% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setDeathSmokeEffect() +173 2.27% 100.00%
d_a_e_gi/d/actor/d_a_e_gi s_battle_gi(void*, void*) +165 2.38% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setBck(int, unsigned char, float, float) +160 2.44% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::ctrlJoint(J3DJoint*, J3DModel*) +156 2.50% 100.00%
d_a_e_gi/d/actor/d_a_e_gi s_other_gi(void*, void*) +152 2.56% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::mtx_set() +141 2.78% 100.00%
d_a_e_gi/d/actor/d_a_e_gi dCcD_Sph::dCcD_Sph() +129 3.03% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::_delete() +113 3.45% 100.00%
d_a_e_gi/d/actor/d_a_e_gi daE_GI_c::setWeaponAtBit(unsigned char) +109 3.57% 100.00%
d_a_e_gi/d/actor/d_a_e_gi dBgS_ObjAcch::~dBgS_ObjAcch() +109 3.57% 100.00%
d_a_e_gi/d/actor/d_a_e_gi dBgS_AcchCir::~dBgS_AcchCir() +109 3.57% 100.00%

...and 16 more new matches

Comment thread src/d/actor/d_a_e_gi.cpp

switch (jnt_no) {
case 3:
mDoMtx_stack_c::XrotM(field_0x67e);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add break;

Comment thread src/d/actor/d_a_e_gi.cpp
if (mpModelMorf->isStop()) {
setActionMode(ACTION_ATTACK_e, 0);
mIsAttackStart = TRUE;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add break;

@hatal175 hatal175 merged commit 90a6389 into zeldaret:main Jun 21, 2025
1 check passed
@TakaRikka TakaRikka deleted the egi branch September 1, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants