mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
remove unneeded comments
This commit is contained in:
parent
b3f92538ad
commit
9008b30046
1 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ void BgSpot15Saku_Destroy(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
||||||
DynaPolyInfo_Free(globalCtx, &globalCtx->colCtx.dyna, this->dyna.dynaPolyId);
|
DynaPolyInfo_Free(globalCtx, &globalCtx->colCtx.dyna, this->dyna.dynaPolyId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// regalloc differences
|
|
||||||
void func_808B4930(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
void func_808B4930(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
||||||
if (this->unk_168 && !(gSaveContext.inf_table[7] & 2)) {
|
if (this->unk_168 && !(gSaveContext.inf_table[7] & 2)) {
|
||||||
this->unk_17C = 2;
|
this->unk_17C = 2;
|
||||||
|
@ -79,7 +78,6 @@ void func_808B4978(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// single regalloc difference
|
|
||||||
void func_808B4A04(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
void func_808B4A04(BgSpot15Saku* this, GlobalContext* globalCtx) {
|
||||||
if (!this->unk_17C) {
|
if (!this->unk_17C) {
|
||||||
this->unk_168 = 0;
|
this->unk_168 = 0;
|
||||||
|
|
Loading…
Reference in a new issue