summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-01 21:33:50 -0500
committerdannye <33dannye@gmail.com>2021-05-01 21:33:50 -0500
commitab3b96f10acada882871980e2892a11e3108ee1b (patch)
tree89a75bd17bfb96eeafead639d02764c0d9f7327a /src
parent61a337369774ddd984cacbb24c9ffe07ecf4fd9e (diff)
Fix compatibility with rgbds v0.5.0
Diffstat (limited to 'src')
-rwxr-xr-xsrc/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/home.asm b/src/home.asm
index 18addba..2835116 100755
--- a/src/home.asm
+++ b/src/home.asm
@@ -45,8 +45,8 @@ SECTION "romheader",ROM0[$100]
; manually declare part of the rom header
; because rgblink mistakenly pads these with FF
-SECTION "gbc only",ROM0[$143]
- db $c0
+SECTION "title padding",ROM0[$13d]
+ db $00, $00
SECTION "sgb flag",ROM0[$146]
db $00