diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 16:06:05 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 16:06:05 -0400 |
commit | c9a953200e5bb1cfc7d876d9e0428ac99dcbc419 (patch) | |
tree | 1b7a8ffd16e55b20b2a20fca62c0e24853d7643f /engine/math/math.asm | |
parent | 82cec686eca214edc5b2749b0f7a3cad60cb507b (diff) |
include -> INCLUDE
Diffstat (limited to 'engine/math/math.asm')
-rw-r--r-- | engine/math/math.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/math/math.asm b/engine/math/math.asm index ae02e77..af201b4 100644 --- a/engine/math/math.asm +++ b/engine/math/math.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/math/math.asm", ROMX |