mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
reset func for kafei (#255)
This commit is contained in:
@@ -38,6 +38,7 @@ void EnTest3_Init(Actor* thisx, PlayState* play2);
|
||||
void EnTest3_Destroy(Actor* thisx, PlayState* play2);
|
||||
void EnTest3_Update(Actor* thisx, PlayState* play2);
|
||||
void EnTest3_Draw(Actor* thisx, PlayState* play2);
|
||||
void EnTest3_Reset(void);
|
||||
|
||||
// Functions used in D_80A4169C and D_80A416C0. Purpose unclear, but related to Schedule
|
||||
s32 func_80A3E870(EnTest3* this, PlayState* play);
|
||||
@@ -178,6 +179,7 @@ ActorInit En_Test3_InitVars = {
|
||||
/**/ EnTest3_Destroy,
|
||||
/**/ EnTest3_Update,
|
||||
/**/ NULL,
|
||||
/**/ EnTest3_Reset,
|
||||
};
|
||||
|
||||
static struct_80A4168C D_80A4168C[] = {
|
||||
@@ -1310,3 +1312,12 @@ void EnTest3_Draw(Actor* thisx, PlayState* play2) {
|
||||
}
|
||||
CLOSE_DISPS(play->state.gfxCtx);
|
||||
}
|
||||
|
||||
void EnTest3_Reset(void) {
|
||||
D_80A41D20 = 0;
|
||||
D_80A41D24 = 0;
|
||||
D_80A41D5C = 0;
|
||||
D_80A41D60 = 0;
|
||||
D_80A41D64 = 0;
|
||||
D_80A41D68 = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user