From da7849d800d37156360845fa17e361d2521dce29 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 17 Oct 2015 12:58:26 -0400 Subject: Restructured functions in main.asm to resemble the home functions they clone --- constants/tilemap_constants.asm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 constants/tilemap_constants.asm (limited to 'constants/tilemap_constants.asm') 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 -- cgit v1.2.3