renamed and added a bunch of animations to enum

This commit is contained in:
Reinmmar
2023-09-19 21:23:45 +02:00
parent 20483c258a
commit 0fdb9c5ac2
15 changed files with 169 additions and 132 deletions
+2 -2
View File
@@ -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;
}
}