summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 12:18:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-06-24 12:18:50 -0400
commit404c0b7d093fecb7f1057207c8fed9379e418946 (patch)
tree7572a517e28ea400f01daacc5d6802f7b5edc5be
parent3fc810b5bb5bbc6d7a5e0a2304a54f214666cbae (diff)
new
-rw-r--r--Add-a-new-fishing-rod.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-fishing-rod.md b/Add-a-new-fishing-rod.md
index 07bbb8c..a5d42f2 100644
--- a/Add-a-new-fishing-rod.md
+++ b/Add-a-new-fishing-rod.md
@@ -3,13 +3,13 @@ This tutorial is for how to add a new fishing rod. As an example, we'll add a Ma
## Contents
-1. [Create the Master Rod item](#1-create-the-master-rod-item)
+1. [Create the new Rod item](#1-create-the-new-rod-item)
2. [Define the item effect](#2-define-the-item-effect)
3. [Define wild data for the new Rod](#3-define-wild-data-for-the-new-rod)
4. [Update the code that loads the wild data](#4-update-the-code-that-loads-the-wild-data)
-## 1. Create the Master Rod item
+## 1. Create the new Rod item
Follow [the tutorial to add a new item](Add-different-kinds-of-new-items) to create the Master Rod. Replace `ITEM_87` with `MASTER_ROD`; give it a name, description, and attributes (`0, HELD_NONE, 0, CANT_TOSS, KEY_ITEM, ITEMMENU_CLOSE, ITEMMENU_NOUSE`); and remove `ITEM_87` from `TimeCapsule_CatchRateItems`.