No redundant item effect labels

This commit is contained in:
Rangi
2018-02-05 13:03:05 -05:00
parent f8f3294130
commit 96c058f0a7
4 changed files with 225 additions and 365 deletions

View File

@@ -6,7 +6,7 @@ item_attribute: MACRO
ENDM
ItemAttributes: ; 67c1
; entries correspond to constants/item_constants.asm
; entries correspond to item ids
; MASTER_BALL
item_attribute 0, 0, 0, CANT_SELECT, BALL, ITEMMENU_NOUSE, ITEMMENU_CLOSE
; ULTRA_BALL

View File

@@ -1,4 +1,5 @@
ItemDescriptions:
; entries correspond to item ids
dw MasterBallDesc
dw UltraBallDesc
dw BrightpowderDesc