diff options
author | AntonioND <antonio_nd@outlook.com> | 2017-03-14 23:16:40 +0000 |
---|---|---|
committer | AntonioND <antonio_nd@outlook.com> | 2017-03-15 00:52:26 +0000 |
commit | e28b88f56d666484b994fc9cf28cc5d4cf50c803 (patch) | |
tree | 270ad8cc94f3702edda23c0b4f3c445bdba9698c /lib/mobile/main.asm | |
parent | a722f936a9ef21348bc35b7a43efac1da23e04a3 (diff) |
Fix floating sections
This is needed so that rgblink doesn't move them around after modifying
it's placement algorithm.
Signed-off-by: AntonioND <antonio_nd@outlook.com>
Diffstat (limited to 'lib/mobile/main.asm')
-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 0261bc564..2887b15e8 100644 --- a/lib/mobile/main.asm +++ b/lib/mobile/main.asm @@ -4,7 +4,7 @@ charmap "<CR>", $d INCLUDE "gbhw.asm" -SECTION "Main", ROMX +SECTION "Main", ROMX[$4000], BANK[$44] Function110000: ; 110000 (44:4000) ; Copy b bytes from hl to de |