diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-24 14:12:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 14:12:14 -0600 |
commit | b827bd9a5a44e17fa9fced591465fc64a619a134 (patch) | |
tree | 473525953b1ac35be06b26cd2e6926fb7b0278cb /constants/variables.inc | |
parent | 30c77aa4ca5502b07a9ccdf2012a7da265e8bffa (diff) | |
parent | 2c4d972f7c5a79ca94dca599b6e7b9e2c769cf70 (diff) |
Merge pull request #500 from huderlem/vars
Use constants for vars
Diffstat (limited to 'constants/variables.inc')
-rw-r--r-- | constants/variables.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/constants/variables.inc b/constants/variables.inc deleted file mode 100644 index ab488a97e..000000000 --- a/constants/variables.inc +++ /dev/null @@ -1,6 +0,0 @@ - .equiv FACING, 0x800C - .equiv RESULT, 0x800D - .equiv ITEM_ID, 0x800E - .equiv LAST_TALKED, 0x800F - .equiv CONTEST_RANK, 0x8010 - .equiv CONTEST_CATEGORY, 0x8011 |