diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-10-30 14:37:54 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-10-30 14:37:54 -0500 |
commit | 60bb83144b9d69dbb884874d87bd832aebc8e992 (patch) | |
tree | b09971334bd8f1d18ef57eda950fe606c68aa5c1 | |
parent | d9dd2aa58221bc3efef033f99ee7ac490946b937 (diff) |
Update variable constants
-rw-r--r-- | constants/variables.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/variables.inc b/constants/variables.inc index ab488a97e..01b66b100 100644 --- a/constants/variables.inc +++ b/constants/variables.inc @@ -4,3 +4,5 @@ .equiv LAST_TALKED, 0x800F .equiv CONTEST_RANK, 0x8010 .equiv CONTEST_CATEGORY, 0x8011 + .equiv MON_BOX_ID, 0x8012 + .equiv MON_BOX_POS, 0x8013 |