mirror of https://github.com/pret/pokecrystal.git
typo in CheckContestMon
This commit is contained in:
parent
2b4a5bdd8d
commit
5bbcedb886
2
main.asm
2
main.asm
|
@ -12140,7 +12140,7 @@ CheckShininess: ; 8a68
|
||||||
|
|
||||||
CheckContestMon: ; 8a88
|
CheckContestMon: ; 8a88
|
||||||
; Check a mon's DVs at hl in the bug catching contest.
|
; Check a mon's DVs at hl in the bug catching contest.
|
||||||
; Return shiny if its DVs are good enough to place in the contest.
|
; Return carry if its DVs are good enough to place in the contest.
|
||||||
|
|
||||||
; Attack
|
; Attack
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
|
Loading…
Reference in New Issue