shithub: pokecrystal

Download patch

ref: bd11b60477833bcaa88489ec2e4f6e90c5bb01ab
parent: 8e1167a1e594f226af6fc46638ef9eb713913608
author: yenatch <[email protected]>
date: Thu Feb 11 17:53:00 EST 2016

Use EGG_LEVEL for the Poke Seer.

--- a/event/poke_seer.asm
+++ b/event/poke_seer.asm
@@ -168,7 +168,7 @@
 	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