diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-10-24 00:11:26 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-10-24 00:11:26 -0500 |
commit | 17303d963ef3dd8887e28c561672a16dd1cd8bb9 (patch) | |
tree | 95d03e1df2da949635ec59abf3ae6a5f8347343c /constants/variables.inc | |
parent | 26f9776f6fa0d74b1e89688e9c618e65b917e7f8 (diff) |
More prep
Diffstat (limited to 'constants/variables.inc')
-rw-r--r-- | constants/variables.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/variables.inc b/constants/variables.inc new file mode 100644 index 000000000..ab488a97e --- /dev/null +++ b/constants/variables.inc @@ -0,0 +1,6 @@ + .equiv FACING, 0x800C + .equiv RESULT, 0x800D + .equiv ITEM_ID, 0x800E + .equiv LAST_TALKED, 0x800F + .equiv CONTEST_RANK, 0x8010 + .equiv CONTEST_CATEGORY, 0x8011 |