mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|
jr z, .unknown
|
||||||
cp 1 ; hatched from an egg
|
cp 1 ; hatched from an egg
|
||||||
jr nz, .print
|
jr nz, .print
|
||||||
ld a, 5 ; egg hatch level
|
ld a, EGG_LEVEL ; egg hatch level
|
||||||
|
|
||||||
.print
|
.print
|
||||||
ld [wSeerCaughtLevel], a
|
ld [wSeerCaughtLevel], a
|
||||||
|
Loading…
Reference in New Issue
Block a user