diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-15 10:55:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-15 10:55:56 -0500 |
commit | bb2aba7da172f8ede8c3eb6f3602f62eff4d55be (patch) | |
tree | fad111d96257f01b40f56c58e2355fcbd7885d6f /items | |
parent | 6e257bc7cdab3249cc8fbdf4c808f0ebc442022e (diff) |
No more ItemFragment
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index d6b77a849..bb4d7c1c6 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -39,7 +39,7 @@ ItemEffects: ; e73c dw Thunderstone dw WaterStone dw Item19 - dw HpUp + dw HPUp dw Protein dw Iron dw Carbos @@ -75,7 +75,7 @@ ItemEffects: ; e73c dw GoodRod dw SilverLeaf dw SuperRod - dw PpUp + dw PPUp dw Ether dw MaxEther dw Elixer @@ -1225,7 +1225,7 @@ SunStone: ; ee0f ; ee3d -HpUp: +HPUp: Protein: Iron: Carbos: @@ -2512,7 +2512,7 @@ Itemfinder: ; f5b8 MaxElixer: -PpUp: +PPUp: Ether: MaxEther: Elixer: |