diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 17:13:24 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 17:13:24 -0500 |
commit | d46685be86a6d989203aef43882fdf2f0a5f0806 (patch) | |
tree | a573b072091d56dd0136e2ce6ede7952317422dc /constants | |
parent | ae319020740918973849652a5d0ab8ff7f8dbbd7 (diff) |
Correct comments
Diffstat (limited to 'constants')
-rw-r--r-- | constants/radio_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/radio_constants.asm b/constants/radio_constants.asm index 537b3289e..39eedbd84 100644 --- a/constants/radio_constants.asm +++ b/constants/radio_constants.asm @@ -2,7 +2,7 @@ ; indexes for: ; - RadioChannelSongs (see data/radio/channel_music.asm) ; - PlayRadioShow/RadioJumptable (see engine/pokegear/radio.asm) -; - RadioChannels (see engine/pokegear/radio.asm) +; - RadioChannels (see engine/pokegear/pokegear.asm) const_def const OAKS_POKEMON_TALK ; 00 const POKEDEX_SHOW ; 01 |