From e28b88f56d666484b994fc9cf28cc5d4cf50c803 Mon Sep 17 00:00:00 2001 From: AntonioND Date: Tue, 14 Mar 2017 23:16:40 +0000 Subject: Fix floating sections This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND --- misc/crystal_misc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/crystal_misc.asm') 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" -- cgit v1.2.3