This commit is contained in:
PikalaxALT
2016-03-01 22:31:28 -05:00
17 changed files with 79 additions and 83 deletions

View File

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