mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Update external links
This commit is contained in:
parent
048d1ffbdb
commit
84f012fc6e
@ -1207,8 +1207,8 @@ static u8 GetNumStagesWateredByBerryTreeId(u8 id)
|
|||||||
// However, this function actually skews towards higher berry yields, because
|
// However, this function actually skews towards higher berry yields, because
|
||||||
// it rounds `extraYield` to the nearest whole number.
|
// it rounds `extraYield` to the nearest whole number.
|
||||||
//
|
//
|
||||||
// See resulting yields: https://pastebin.com/RLGnP9Ng, and
|
// See resulting yields: https://gist.github.com/hondew/2a099dbe54aa91414decdbfaa524327d,
|
||||||
// bug fix: https://pastebin.com/cDjnUWL0.
|
// and bug fix: https://gist.github.com/hondew/0f0164e5b9dadfd72d24f30f2c049a0b.
|
||||||
static u8 CalcBerryYieldInternal(u16 max, u16 min, u8 water)
|
static u8 CalcBerryYieldInternal(u16 max, u16 min, u8 water)
|
||||||
{
|
{
|
||||||
u32 randMin;
|
u32 randMin;
|
||||||
|
Loading…
Reference in New Issue
Block a user