shithub: pokecrystal

Download patch

ref: 5bbcedb886eba1f3187b57c2759e4c4e20ee6975
parent: 2b4a5bdd8d9c711d8a8ad8dc822539f969744329
author: yenatch <[email protected]>
date: Mon Sep 9 08:49:26 EDT 2013

typo in CheckContestMon

--- a/main.asm
+++ b/main.asm
@@ -12140,7 +12140,7 @@
 
 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]