diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 08:13:08 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-07 08:13:08 -0400 |
commit | ca01a92880a5d71bce2bec6caa7714c8e1cf0f17 (patch) | |
tree | 44d1d4d16fd6785c68845839eac4b4c13780e05d /items | |
parent | b0e7d04ccfc19dfac96c703d56d7ef8e30938624 (diff) |
Fix indentation in many places
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 21707e3e3..3c2dc2457 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -2515,7 +2515,7 @@ Mysteryberry: ; f5bf ld [wd002], a .loop - ; Party Screen opens to choose on which Pkmn to use the Item + ; Party Screen opens to choose on which Pkmn to use the Item ld b, PARTYMENUACTION_HEALING_ITEM call UseItem_SelectMon jp c, PPRestoreItem_Cancel |