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 /misc/crystal_misc.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 'misc/crystal_misc.asm')
-rw-r--r-- | misc/crystal_misc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm index 66f0a92ae..84c45fe56 100644 --- a/misc/crystal_misc.asm +++ b/misc/crystal_misc.asm @@ -1,7 +1,7 @@ INCLUDE "includes.asm" -SECTION "Misc Crystal", ROMX, BANK[MISC_CRYSTAL] +SECTION "Misc Crystal", ROMX [$59ef], BANK[MISC_CRYSTAL] MobileAdapterGFX:: INCBIN "gfx/misc/mobile_adapter.2bpp" |