summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-20 19:25:39 -0400
committerGitHub <noreply@github.com>2018-06-20 19:25:39 -0400
commit0fbc8362b6af28c1c749658b879abe70c3908989 (patch)
tree9a720079a0956a74dac2d7c4ebe8022f18d3df79
parentc3be6ea684cc84c3eb57f1a9c23ef53ccaf75878 (diff)
parent5c662be1823cbbab7b018bd35766d395bd6cbc7c (diff)
Merge pull request #526 from atasro2/master
reword
-rw-r--r--engine/pokegear/pokegear.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokegear/pokegear.asm b/engine/pokegear/pokegear.asm
index f04276b2d..aabc4262f 100644
--- a/engine/pokegear/pokegear.asm
+++ b/engine/pokegear/pokegear.asm
@@ -1611,7 +1611,7 @@ RadioChannels:
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