mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Update z_en_go2.c
This commit is contained in:
parent
00025f2318
commit
de86227d01
1 changed files with 3 additions and 3 deletions
|
@ -1021,14 +1021,14 @@ void EnGo2_BiggoronSetTextId(EnGo2* this, GlobalContext* globalCtx, Player* play
|
||||||
|
|
||||||
} else if (!gSaveContext.bgsFlag && (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_CLAIM_CHECK)) {
|
} else if (!gSaveContext.bgsFlag && (INV_CONTENT(ITEM_TRADE_ADULT) == ITEM_CLAIM_CHECK)) {
|
||||||
if (func_8002F368(globalCtx) == EXCH_ITEM_CLAIM_CHECK) {
|
if (func_8002F368(globalCtx) == EXCH_ITEM_CLAIM_CHECK) {
|
||||||
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 1)) {
|
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 3)) {
|
||||||
textId = 0x305E;
|
textId = 0x305E;
|
||||||
} else {
|
} else {
|
||||||
textId = 0x305D;
|
textId = 0x305D;
|
||||||
}
|
}
|
||||||
this->actor.textId = textId;
|
this->actor.textId = textId;
|
||||||
} else {
|
} else {
|
||||||
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 1)) {
|
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 3)) {
|
||||||
textId = 0x3002;
|
textId = 0x3002;
|
||||||
} else {
|
} else {
|
||||||
textId = 0x305D;
|
textId = 0x305D;
|
||||||
|
@ -2064,4 +2064,4 @@ void EnGo2_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||||
this->skelAnime.dListCount, EnGo2_OverrideLimbDraw, EnGo2_PostLimbDraw, this);
|
this->skelAnime.dListCount, EnGo2_OverrideLimbDraw, EnGo2_PostLimbDraw, this);
|
||||||
CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_en_go2.c", 3081);
|
CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_en_go2.c", 3081);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue