diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 15:27:55 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:27:55 -0700 |
commit | ee9a346e69ddb800899c0dfe4730898592169f01 (patch) | |
tree | 3e96bebf9634a5528b6af353c8beeecded913dce /constants/variables.inc | |
parent | 716476e798c19e528bfa502444118d7fb412f88d (diff) |
contest category var
Diffstat (limited to 'constants/variables.inc')
-rw-r--r-- | constants/variables.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/constants/variables.inc b/constants/variables.inc index a9be34463..ee81c54a1 100644 --- a/constants/variables.inc +++ b/constants/variables.inc @@ -1,4 +1,6 @@ - .equiv FACING, 0x800C - .equiv RESULT, 0x800D - .equiv ITEM_ID, 0x800E - .equiv LAST_TALKED, 0x800F + .equiv FACING, 0x800C + .equiv RESULT, 0x800D + .equiv ITEM_ID, 0x800E + .equiv LAST_TALKED, 0x800F + + .equiv CONTEST_CATEGORY, 0x8011
\ No newline at end of file |