summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-02-11 22:53:00 -0500
committeryenatch <yenatch@gmail.com>2016-02-11 22:53:00 -0500
commitbd11b60477833bcaa88489ec2e4f6e90c5bb01ab (patch)
tree86fd0bdd4fbe3560bbd845959c5dde6a80e8f50c
parent8e1167a1e594f226af6fc46638ef9eb713913608 (diff)
Use EGG_LEVEL for the Poke Seer.
-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