Misc fixes

This commit is contained in:
LagoLunatic
2023-09-24 21:20:57 -04:00
parent 2b617ebc6e
commit 3f2c2f73ce
6 changed files with 14 additions and 125 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ void daArrow_c::arrowShooting() {
setArrowShootSe();
if (mArrowType == TYPE_LIGHT && !mbShotByZelda) {
if (strcmp(dComIfGp_getStartStageName(), "GanonK") != 0) {
if (strcmp(dComIfGp_getStartStageName(), "GanonK") != 0) {
// Not in Puppet Ganon's boss room.
mCps.SetAtSpl((dCcG_At_Spl)0xB);
}