From bd11b60477833bcaa88489ec2e4f6e90c5bb01ab Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 11 Feb 2016 22:53:00 -0500 Subject: [PATCH] Use EGG_LEVEL for the Poke Seer. --- event/poke_seer.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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