summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-04-12 16:18:38 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-04-12 16:18:38 -0400
commit03b4ea32a9af67e6afb954cc44ff0c2768b86091 (patch)
tree0371bfddb0f099e447cd6cdb3a23192993162535 /src/overworld.c
parentc9632154babc05708d0f2c7ee1f20b2939762ea1 (diff)
parentb54bd2e387feb7ece4f34f50f17519e329419716 (diff)
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/overworld.c b/src/overworld.c
index 10a700e1f..2083b7578 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -3117,13 +3117,13 @@ static u16 GetDirectionForEventScript(const u8 *script)
return FACING_FORCED_RIGHT;
else if (script == BattleColosseum_4P_EventScript_PlayerSpot3)
return FACING_FORCED_LEFT;
- else if (script == RecordCenter_EventScript_Spot0)
+ else if (script == RecordCorner_EventScript_Spot0)
return FACING_FORCED_RIGHT;
- else if (script == RecordCenter_EventScript_Spot1)
+ else if (script == RecordCorner_EventScript_Spot1)
return FACING_FORCED_LEFT;
- else if (script == RecordCenter_EventScript_Spot2)
+ else if (script == RecordCorner_EventScript_Spot2)
return FACING_FORCED_RIGHT;
- else if (script == RecordCenter_EventScript_Spot3)
+ else if (script == RecordCorner_EventScript_Spot3)
return FACING_FORCED_LEFT;
else if (script == BattleColosseum_2P_EventScript_PlayerSpot0)
return FACING_FORCED_RIGHT;