summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-08-24 22:54:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-08-24 22:54:36 -0400
commitd2e3b286a4ac5530b299fe7fc0530df734584bb3 (patch)
treee4e18350a17116f7104b053c13d7c3c93489a6b2 /home.asm
parentdff855fedfd7632a24340c4e36df2810edb8db83 (diff)
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibility)
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 1af9effd..027687de 100644
--- a/home.asm
+++ b/home.asm
@@ -4,12 +4,12 @@ INCLUDE "includes.asm"
INCLUDE "rst.asm"
INCLUDE "interrupts.asm"
-SECTION "start", HOME[$100]
+SECTION "start", ROM0[$100]
Start::
nop
jp _Start
-SECTION "bank0", HOME[$150]
+SECTION "bank0", ROM0[$150]
INCLUDE "home/vblank.asm"
INCLUDE "home/delay.asm"
INCLUDE "home/rtc.asm"
@@ -185,7 +185,7 @@ INCLUDE "home/random.asm"
INCLUDE "home/sram.asm"
jp_hl::
- jp [hl]
+ jp hl
jp_de::
push de