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 - $
|
||||
include scroll/define.asm
|
||||
ld sp, 0
|
||||
ld de, $5e82+filesize-1
|
||||
ld de, $5e6d+filesize-1
|
||||
ld hl, fin-1
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
output scroll.bin
|
||||
org $5e82
|
||||
org $5e6d
|
||||
display $6d35+string-music
|
||||
string include string.asm
|
||||
music ld (vari+2), ix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include define.asm
|
||||
output scrolldesc.bin
|
||||
org $5ccb
|
||||
ld de, $5e82+filesize-1
|
||||
ld de, $5e6d+filesize-1
|
||||
di
|
||||
defb $de, $c0, $37, $0e, $8f, $39, $96
|
||||
jr aqui
|
||||
|
|
Loading…
Reference in New Issue