1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-25 17:54:15 +00:00

BgGanonOtyuka_Destroy

This commit is contained in:
Sirius902 2020-11-14 15:36:38 -08:00
parent c62af97314
commit 25135ca511

View file

@ -5,6 +5,7 @@
*/ */
#include "z_bg_ganon_otyuka.h" #include "z_bg_ganon_otyuka.h"
#include "vt.h"
#define FLAGS 0x00000030 #define FLAGS 0x00000030
@ -116,7 +117,14 @@ void BgGanonOtyuka_Init(Actor* thisx, GlobalContext* globalCtx) {
} }
} }
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Ganon_Otyuka/BgGanonOtyuka_Destroy.s") void BgGanonOtyuka_Destroy(Actor* thisx, GlobalContext* globalCtx) {
BgGanonOtyuka* this = THIS;
DynaPolyInfo_Free(globalCtx, &globalCtx->colCtx.dyna, this->dyna.dynaPolyId);
osSyncPrintf(VT_FGCOL(GREEN));
osSyncPrintf("WHY !!!!!!!!!!!!!!!!\n");
osSyncPrintf(VT_RST);
}
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Ganon_Otyuka/func_80875A0C.s") #pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Ganon_Otyuka/func_80875A0C.s")