Fixes some funky formatting that got committed earlier.

This commit is contained in:
Christopher Leggett 2022-08-13 00:28:19 -04:00
parent 69086f58c2
commit 4cc492f383
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
2 changed files with 3 additions and 6 deletions

View File

@ -176,8 +176,7 @@ void EnExItem_WaitForObject(EnExItem* this, GlobalContext* globalCtx) {
this->unk_17C = func_8002EBCC;
if (gSaveContext.n64ddFlag) {
this->giDrawId =
ABS(Randomizer_GetItemFromKnownCheck(RC_MARKET_BOMBCHU_BOWLING_BOMBCHUS, GI_BOMBCHUS_10).gi) -
1;
ABS(Randomizer_GetItemFromKnownCheck(RC_MARKET_BOMBCHU_BOWLING_BOMBCHUS, GI_BOMBCHUS_10).gi) - 1;
} else {
this->giDrawId = GID_BOMBCHU;
}

View File

@ -99,10 +99,8 @@ void ItemBHeart_Draw(Actor* thisx, GlobalContext* globalCtx) {
}
if (gSaveContext.n64ddFlag) {
GetItem_Draw(globalCtx, ABS(Randomizer_GetRandomizedItem(GI_HEART_CONTAINER_2, this->actor.id,
this->actor.params, globalCtx->sceneNum)
.gi) -
1);
GetItem_Draw(globalCtx, ABS(Randomizer_GetRandomizedItem(
GI_HEART_CONTAINER_2, this->actor.id,this->actor.params, globalCtx->sceneNum).gi) - 1);
} else {
if (flag) {
func_80093D84(globalCtx->state.gfxCtx);