diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-30 23:50:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-30 23:50:49 -0600 |
commit | 153ddde3b90c893b47d5c844b2a58c707038e6b4 (patch) | |
tree | 8e3e5ab774b89399bf91e9ca110f270fa9bfffde /constants/misc_constants.inc | |
parent | 86a36767dba19e84297047addf1d1d776e2efdec (diff) | |
parent | c21bde059812ed521952512e4d800038e0e1deb7 (diff) |
Merge pull request #502 from huderlem/misc_ports
Misc ports from pokeemerald
Diffstat (limited to 'constants/misc_constants.inc')
-rw-r--r-- | constants/misc_constants.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index 5f4330928..bf90fcd1e 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -45,7 +45,3 @@ .equiv PLAYER_TYPE1, 2 .equiv PLAYER_TYPE2, 3 .equiv CURRENT_MOVE, 4 - - .equiv LESS_THAN, 0 - .equiv GREATER_THAN, 1 - .equiv EQUAL, 2 |