diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-27 15:52:57 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-27 15:52:57 -0500 |
commit | 09a0e3aa85b22769a959e8c5b6abec38d2d770b2 (patch) | |
tree | d10188c5f1ad9325e31705e3e89864590465844d /extras/item_constants.py | |
parent | b0eee4c06b5d84161da04a4eb9cb05f53a8d3655 (diff) |
redo item constants (some were missed?)
Diffstat (limited to 'extras/item_constants.py')
-rw-r--r-- | extras/item_constants.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/item_constants.py b/extras/item_constants.py index 0346f5696..d60dfb1f3 100644 --- a/extras/item_constants.py +++ b/extras/item_constants.py @@ -36,7 +36,7 @@ item_constants = {1: 'MASTER_BALL', 38: 'FULL_HEAL', 39: 'REVIVE', 40: 'MAX_REVIVE', -41: 'GUARD_SPEC.', +41: 'GUARD_SPEC', 42: 'SUPER_REPEL', 43: 'MAX_REPEL', 44: 'DIRE_HIT', @@ -60,7 +60,7 @@ item_constants = {1: 'MASTER_BALL', 65: 'ELIXER', 66: 'RED_SCALE', 67: 'SECRETPOTION', -68: 'S.S.TICKET', +68: 'S_S_TICKET', 69: 'MYSTERY_EGG', 70: 'CLEAR_BELL', 71: 'SILVER_WING', @@ -74,7 +74,7 @@ item_constants = {1: 'MASTER_BALL', 79: 'BURNT_BERRY', 80: 'ICE_BERRY', 81: 'POISON_BARB', -82: "KING'S_ROCK", +82: "KINGS_ROCK", 83: 'BITTER_BERRY', 84: 'MINT_BERRY', 85: 'RED_APRICORN', |