diff options
author | MCboy <atasro2@gmail.com> | 2018-06-14 00:34:24 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 00:34:24 +0430 |
commit | 5c662be1823cbbab7b018bd35766d395bd6cbc7c (patch) | |
tree | bae725830b321b2c5a8182d8e763b55374189f5d | |
parent | 6130fc5cd6b002f827d307c64a432e960629cb9b (diff) |
fixed a typo
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)
-rw-r--r-- | engine/pokegear/pokegear.asm | 2 |
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 |