summaryrefslogtreecommitdiff
path: root/event/poke_seer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/poke_seer.asm')
-rw-r--r--event/poke_seer.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/event/poke_seer.asm b/event/poke_seer.asm
index 08d0924c9..c033a0944 100644
--- a/event/poke_seer.asm
+++ b/event/poke_seer.asm
@@ -163,6 +163,7 @@ GetCaughtLevel: ; 4f18c
call ByteFill
; caught level
+ ; Limited to between 1 and 63 for some reason.
ld a, [wSeerCaughtData]
and $3f
jr z, .unknown