fixed a typo

being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;)
This commit is contained in:
MCboy 2018-06-14 00:34:24 +04:30 committed by GitHub
parent 6130fc5cd6
commit 5c662be182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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