summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMCboy <atasro2@gmail.com>2018-06-14 04:51:14 +0430
committerMCboy <atasro2@gmail.com>2018-06-14 04:51:14 +0430
commit31a66165cdf84ea84790219e5ffab64676d4c80e (patch)
tree677bb803b46e42373aeea040e540c79c56695418
parent2ea4b390ad2e7c4ad41af2a532d7bf41edeb847f (diff)
Updated Add a new radio channel (markdown)
-rw-r--r--Add-a-new-radio-channel.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Add-a-new-radio-channel.md b/Add-a-new-radio-channel.md
index 85bf655..848604c 100644
--- a/Add-a-new-radio-channel.md
+++ b/Add-a-new-radio-channel.md
@@ -107,6 +107,8 @@ RadioChannelSongs:
## 4. Set the name of the channel and add a pointer for loading it
+Edit [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear.asm):
+
```diff
; 917c3 (24:57c3)
@@ -129,6 +131,8 @@ NotBuenasPasswordName: db "@"
## 5. Set the channel to a frequency you like
+Edit [engine/pokegear/pokegear.asm](../blob/master/engine/pokegear/pokegear.asm):
+
i set mine to 15
```diff