Fix an INCBIN length.
This commit is contained in:
2
main.asm
2
main.asm
@@ -6,7 +6,7 @@ UnknownScript_0x26ef: ; 0x26ef
|
|||||||
jumptextfaceplayer $26f2
|
jumptextfaceplayer $26f2
|
||||||
; 0x26f2
|
; 0x26f2
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$26f2,$937
|
INCBIN "baserom.gbc",$26f2,$3026-$26f2
|
||||||
|
|
||||||
CopyBytes: ; 0x3026
|
CopyBytes: ; 0x3026
|
||||||
; copy bc bytes from hl to de
|
; copy bc bytes from hl to de
|
||||||
|
Reference in New Issue
Block a user