diff options
author | YamaArashi <shadow962@live.com> | 2016-11-05 14:57:02 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 15:10:37 -0700 |
commit | 716476e798c19e528bfa502444118d7fb412f88d (patch) | |
tree | 7b8169062d4848ed2edd4fa98add7fff135b3909 /constants/variables.inc | |
parent | e31301d6ea7a772df3f25b7ce60d261e0c039cc0 (diff) |
script special variables
Diffstat (limited to 'constants/variables.inc')
-rw-r--r-- | constants/variables.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/constants/variables.inc b/constants/variables.inc index b92ca5975..a9be34463 100644 --- a/constants/variables.inc +++ b/constants/variables.inc @@ -1,3 +1,4 @@ - .equiv FACING, 0x800c - .equiv RESULT, 0x800d - .equiv LAST_TALKED, 0x800f + .equiv FACING, 0x800C + .equiv RESULT, 0x800D + .equiv ITEM_ID, 0x800E + .equiv LAST_TALKED, 0x800F |