Restructured functions in main.asm to resemble the home functions they clone
This commit is contained in:
5
constants/tilemap_constants.asm
Normal file
5
constants/tilemap_constants.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
LANDTILE EQU 0
|
||||
WALLTILE EQU 1
|
||||
WATRTILE EQU 15
|
||||
|
||||
TALK EQU 1 << 4
|
Reference in New Issue
Block a user