diff options
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c index c3f6329b..2306dd85 100644 --- a/src/script.c +++ b/src/script.c @@ -1598,9 +1598,9 @@ void sub_0807F1E8(Entity* entity, ScriptExecutionContext* context) { void sub_0807F210(Entity* entity, ScriptExecutionContext* context) { if (gPlayerState.flags & PL_NO_CAP) { - gPlayerState.animation = ANIM_PORTAL_LEAVE_NOCAP; + gPlayerState.animation = ANIM_HOP_NOCAP; } else { - gPlayerState.animation = ANIM_PORTAL_LEAVE; + gPlayerState.animation = ANIM_HOP; } } |
