summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-15 17:24:56 -0400
committeryenatch <yenatch@gmail.com>2013-09-15 17:24:56 -0400
commitdd473e565b12d3b1ecbffcd60d3c8b91ab40f23f (patch)
tree699514941216efa327104cfcacb9912b0d4ef936
parentc738318dc08a356077b413efda1c20e9a7b0712e (diff)
incbin some 0s back
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index c49f0409a..8ba2d834c 100644
--- a/main.asm
+++ b/main.asm
@@ -13350,7 +13350,7 @@ DarkPal: ; 0xb3d9
INCBIN "tilesets/dark.pal"
; 0xb419
-INCBIN "baserom.gbc", $b419, $b825 - $b419
+INCBIN "baserom.gbc", $b419, $b829 - $b419
SECTION "bank3",ROMX,BANK[$3]