diff --git a/src/BulHit.cpp b/src/BulHit.cpp index 4d3d2bc1..0997b69d 100644 --- a/src/BulHit.cpp +++ b/src/BulHit.cpp @@ -344,7 +344,8 @@ void HitBulletMap() if (gBul[i].bbits & 4) { - // A "continue" doesn't produce the same assembly, likely because that would jump to the generated "continue" label instead of the "endif" label + // Using "continue" here doesn't produce accurate assembly + // TODO Figure out what Pixel actually did (it's unlikely he left the brackets empty) } else { diff --git a/src/Bullet.cpp b/src/Bullet.cpp index e0699ecc..3c00fa2f 100644 --- a/src/Bullet.cpp +++ b/src/Bullet.cpp @@ -1300,8 +1300,7 @@ void ActBullet_Spine(BULLET *bul) {232, 0, 240, 8}, }; - RECT rcDown[2] = - { + RECT rcDown[2] = { {224, 8, 232, 16}, {232, 8, 240, 16}, };