summaryrefslogtreecommitdiff
path: root/src/main.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-07 20:18:24 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-07 20:18:24 +0100
commitb9f2f4ee8e9218436b7ce36804bf404901f87d0f (patch)
tree1637f4a18b03c9b682f060320e34d606d13c73e8 /src/main.asm
parent15a837c3a8a3f15bd0901de17582755f75437852 (diff)
Use const to enumerate constants
Diffstat (limited to 'src/main.asm')
-rwxr-xr-xsrc/main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.asm b/src/main.asm
index 356a674..c6c0d8e 100755
--- a/src/main.asm
+++ b/src/main.asm
@@ -1,5 +1,5 @@
-INCLUDE "constants.asm"
INCLUDE "macros.asm"
+INCLUDE "constants.asm"
INCLUDE "engine/home.asm"