diff options
author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-08-27 13:15:37 -0400 |
---|---|---|
committer | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-08-27 13:15:37 -0400 |
commit | 66d68f0d882a37437a05fded498f09fce546f26b (patch) | |
tree | c63981641ad18218391b6db0e33ed5bc7512b9d9 /Adding-items-that-act-like-HMs.md | |
parent | 78a3e4abcb56dca603e20639e34a12302e5bdae0 (diff) |
Updated Adding items that act like HMs (markdown)
Diffstat (limited to 'Adding-items-that-act-like-HMs.md')
-rw-r--r-- | Adding-items-that-act-like-HMs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Adding-items-that-act-like-HMs.md b/Adding-items-that-act-like-HMs.md index 91f880b..50bd6bc 100644 --- a/Adding-items-that-act-like-HMs.md +++ b/Adding-items-that-act-like-HMs.md @@ -88,7 +88,7 @@ Script_Cut: Then, we can change the text to be a bit more neutral. `Text_UsedCut` points to `UnknownText_0x1c05dd` in [data/text/common_2.asm](../blob/master/data/text/common_2.asm): ```Diff -UnknownText_0x1c05dd:: +_UseCutText:: - text_ram wStringBuffer2 - text " used" - line "CUT!" |