[N64/GCN]: Fix flower seed item name
It was incorrectly listed as a rock due to the variant of it that is a money rock.
This commit is contained in:
parent
b1ce02952e
commit
c6a3cd1aa0
3 changed files with 21 additions and 21 deletions
|
@ -102,14 +102,14 @@
|
|||
0x0065, Rock (Type 3)
|
||||
0x0066, Rock (Type 4)
|
||||
0x0067, Rock (Type 5)
|
||||
0x0068, Rock (Unused)
|
||||
0x0068, Flower Seed
|
||||
0x0069, Tree (Bells)
|
||||
0x006A, Red Rock (Type 1)
|
||||
0x006B, Red Rock (Type 2)
|
||||
0x006C, Red Rock (Type 3)
|
||||
0x006D, Red Rock (Type 4)
|
||||
0x006E, Red Rock (Type 5)
|
||||
0x006F, Red Rock (Unused)
|
||||
0x006A, Money Rock (Type 1)
|
||||
0x006B, Money Rock (Type 2)
|
||||
0x006C, Money Rock (Type 3)
|
||||
0x006D, Money Rock (Type 4)
|
||||
0x006E, Money Rock (Type 5)
|
||||
0x006F, Flower Seed (Money Rock)
|
||||
0x0070, Palm Tree Stump (Small)
|
||||
0x0071, Palm Tree Stump (Medium)
|
||||
0x0072, Palm Tree Stump (Large)
|
||||
|
|
|
@ -102,14 +102,14 @@
|
|||
0x0065, Rock (Type 3)
|
||||
0x0066, Rock (Type 4)
|
||||
0x0067, Rock (Type 5)
|
||||
0x0068, Rock (Unused)
|
||||
0x0068, Flower Seed
|
||||
0x0069, Tree (Bells)
|
||||
0x006A, Red Rock (Type 1)
|
||||
0x006B, Red Rock (Type 2)
|
||||
0x006C, Red Rock (Type 3)
|
||||
0x006D, Red Rock (Type 4)
|
||||
0x006E, Red Rock (Type 5)
|
||||
0x006F, Red Rock (Unused)
|
||||
0x006A, Money Rock (Type 1)
|
||||
0x006B, Money Rock (Type 2)
|
||||
0x006C, Money Rock (Type 3)
|
||||
0x006D, Money Rock (Type 4)
|
||||
0x006E, Money Rock (Type 5)
|
||||
0x006F, Flower Seed (Money Rock)
|
||||
0x0070, Palm Tree Stump (Small)
|
||||
0x0071, Palm Tree Stump (Medium)
|
||||
0x0072, Palm Tree Stump (Large)
|
||||
|
|
|
@ -102,14 +102,14 @@
|
|||
0x0065, Rock (Type 3)
|
||||
0x0066, Rock (Type 4)
|
||||
0x0067, Rock (Type 5)
|
||||
0x0068, Rock (Unused)
|
||||
0x0068, Flower Seed
|
||||
0x0069, Tree (Bells)
|
||||
0x006A, Red Rock (Type 1)
|
||||
0x006B, Red Rock (Type 2)
|
||||
0x006C, Red Rock (Type 3)
|
||||
0x006D, Red Rock (Type 4)
|
||||
0x006E, Red Rock (Type 5)
|
||||
0x006F, Red Rock (Unused)
|
||||
0x006A, Money Rock (Type 1)
|
||||
0x006B, Money Rock (Type 2)
|
||||
0x006C, Money Rock (Type 3)
|
||||
0x006D, Money Rock (Type 4)
|
||||
0x006E, Money Rock (Type 5)
|
||||
0x006F, Flower Seed (Money Rock)
|
||||
0x0070, Palm Tree Stump (Small)
|
||||
0x0071, Palm Tree Stump (Medium)
|
||||
0x0072, Palm Tree Stump (Large)
|
||||
|
|
Loading…
Reference in a new issue