Use EGG_LEVEL for the Poke Seer.

This commit is contained in:
yenatch 2016-02-11 22:53:00 -05:00
parent 8e1167a1e5
commit bd11b60477

View File

@ -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