mirror of
https://github.com/zeldaret/tmc
synced 2026-07-07 06:04:59 -04:00
object1A complete
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "global.h"
|
||||
#include "entity.h"
|
||||
|
||||
extern void sub_0806ED78();
|
||||
extern void sub_08067C44();
|
||||
|
||||
extern void (*gCat[9])(Entity *);
|
||||
|
||||
//Main
|
||||
void sub_080677B4(Entity *ent)
|
||||
{
|
||||
gCat[ent->action](ent);
|
||||
sub_08067C44(ent);
|
||||
if (((ent->flags & 128) == 0) && ((ent->entityType).parameter1 != 5)) {
|
||||
sub_0806ED78(ent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user