Merge pull request #333 from hatal175/playercontrolmode

This commit is contained in:
notyourav
2022-02-01 14:41:13 -08:00
committed by GitHub
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ void sub_0809F69C(Entity* this) {
void sub_0809F6CC(Entity* this) {
if (((gRoomControls.scroll_flags & 4) == 0) && (--this->actionDelay == 0)) {
gPlayerState.controlMode = 1;
gPlayerState.controlMode = CONTROL_1;
DeleteThisEntity();
}
}