summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-09 12:49:26 -0400
committeryenatch <yenatch@gmail.com>2013-09-09 12:49:26 -0400
commit5bbcedb886eba1f3187b57c2759e4c4e20ee6975 (patch)
tree785dbee5f5b1f0632ee46c93acff7fa55539ec5a
parent2b4a5bdd8d9c711d8a8ad8dc822539f969744329 (diff)
typo in CheckContestMon
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 1a8ef637e..b6753a120 100644
--- a/main.asm
+++ b/main.asm
@@ -12140,7 +12140,7 @@ CheckShininess: ; 8a68
CheckContestMon: ; 8a88
; 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
ld a, [hl]