diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:36:57 -0700 |
commit | 279394c8e54c309ededee2225955a86ee6ab3bb0 (patch) | |
tree | 02466e832636eef5534890072074a6299daed75b /constants/variables.inc | |
parent | ee9a346e69ddb800899c0dfe4730898592169f01 (diff) |
contest rank var
Diffstat (limited to 'constants/variables.inc')
-rw-r--r-- | constants/variables.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/variables.inc b/constants/variables.inc index ee81c54a1..ab488a97e 100644 --- a/constants/variables.inc +++ b/constants/variables.inc @@ -2,5 +2,5 @@ .equiv RESULT, 0x800D .equiv ITEM_ID, 0x800E .equiv LAST_TALKED, 0x800F - - .equiv CONTEST_CATEGORY, 0x8011
\ No newline at end of file + .equiv CONTEST_RANK, 0x8010 + .equiv CONTEST_CATEGORY, 0x8011 |