summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Show-move-names-when-you-receive-a-TM-or-HM.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Show-move-names-when-you-receive-a-TM-or-HM.md b/Show-move-names-when-you-receive-a-TM-or-HM.md
index ecb49fe..268e42c 100644
--- a/Show-move-names-when-you-receive-a-TM-or-HM.md
+++ b/Show-move-names-when-you-receive-a-TM-or-HM.md
@@ -160,7 +160,17 @@ Edit [engine/events/hidden_item.asm](../blob/master/engine/events/hidden_item.as
```
-## 3. Update the hard-coded TM24 messages
+## 3. Update the hard-coded TM13 and TM24 messages
+
+Edit [maps/Route39Farmhouse.asm](..blob/master/maps/Route39Farmhouse.asm):
+
+```diff
+Text_ReceivedTM13:
+ text "<PLAYER> received"
+- line "TM13."
++ line "TM13 SNORE."
+ done
+```
Edit [maps/BlackthornGym1F.asm](../blob/master/maps/BlackthornGym1F.asm):