diff options
Diffstat (limited to 'item_constants.py')
-rw-r--r-- | item_constants.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/item_constants.py b/item_constants.py index 0346f56..d60dfb1 100644 --- a/item_constants.py +++ b/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', |