diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-23 14:51:36 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-23 14:51:36 -0700 |
commit | 6c8db52d3b834b5bcaefd307aa5a01abc71b2ee6 (patch) | |
tree | 814ad3facbaaf5c58add30cd8ccdc02188bcfb23 /main.asm | |
parent | 222434e8ae55fc61233e610b516d186465a0e4ad (diff) | |
parent | efdd6d492a1cd831cc4569a8c90c89505235fcf5 (diff) |
Merge pull request #11 from Zhorken/master
Fix an INCBIN length.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |