shithub: pokecrystal

Download patch

ref: 5c662be1823cbbab7b018bd35766d395bd6cbc7c
parent: 6130fc5cd6b002f827d307c64a432e960629cb9b
author: MCboy <atasro2@gmail.com>
date: Wed Jun 13 20:34:24 EDT 2018

fixed a typo

being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)

--- a/engine/pokegear/pokegear.asm
+++ b/engine/pokegear/pokegear.asm
@@ -1611,7 +1611,7 @@
 	jp LoadStation_PokeFluteRadio
 
 .EvolutionRadio:
-; This station airs in the Lake of Rage area when Rocket are still in Mahogany.
+; This station airs in the Lake of Rage area when Team Rocket is still in Mahogany.
 	ld a, [wStatusFlags]
 	bit STATUSFLAGS_ROCKET_SIGNAL_F, a
 	jr z, .NoSignal