diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:36:15 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:36:15 -0500 |
commit | d0a8e8e7441a5ac4eee6e40cfeb6c3e77d6aace4 (patch) | |
tree | 93e53bb13b07361867e485c2165f377f68241cda /main.asm | |
parent | 76ed8b1f370cea807f2b1ec6fd38a4229e18d6e3 (diff) |
includes.asm → constants.asm
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "bank1", ROMX |