mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Use EGG_LEVEL for the Poke Seer.
This commit is contained in:
parent
8e1167a1e5
commit
bd11b60477
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user