shithub: pokecrystal

Download patch

ref: 2238f521975053b18362fba5d3485a166ac6d6d5
parent: ef1c4c5a813595841a2c81105ca0c06e5ea85db0
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Feb 23 09:28:35 EST 2020

Fix build with rgbds 0.3.9 release

--- a/home/header.asm
+++ b/home/header.asm
@@ -63,4 +63,4 @@
 
 ; The cartridge header data is filled in by rgbfix.
 ; This makes sure it doesn't get used.
-	ds $0150 - @
+	ds $0150 - $0104
--- a/pokecrystal.link
+++ b/pokecrystal.link
@@ -1,6 +1,7 @@
 ROM0
 	org $0000
 	"NULL"
+	org $0000
 	"rst0"
 	org $0008
 	"rst8"