summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--event/poke_seer.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/poke_seer.asm b/event/poke_seer.asm
index 5f1a5d1ab..08d0924c9 100644
--- a/event/poke_seer.asm
+++ b/event/poke_seer.asm
@@ -168,7 +168,7 @@ GetCaughtLevel: ; 4f18c
jr z, .unknown
cp 1 ; hatched from an egg
jr nz, .print
- ld a, 5 ; egg hatch level
+ ld a, EGG_LEVEL ; egg hatch level
.print
ld [wSeerCaughtLevel], a