summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynn "Zhorken" Vaughan <zhorken@gmail.com>2012-05-23 17:48:19 -0400
committerLynn "Zhorken" Vaughan <zhorken@gmail.com>2012-05-23 17:48:19 -0400
commitefdd6d492a1cd831cc4569a8c90c89505235fcf5 (patch)
tree814ad3facbaaf5c58add30cd8ccdc02188bcfb23
parent222434e8ae55fc61233e610b516d186465a0e4ad (diff)
Fix an INCBIN length.
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index d4d6b5cc5..9023abd26 100644
--- a/main.asm
+++ b/main.asm
@@ -6,7 +6,7 @@ UnknownScript_0x26ef: ; 0x26ef
jumptextfaceplayer $26f2
; 0x26f2
-INCBIN "baserom.gbc",$26f2,$937
+INCBIN "baserom.gbc",$26f2,$3026-$26f2
CopyBytes: ; 0x3026
; copy bc bytes from hl to de