1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 07:21:19 +00:00

Remove and change some fake matches (#910)

* remove fake match

* remove another fake match

* move globalCtx temp

* remove more fake matches

* remove commented lines

* this is it I promise
This commit is contained in:
louist103 2021-08-19 18:14:23 -04:00 committed by GitHub
parent 0042acb539
commit 17c79a8f60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 33 deletions

View file

@ -513,14 +513,12 @@ void func_80A4F77C(EnGs* this) {
this->unk_19C = 3;
}
void EnGs_Update(Actor* thisx, GlobalContext* globalCtx) {
s32 pad;
void EnGs_Update(Actor* thisx, GlobalContext* globalCtx2) {
GlobalContext* globalCtx = globalCtx2;
EnGs* this = THIS;
Actor_SetFocus(&this->actor, 23.0f);
if (globalCtx) {};
if (!(this->unk_19E & 0x10)) {
if (globalCtx) {};
if (this->collider.base.acFlags & AC_HIT) {
this->unk_19F = 0;
this->collider.base.acFlags &= ~AC_HIT;