Skip to content

Commit

Permalink
remove grKongo_801D828C for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thefoxcam committed Jul 26, 2024
1 parent 0a86e4f commit 7e7189a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/melee/gr/grkongo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1347,20 +1347,6 @@ void grKongo_801D7134(HSD_GObj *gobj, s32 arg1) {
#endif
}

void grKongo_801D828C(HSD_GObj* gobj)
{
Ground* gp = gobj->user_data;
if (gp->gv.kongo3.xC6 != 1) {
return;
}
HSD_ASSERT(1719, gp->gv.kongo.u.taru.keep);
if (((u8*) gp->gv.kongo.u.taru.keep)[2] == 8) {
gp->gv.kongo3.xC6 = 0;
gp->gv.kongo.u.taru.keep = NULL;
grMaterial_801C95C4(gobj);
}
}

f32 grKongo_801D8314(void) {
s32 var_r3;
f32 var_f31;
Expand Down
2 changes: 1 addition & 1 deletion src/melee/gr/grkongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* 1D6198 */ void grKongo_801D6198(HSD_GObj*);
/* 1D6378 */ void grKongo_801D6378(void);
/* 1D8270 */ void grKongo_801D8270(s32);
/* 1D828C */ void grKongo_801D828C(HSD_GObj *);
/* 1D828C */ void grKongo_801D828C(s32);
/* 1D637C */ void grKongo_801D637C(HSD_GObj*);
/* 1D64B4 */ s32 grKongo_801D64B4(void);
/* 1D64BC */ void grKongo_801D64BC(HSD_GObj*);
Expand Down

0 comments on commit 7e7189a

Please sign in to comment.