diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 02:20:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 02:20:18 -0500 |
commit | f8ab09b4b42b4a28a36a7cae3b545a812db4133d (patch) | |
tree | def65c5939ccd5ffcbf55cc3da4baf332ec8add4 /constants/variables.inc | |
parent | d0c79e4e479d633b65cb5a821de882416946a975 (diff) | |
parent | 53eca1d3a7ee378b825e40702a99a6473ae97d77 (diff) |
Merge pull request #482 from GriffinRichards/remove-old-asm-constants
Remove old asm constants
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 |