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/mobile_46.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/mobile_46.asm')
-rwxr-xr-x | misc/mobile_46.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_46.asm b/misc/mobile_46.asm index 644989872..9c0a6388f 100755 --- a/misc/mobile_46.asm +++ b/misc/mobile_46.asm @@ -1,4 +1,4 @@ -SECTION "bank46", ROMX, BANK[$46] +SECTION "bank46", ROMX[$4000], BANK[$46] Function118000: ; 118000 ld a, $1 @@ -3014,7 +3014,7 @@ Unknown_1196b8: ; 1196b8 db "Sun" ; 1196cd -SECTION "bank46_2", ROMX, BANK[$46] +SECTION "bank46_2", ROMX[$56cd], BANK[$46] ; A hack to use ascii above. Function1196cd: ; 1196cd (46:56cd) |