diff options
Diffstat (limited to 'home/math.asm')
-rw-r--r-- | home/math.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm index c9d9f5c..7e655f0 100644 --- a/home/math.asm +++ b/home/math.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/math.asm", ROM0 |