diff options
author | Ben10do <Ben10do@users.noreply.github.com> | 2017-03-24 11:51:03 +0000 |
---|---|---|
committer | Ben10do <Ben10do@users.noreply.github.com> | 2017-03-24 11:51:03 +0000 |
commit | 288902139f00a9113ea9b360eb00d3109727dcfe (patch) | |
tree | 31ea082d847501b88fea31024e36b43697baeecc /lib | |
parent | 30ccec783358f2bf12a414ff94503bccd387595a (diff) |
Revert "Fix floating sections"
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
Diffstat (limited to 'lib')
-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 2887b15e8..0261bc564 100644 --- a/lib/mobile/main.asm +++ b/lib/mobile/main.asm @@ -4,7 +4,7 @@ charmap "<CR>", $d INCLUDE "gbhw.asm" -SECTION "Main", ROMX[$4000], BANK[$44] +SECTION "Main", ROMX Function110000: ; 110000 (44:4000) ; Copy b bytes from hl to de |