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 | |
parent | e31301d6ea7a772df3f25b7ce60d261e0c039cc0 (diff) |
script special variables
Diffstat (limited to 'constants')
-rw-r--r-- | constants/constants.inc | 1 | ||||
-rw-r--r-- | constants/variables.inc | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index de281bd93..81d3b72fe 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -17,7 +17,6 @@ .include "constants/battle_tower_constants.inc" .include "constants/opponent_constants.inc" .include "constants/decorations.inc" - .include "constants/variables.inc" .include "constants/songs.inc" .include "constants/version.inc" .include "constants/region_map_sections.inc" 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 |