diff options
author | hondew <pokehondew@gmail.com> | 2020-05-02 13:59:28 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2020-05-02 13:59:28 -0400 |
commit | 84f012fc6e653df33158e494bab95e18557a2161 (patch) | |
tree | f43c1e233d9e179940f3553899a470ca1493f12b /src | |
parent | 048d1ffbdbe00e56ee4511d023885a11d018864b (diff) |
Update external links
Diffstat (limited to 'src')
-rw-r--r-- | src/berry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry.c b/src/berry.c index e548d3c57..fe4a66af6 100644 --- a/src/berry.c +++ b/src/berry.c @@ -1207,8 +1207,8 @@ static u8 GetNumStagesWateredByBerryTreeId(u8 id) // However, this function actually skews towards higher berry yields, because // it rounds `extraYield` to the nearest whole number. // -// See resulting yields: https://pastebin.com/RLGnP9Ng, and -// bug fix: https://pastebin.com/cDjnUWL0. +// See resulting yields: https://gist.github.com/hondew/2a099dbe54aa91414decdbfaa524327d, +// and bug fix: https://gist.github.com/hondew/0f0164e5b9dadfd72d24f30f2c049a0b. static u8 CalcBerryYieldInternal(u16 max, u16 min, u8 water) { u32 randMin; |