diff options
Diffstat (limited to 'constants/item_constants.asm')
-rwxr-xr-x[-rw-r--r--] | constants/item_constants.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index be320371..bc73a20b 100644..100755 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -78,7 +78,6 @@ EXP__ALL EQU $4B OLD_ROD EQU $4C GOOD_ROD EQU $4D SUPER_ROD EQU $4E -; XXX todo: compare this to $32 PP_UP EQU $4F ETHER EQU $50 MAX_ETHER EQU $51 @@ -138,4 +137,4 @@ TM_46 EQU $F6 TM_47 EQU $F7 TM_48 EQU $F8 TM_49 EQU $F9 -TM_50 EQU $FA
\ No newline at end of file +TM_50 EQU $FA |