summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-03-01 22:31:28 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-03-01 22:31:28 -0500
commitf31da089bbd46f56d488b5657f08f8595490e51e (patch)
treed6455d4a4c893c997d44241f3599c27039900f8e /event
parent599e6e8d16571235f2054aa38f39e66181da3796 (diff)
parent0be6e6c910ea4ab7909d878aa12c4c7989d5ca13 (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'event')
-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 c963076e9..c033a0944 100644
--- a/event/poke_seer.asm
+++ b/event/poke_seer.asm
@@ -169,7 +169,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