label a bunch of stuff

This commit is contained in:
Behemoth
2020-09-01 00:57:40 +02:00
parent cc5bb0133b
commit 662e221f89
142 changed files with 670 additions and 658 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
extern void sub_08086A6C();
extern s32 sub_080044EC();
extern void sub_080AEF88();
extern void ProcessMovement();
extern u32 Random(void);
extern void (*gUnk_081206C4[99])(Entity*);
@@ -42,7 +42,7 @@ void sub_08086A28(Entity* ent) {
if (iVar1 == 0) {
ent->action = 2;
}
sub_080AEF88(ent);
ProcessMovement(ent);
CopyPosition(ent, ent->attachedEntity);
}
}