diff options
author | Sanqui <gsanky@gmail.com> | 2017-03-15 14:58:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 14:58:53 +0100 |
commit | 365d98d189a6bf541a9d6e2cc83407114c080858 (patch) | |
tree | 270ad8cc94f3702edda23c0b4f3c445bdba9698c /misc/crystal_misc.asm | |
parent | a722f936a9ef21348bc35b7a43efac1da23e04a3 (diff) | |
parent | e28b88f56d666484b994fc9cf28cc5d4cf50c803 (diff) |
Merge pull request #358 from AntonioND/an/fix-floating
Fix floating sections
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" |