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