mirror of https://github.com/zxdos/zxuno.git
Cambio alguna cosilla sin importancia
This commit is contained in:
parent
3864d38abd
commit
5aeedaf7de
File diff suppressed because it is too large
Load Diff
|
@ -143,7 +143,7 @@ bin2 jr nz, bin2
|
||||||
block $0100 - $
|
block $0100 - $
|
||||||
include scroll/define.asm
|
include scroll/define.asm
|
||||||
ld sp, 0
|
ld sp, 0
|
||||||
ld de, $5e82+filesize-1
|
ld de, $5e6d+filesize-1
|
||||||
ld hl, fin-1
|
ld hl, fin-1
|
||||||
|
|
||||||
; -----------------------------------------------------------------------------
|
; -----------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
output scroll.bin
|
output scroll.bin
|
||||||
org $5e82
|
org $5e6d
|
||||||
display $6d35+string-music
|
display $6d35+string-music
|
||||||
string include string.asm
|
string include string.asm
|
||||||
music ld (vari+2), ix
|
music ld (vari+2), ix
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
include define.asm
|
include define.asm
|
||||||
output scrolldesc.bin
|
output scrolldesc.bin
|
||||||
org $5ccb
|
org $5ccb
|
||||||
ld de, $5e82+filesize-1
|
ld de, $5e6d+filesize-1
|
||||||
di
|
di
|
||||||
defb $de, $c0, $37, $0e, $8f, $39, $96
|
defb $de, $c0, $37, $0e, $8f, $39, $96
|
||||||
jr aqui
|
jr aqui
|
||||||
|
|
Loading…
Reference in New Issue