diff options
Diffstat (limited to 'event')
-rw-r--r-- | event/poke_seer.asm | 2 |
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 |