From 6a6ba10315baf4b0092c6d952a2f0cb502b6ac8e Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 21 Mar 2020 14:01:05 -0400 Subject: rgbds supports 'X - 1' instead of 'X + -1' --- docs/bugs_and_glitches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/bugs_and_glitches.md') diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index abb1e524f..faeaa471f 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1840,8 +1840,8 @@ This bug can allow you to talk to Eusine in Celadon City and encounter Ho-Oh wit ld hl, wPlayerName --rept NAME_LENGTH_JAPANESE + -2 ; should be PLAYER_NAME_LENGTH + -2 -+rept PLAYER_NAME_LENGTH + -2 +-rept NAME_LENGTH_JAPANESE - 2 ; should be PLAYER_NAME_LENGTH - 2 ++rept PLAYER_NAME_LENGTH - 2 ld a, [de] cp [hl] jr nz, .notfound -- cgit v1.2.3