diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 12:58:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-17 13:00:34 -0400 |
commit | da7849d800d37156360845fa17e361d2521dce29 (patch) | |
tree | 2a603d9a3fddebe5770ca5728ab1d44d2620f654 /constants/tilemap_constants.asm | |
parent | 4fa6c6daa46935c7580a60a22bd9216414246dc0 (diff) |
Restructured functions in main.asm to resemble the home functions they clone
Diffstat (limited to 'constants/tilemap_constants.asm')
-rw-r--r-- | constants/tilemap_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/tilemap_constants.asm b/constants/tilemap_constants.asm new file mode 100644 index 000000000..e47a1b269 --- /dev/null +++ b/constants/tilemap_constants.asm @@ -0,0 +1,5 @@ +LANDTILE EQU 0 +WALLTILE EQU 1 +WATRTILE EQU 15 + +TALK EQU 1 << 4 |