diff options
-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 |