d_a_e_rdy debug work (#3011)

* debug work for d_a_e_rdy

* remove unused fake function

* fix regressions

* rename variable

* Fix version diffs of angle adding
This commit is contained in:
roeming
2026-01-04 20:22:04 -05:00
committed by GitHub
parent b72be3074a
commit 1400687731
7 changed files with 365 additions and 281 deletions
+1 -1
View File
@@ -1043,7 +1043,7 @@ void daCstatue_c::initStartBrkBtk() {
for (int iParticle = 0; iParticle < 2; iParticle++) {
dComIfGp_particle_set(0x88bb, &mBallPos, &angle, NULL);
dComIfGp_particle_set(0x88bc, &mBallPos, &angle, NULL);
angle.y -= (s16)0x8000;
ADD_ANGLE(angle.y, 0x8000);
}
}