diff options
author | YamaArashi <shadow962@live.com> | 2015-07-18 20:49:52 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-18 21:58:55 -0700 |
commit | c169073eed4f0362ef42170098a141a2fcbd71d0 (patch) | |
tree | a4f97ff8eff1a9fc80cadc4dba3fe9d088410656 /constants | |
parent | b96ef8d2d495b8c39f703742e8c1965c774fc54f (diff) |
misc
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 5eecb38f..c06e7a65 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -10,7 +10,6 @@ HOF_MON EQU $10 HOF_TEAM EQU PARTY_LENGTH * HOF_MON HOF_TEAM_CAPACITY EQU 50 - A_BUTTON EQU %00000001 B_BUTTON EQU %00000010 SELECT EQU %00000100 |