diff options
| author | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-08-27 13:16:56 -0400 |
|---|---|---|
| committer | FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> | 2021-08-27 13:16:56 -0400 |
| commit | cf44ec424ec15df1d13c3dc17c4b9b7c39f87f67 (patch) | |
| tree | 0cf2c52ac99c69dcf5325c9cdca019d636797825 | |
| parent | 66d68f0d882a37437a05fded498f09fce546f26b (diff) | |
Making things more accurate for newer pokecrystal
| -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 50bd6bc..a92d863 100644 --- a/Adding-items-that-act-like-HMs.md +++ b/Adding-items-that-act-like-HMs.md @@ -85,7 +85,7 @@ Script_Cut: writetext UseCutText ``` -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): +Then, we can change the text to be a bit more neutral. `UseCutText` points to `_UseCutText` in [data/text/common_2.asm](../blob/master/data/text/common_2.asm): ```Diff _UseCutText:: |
