From 64d8a2b8fea10b4f5811f2a6f17b268e0a2959e9 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Sun, 3 Mar 2019 18:48:24 +0100 Subject: Correct Thick Club overflow fix Would, similarly as previous commit, cap incorrectly. --- docs/bugs_and_glitches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index baa0a52de..769c07601 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -89,6 +89,7 @@ Some fixes are mentioned as breaking compatibility with link battles. This can b + ld a, HIGH(MAX_STAT_VALUE) + cp h + jr c, .cap ++ ret nz + ld a, LOW(MAX_STAT_VALUE) + cp l + ret nc -- cgit v1.2.3