summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-04-24 22:08:48 -0400
committeryenatch <yenatch@gmail.com>2017-04-24 22:08:48 -0400
commit678b3c9e6c7de83ad09c00b181497f942bf86e62 (patch)
tree7d5f51fc30caf3d0e690864369d140800e2d82c1 /home.asm
parent6697d9e7f1721bdbc9c996413a5e733e050f3d9e (diff)
parent52adb844def5bffa9cd402e886cf24ea17fc00ab (diff)
Merge commit '52adb84'
Revert "Fix floating sections" This reverts commit cec6e6e.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 94125da2..0a2d829d 100644
--- a/home.asm
+++ b/home.asm
@@ -30,7 +30,7 @@ SECTION "joypad", ROM0 [$60]
reti
-SECTION "Home", ROM0 [$61]
+SECTION "Home", ROM0
DisableLCD::
xor a
@@ -99,7 +99,7 @@ SECTION "Header", ROM0 [$104]
-SECTION "Main", ROM0 [$150]
+SECTION "Main", ROM0
Start::
cp GBC