diff options
author | pfero <ohpee@loves.dicksinhisan.us> | 2018-06-05 10:14:50 +0200 |
---|---|---|
committer | pfero <ohpee@loves.dicksinhisan.us> | 2018-06-05 10:14:50 +0200 |
commit | 1a7f8044799a2d52c1124c7e791ca423449df00b (patch) | |
tree | 5abd1f90bdd1099223f13ee6963607c4b5dee69a /constants/misc_constants.asm | |
parent | c0fdb258d360790e20e08e9e36e474aa4213325c (diff) | |
parent | 26393f7ee27c3a61770d3a72c12043f9c4f8c9ea (diff) |
Merge branch 'master' of https://github.com/Pokeglitch/pokegold-spaceworld
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 |