summaryrefslogtreecommitdiff
path: root/engine/link.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/link.asm')
-rwxr-xr-xengine/link.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/link.asm b/engine/link.asm
index 779c288e8..bbb151965 100755
--- a/engine/link.asm
+++ b/engine/link.asm
@@ -2050,7 +2050,7 @@ Special_CheckTimeCapsuleCompatibility: ; 29bfb
ld a, [hli]
cp -1
jr z, .checkitem
- cp MEW + 1
+ cp JOHTO_POKEMON
jr nc, .mon_too_new
dec b
jr nz, .loop