diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-04 14:29:20 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-04 14:29:20 -0400 |
commit | 1f01b4d3300dbb3a5b507910feda967e62c41ac7 (patch) | |
tree | f1d3774bef378b993ee8af0850324adabaf2711b /constants/misc_constants.asm | |
parent | 00899db6ab22268bc9ec4ea7c55c183a69731b7f (diff) |
Added Inventory Add/Remove routines
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 05508e6..19deb8e 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -21,10 +21,4 @@ D_UP EQU 1 << D_UP_F D_DOWN EQU 1 << D_DOWN_F BUTTONS EQU A_BUTTON | B_BUTTON | SELECT | START -D_PAD EQU D_RIGHT | D_LEFT | D_UP | D_DOWN - -; backpack - - const_def 1 - const REGULAR_ITEM_POCKET - const KEY_ITEM_POCKET
\ No newline at end of file +D_PAD EQU D_RIGHT | D_LEFT | D_UP | D_DOWN
\ No newline at end of file |