diff options
author | YamaArashi <shadow962@live.com> | 2016-06-17 04:54:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 04:54:28 -0700 |
commit | 49304ec33bb54592578059ec0da317f1bfc6d4ca (patch) | |
tree | f2a577679cdd5b20b58285afe3695587ceb84488 /constants/variables.s | |
parent | f2654a380e46152f2624174e8087b6998cccb91b (diff) | |
parent | 8de49d722cbd21abff92ec384e5faaf1f0dde2d5 (diff) |
Merge pull request #9 from yenatch/master
Dump the maps.
Diffstat (limited to 'constants/variables.s')
-rw-r--r-- | constants/variables.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/variables.s b/constants/variables.s new file mode 100644 index 000000000..b92ca5975 --- /dev/null +++ b/constants/variables.s @@ -0,0 +1,3 @@ + .equiv FACING, 0x800c + .equiv RESULT, 0x800d + .equiv LAST_TALKED, 0x800f |