rightState -> rightWingState

This commit is contained in:
Alejandro Javier Asenjo Nitti
2024-08-15 02:55:25 -03:00
parent e073a7d0d7
commit ccb74bd0fe
15 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ void CheatRam_Select(void) {
}
void CheatRam_RepairWings(void) {
if ((gPlayer[0].arwing.rightState <= WINGSTATE_BROKEN) || (gPlayer[0].arwing.leftState <= WINGSTATE_BROKEN)) {
if ((gPlayer[0].arwing.rightWingState <= WINGSTATE_BROKEN) || (gPlayer[0].arwing.leftState <= WINGSTATE_BROKEN)) {
func_enmy_80067A40();
}
}