finish union_room.s code decomp

This commit is contained in:
PikalaxALT
2020-01-20 20:21:58 -05:00
parent 1fd20be8e1
commit 5e0a845fc4
8 changed files with 1428 additions and 3750 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
bool8 walkrun_is_standing_still(void)
{
if (gPlayerAvatar.running1 == 1)
if (gPlayerAvatar.tileTransitionState == 1)
return FALSE;
else
return TRUE;