mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Remove leftover DebugPrintfs (#8213)
Some checks are pending
CI / build-emerald (push) Waiting to run
CI / build-firered (push) Waiting to run
CI / build-leafgreen (push) Waiting to run
CI / release (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Some checks are pending
CI / build-emerald (push) Waiting to run
CI / build-firered (push) Waiting to run
CI / build-leafgreen (push) Waiting to run
CI / release (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
This commit is contained in:
parent
c47809abcd
commit
264d99215b
|
|
@ -518,7 +518,6 @@ static u32 CalculateFishingBiteOdds(u32 rod, bool32 isStickyHold)
|
|||
odds *= 2;
|
||||
|
||||
odds = min(100, odds);
|
||||
DebugPrintf("Fishing odds: %d", odds);
|
||||
return odds;
|
||||
}
|
||||
|
||||
|
|
@ -646,7 +645,6 @@ u32 CalculateChainFishingShinyRolls(void)
|
|||
if (!I_FISHING_CHAIN || !gIsFishingEncounter)
|
||||
return 0;
|
||||
u32 a = 2 * min(gChainFishingDexNavStreak, FISHING_CHAIN_SHINY_STREAK_MAX);
|
||||
DebugPrintf("Total Shiny Rolls %d", a);
|
||||
return a;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1464,7 +1464,6 @@ static u16 LoadSpriteSheetWithOffset(const struct SpriteSheet *sheet, u32 offset
|
|||
#if T_SHOULD_RUN_MOVE_ANIM
|
||||
gLoadFail = TRUE;
|
||||
#endif // T_SHOULD_RUN_MOVE_ANIM
|
||||
DebugPrintf("Tile: %u", sheet->tag);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user