mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
decomp manager11
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "global.h"
|
||||
#include "manager.h"
|
||||
#include "flags.h"
|
||||
|
||||
void sub_080599B8(Manager11* this) {
|
||||
if (!this->manager.action) {
|
||||
this->manager.action = 1;
|
||||
if (CheckFlags(this->unk_3c)) {
|
||||
DeleteThisEntity();
|
||||
}
|
||||
} else {
|
||||
if (CheckFlags(this->unk_3e)) {
|
||||
SetFlag(this->unk_3c);
|
||||
DeleteThisEntity();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user