diff options
| author | Eldred Habert <eldredhabert0@gmail.com> | 2019-03-03 18:48:24 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 18:48:24 +0100 | 
| commit | 64d8a2b8fea10b4f5811f2a6f17b268e0a2959e9 (patch) | |
| tree | caf65f2ca17794fb272da410c9ef432679fac68a /docs | |
| parent | ce7e955d10ce86109a458dca23845bf5e64c6db0 (diff) | |
Correct Thick Club overflow fix
Would, similarly as previous commit, cap incorrectly.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bugs_and_glitches.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
