From 253d3b0941b8143f66e2c7c33ce1f5a6171674b0 Mon Sep 17 00:00:00 2001 From: James Jackson Date: Sun, 11 Jul 2021 11:52:14 -0500 Subject: Fix description in "Change the found item script" to point towards the right script to edit. --- Plural-Giveitem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3