diff options
author | James Jackson <james.andrew.jackson13@gmail.com> | 2021-07-11 11:52:14 -0500 |
---|---|---|
committer | James Jackson <james.andrew.jackson13@gmail.com> | 2021-07-11 11:52:14 -0500 |
commit | 253d3b0941b8143f66e2c7c33ce1f5a6171674b0 (patch) | |
tree | 8889ee5b87b17114dc0f3dd150afde3dc1f63734 | |
parent | fed67332fc03964046fa105ce26b2c842edce539 (diff) |
Fix description in "Change the found item script" to point towards the right script to edit.
-rw-r--r-- | Plural-Giveitem.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plural-Giveitem.md b/Plural-Giveitem.md index e06ae69..82260aa 100644 --- a/Plural-Giveitem.md +++ b/Plural-Giveitem.md @@ -70,7 +70,7 @@ gText_PlayerFoundItems:: ``` ### Change the found item script -Open [data/scripts/obtain_item.inc](../blob/master/data/scripts/obtain_item.inc). Find `EventScript_ObtainedItem`, and modify it to the following: +Open [data/scripts/obtain_item.inc](../blob/master/data/scripts/obtain_item.inc). Find `EventScript_FoundItem`, and modify it to the following: ```c EventScript_FoundItem:: @ 8271C9B compare VAR_0x8001, 1 |