diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 17:22:52 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 17:22:52 -0500 |
commit | 59fe4078124f0fa8d1613a3f715861d9c6f2d449 (patch) | |
tree | 5b54cb5abb2955509e63f6ef0c202c6cbae5fed8 /lib | |
parent | dc76bf804f86f884933e9d5a8820e3122b2771ae (diff) |
Copy pokered's organization some more, with further constant and data files
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mobile/main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mobile/main.asm b/lib/mobile/main.asm index a122d2472..0d2003f2e 100644 --- a/lib/mobile/main.asm +++ b/lib/mobile/main.asm @@ -2,7 +2,7 @@ charmap "<CR>", $d -INCLUDE "gbhw.asm" +INCLUDE "constants/hardware_constants.asm" SECTION "Main", ROMX |