You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
No redundant item effect labels
This commit is contained in:
@@ -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
|
||||
|
@@ -1,4 +1,5 @@
|
||||
ItemDescriptions:
|
||||
; entries correspond to item ids
|
||||
dw MasterBallDesc
|
||||
dw UltraBallDesc
|
||||
dw BrightpowderDesc
|
||||
|
Reference in New Issue
Block a user