├── 20110106 ├── zw.asm └── niveles.asm ├── 20110107 ├── zw.asm └── niveles.asm ├── 20110108 ├── zw.asm ├── SPRITES.ASM └── niveles.asm ├── 20110109 ├── zw.asm ├── SPRITES.ASM └── niveles.asm ├── 20110110 ├── zw.asm ├── SPRITES.ASM ├── alerta.dat ├── niveles.asm └── titulo.dat ├── 20110111 ├── zw.asm ├── fin.dat ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── niveles.asm └── titulo.dat ├── 20110112 ├── zw.asm ├── fin.dat ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── niveles.asm ├── sonido.asm └── titulo.dat ├── 20110113 ├── zw.asm ├── fin.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── niveles.asm ├── sonido.asm └── titulo.dat ├── 20110114 ├── zw.asm ├── fin.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── niveles.asm ├── sonido.asm └── titulo.dat ├── 20110115 ├── zw.asm ├── fin.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── niveles.asm ├── sonido.asm └── titulo.dat ├── 20110116 ├── ia.asm ├── zw.asm ├── fin.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── sonido.asm └── titulo.dat ├── 20110117 ├── ia.asm ├── zw.asm ├── fin.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── sonido.asm └── titulo.dat ├── 20110118 ├── ia.asm ├── zw.asm ├── fin.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat └── titulo2.dat ├── 20110119 ├── ia.asm ├── zw.asm ├── fin.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat └── titulo2.dat ├── 20110120 ├── ia.asm ├── zw.asm ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110121 ├── ia.asm ├── zw.asm ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110122 ├── ia.asm ├── zw.asm ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110124 ├── ia.asm ├── zw.asm ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110125 ├── ia.asm ├── zw.asm ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110126 ├── ia.asm ├── zw.asm ├── Jefe.bmp ├── Jefe1.bmp ├── Jefe2.bmp ├── Jefe3.bmp ├── fin.dat ├── fin2.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── Alerta.bmp ├── Delta1.bmp ├── Delta2.bmp ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat └── titulo4.dat ├── 20110221 ├── tniasm.out ├── ia.asm ├── zw.asm ├── ARMA.BAS ├── Fin.bmp ├── Fin2.bmp ├── Inves.bmp ├── Jefe.bmp ├── Jefe1.bmp ├── Jefe2.bmp ├── Jefe3.bmp ├── Oscar.bmp ├── PIANO.BAS ├── POSE1.BMP ├── POSE2.BMP ├── SALTO.BAS ├── Telef.bmp ├── adan.bmp ├── adan.dat ├── adan2.bmp ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── oscar.dat ├── ALEATO.BAS ├── Alerta.bmp ├── Alerta2.bmp ├── CICLOS.BAS ├── Delta1.bmp ├── Delta2.bmp ├── Helicop.bmp ├── Imagen1.bmp ├── Inves2.bmp ├── Inves3.bmp ├── MUSICA.ASM ├── MUSICA.BAS ├── MUSICA.TXT ├── RETRAZO.ROM ├── ROLADO.ROM ├── SONIDO.BAS ├── SONIDO.TXT ├── SPRITES.ASM ├── SPRITES.BAS ├── Titulo.bmp ├── Titulo2.bmp ├── Titulo3.bmp ├── Titulo4.bmp ├── alerta.dat ├── alerta2.dat ├── helicop.dat ├── imagen.exe ├── lector.exe ├── oscar2.bmp ├── retrazo.asm ├── rolado.asm ├── salida.txt ├── sonido.asm ├── titulo.dat ├── titulo2.dat ├── titulo3.dat ├── titulo4.dat └── tniasm.exe ├── 20110330 ├── tniasm.out ├── ia.asm ├── zw.asm ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapas.asm ├── tabla.c ├── tabla.exe ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── crujido.exe ├── helicop.dat ├── imagen.exe ├── lector.exe ├── optimiza.c ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110331 ├── ia.asm ├── zw.asm ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapas.asm ├── tabla.c ├── tabla.exe ├── MUSICA.ASM ├── SPRITES.ASM ├── alerta.dat ├── alerta2.dat ├── crujido.exe ├── helicop.dat ├── imagen.exe ├── lector.exe ├── optimiza.c ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110404 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── optimiza.c ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110406 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── optimiza.c ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110408 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── optimiza.c ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110411 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── SOPAS.DAT ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── matra.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── combina.asm ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110413 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── matra.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── combina.asm ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── sonido.asm ├── titulo1.dat ├── titulo2.dat └── tniasm.exe ├── 20110416 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── matra.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── bitwise.dat ├── combina.asm ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── sonido.asm ├── titulo1.dat ├── titulo2.dat ├── titulo3.dat └── tniasm.exe ├── 20110503 ├── tniasm.out ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── matra.dat ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta.dat ├── alerta2.dat ├── bitwise.dat ├── combina.asm ├── crujido.exe ├── csprites.c ├── helicop.dat ├── imagen.exe ├── lector.exe ├── milogo.dat ├── sonido.asm ├── titulo1.dat ├── titulo2.dat ├── titulo3.dat └── tniasm.exe ├── 20110505 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm └── matra.dat ├── 20110507 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm └── matra.dat ├── 20110511 ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.dat ├── fin2.dat ├── imagen.c ├── lector.c ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm └── matra.dat ├── ch ├── cv ├── 20110427 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110503 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110505 │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110512 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110515 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110517 │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110521 │ ├── tniasm.out │ ├── launch.tmp │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110629 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── 20110710 │ ├── tniasm.out │ ├── ia.asm │ ├── r.bat │ └── zw.asm ├── tniasm.out ├── e.bat ├── r.bat ├── fin.dat ├── ia.asm ├── zw.asm ├── ARMA.BAS ├── MUSICA.ASM ├── alerta.dat ├── coll.dat ├── crujido.c ├── csprites.c ├── imagen.c ├── imagen.exe ├── lector.c ├── lector.exe ├── logo.dat ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── milogo.dat ├── pletter.c ├── sonido.asm ├── tniasm.exe ├── SPRITES.ASM ├── SPRITES.BAS ├── combina1.asm ├── combina2.asm ├── combina3.asm ├── compleng.dat ├── copyrigh.dat ├── crujido.exe ├── csprites.exe ├── edificio.dat ├── graficas.asm ├── helicop.dat ├── historia.asm ├── mensajes.asm ├── paneleng.dat ├── pletter.exe ├── retrato1.dat ├── retrato2.dat ├── retrato3.dat ├── retrato4.dat ├── retrato5.dat ├── retrato6.dat ├── retrato7.dat ├── retrato8.dat ├── retrato9.dat ├── titulo1.dat ├── titulo2.dat ├── titulo3.dat ├── zombnear.rom ├── zombnear.txt ├── caminable.exe ├── graficas │ ├── 04.wav │ └── 15.wav ├── retrato10.dat ├── retrato11.dat ├── retrato12.dat ├── retrato13.dat ├── retrato14.dat └── retrato15.dat ├── mt ├── tniasm.out ├── launch.tmp ├── o.run ├── r.bat ├── fin.bin ├── ia.asm ├── zw.asm ├── ARMA.BAS ├── MUSICA.ASM ├── ZNMTX.TXT ├── crujido.c ├── csprites.c ├── imagen.c ├── imagen.exe ├── jeje.asm ├── lector.c ├── lector.exe ├── logo.bin ├── logo2.bin ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapas.asm ├── milogo.dat ├── musica.bin ├── pletter.c ├── sonido.asm ├── tniasm.exe ├── SPRITES.ASM ├── SPRITES.BAS ├── ZOMBNEAR.COM ├── ZOMBNEAR.RUN ├── combina1.asm ├── combina1.bin ├── combina2.asm ├── combina2.bin ├── combina3.asm ├── combina3.bin ├── combina4.bin ├── crujido.exe ├── csprites.exe ├── graficas.asm ├── historia.asm ├── mensajes.asm ├── pletter.exe ├── retrato3.dat ├── retrato4.dat ├── retrato5.dat ├── retrato8.dat ├── retrato9.dat ├── zombnea2.com ├── zombnea2.run ├── fin1.bin.plet5 ├── fin2.bin.plet5 ├── logo1.bin.plet5 ├── logo2.bin.plet5 ├── retrato10.dat ├── sonido_bug.asm └── zw_antiguo.asm ├── tniasm.out ├── SVI ├── tniasm.out ├── launch.tmp ├── ia.asm ├── r.bat ├── zw.asm ├── ARMA.BAS ├── crujido.c ├── fin.bin ├── imagen.c ├── jeje.asm ├── lector.c ├── logo.bin ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapas.asm ├── pletter.c ├── MUSICA.ASM ├── SPRITES.ASM ├── SPRITES.BAS ├── crujido.exe ├── csprites.c ├── imagen.exe ├── lector.exe ├── milogo.dat ├── musica.bin ├── pletter.exe ├── sonido.asm ├── sprites.bin ├── tniasm.exe ├── ZOMBNEAR.ROM ├── combina1.asm ├── combina1.bin ├── combina2.asm ├── combina2.bin ├── combina3.asm ├── combina3.bin ├── combina4.bin ├── csprites.exe ├── fin1.bin.plet5 ├── fin2.bin.plet5 ├── graficas.asm ├── historia.asm ├── mensajes.asm ├── retrato10.dat ├── retrato3.dat ├── retrato4.dat ├── retrato5.dat ├── retrato8.dat └── retrato9.dat ├── c64 ├── e.bat ├── ZW.ASM ├── ACME.EXE ├── MUSICA.ASM ├── MUSICA.BAS └── zombnear.prg ├── launch.tmp ├── atari ├── e.bat ├── zw.asm ├── zw.bin ├── clock.bin └── dasm.exe ├── dif ├── r.bat ├── ARMA.BAS ├── ayuda1.c ├── ayuda2.c ├── ayuda3.c ├── fin.dat ├── fin2.dat ├── ia.asm ├── imagen.c ├── lector.c ├── logo.dat ├── tabla.c ├── zw.asm ├── ALEATO.BAS ├── CICLOS.BAS ├── MUSICA.ASM ├── MUSICA.BAS ├── MUSICA.TXT ├── PIANO.BAS ├── ROLADO.ROM ├── SALTO.BAS ├── SONIDO.BAS ├── SONIDO.TXT ├── VBLANK.ROM ├── alerta.dat ├── ayuda1.exe ├── ayuda2.exe ├── ayuda3.exe ├── crujido.c ├── csprites.c ├── imagen.exe ├── lector.exe ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── matra.dat ├── milogo.dat ├── optimiza.c ├── rolado.asm ├── salida.txt ├── sonido.asm ├── tabla.exe ├── tablas.asm ├── tniasm.exe ├── trozo.asm ├── vblank.asm ├── RETRAZO.ROM ├── SPRITES.ASM ├── SPRITES.BAS ├── alerta2.dat ├── bitwise.dat ├── combina.asm ├── compleng.dat ├── complesp.dat ├── copyrigh.dat ├── crujido.exe ├── csprites.exe ├── edificio.dat ├── graficas.asm ├── helicop.dat ├── historia.asm ├── mensajes.asm ├── optimiza.exe ├── paneleng.dat ├── panelesp.dat ├── retrato1.dat ├── retrato10.dat ├── retrato11.dat ├── retrato12.dat ├── retrato13.dat ├── retrato14.dat ├── retrato15.dat ├── retrato2.dat ├── retrato3.dat ├── retrato4.dat ├── retrato5.dat ├── retrato6.dat ├── retrato7.dat ├── retrato8.dat ├── retrato9.dat ├── retrazo.asm ├── sprites2.asm ├── tablas2.asm ├── titulo1.dat ├── titulo2.dat ├── titulo3.dat ├── zombnear.rom ├── zombnear.txt ├── zx ├── crujido.c ├── mapa1.asm ├── mapa2.asm ├── mapa3.asm ├── mapa4.asm ├── mapas.asm ├── motor.asm ├── motor.tap ├── motor1.asm ├── motor2.asm ├── pasmo.exe ├── SPRITES.ASM └── crujido.exe ├── Diseño ├── Umm.png └── pose.bmp ├── OBSOLETO ├── ZM.ROM ├── zm.asm ├── POSE1.BMP └── POSE2.BMP ├── graficas ├── ot.bmp ├── Fin.bmp ├── Fin2.bmp ├── INVES.BMP ├── JEFE.BMP ├── JEFE1.BMP ├── JEFE2.BMP ├── JEFE3.BMP ├── TELEF.BMP ├── beso1.bmp ├── beso2.bmp ├── logo.bmp └── matra.bmp └── Cartucho └── mapas.txt /ch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mt/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SVI/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /20110221/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /20110330/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /20110503/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c64/e.bat: -------------------------------------------------------------------------------- 1 | acme zw.asm -------------------------------------------------------------------------------- /cv/20110427/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110503/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110512/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110515/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110521/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110629/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cv/20110710/tniasm.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /launch.tmp: -------------------------------------------------------------------------------- 1 | "C:\O\Retro\ZW\RETRAZO.ROM" -------------------------------------------------------------------------------- /atari/e.bat: -------------------------------------------------------------------------------- 1 | dasm zw.asm -f3 -ozw.bin 2 | -------------------------------------------------------------------------------- /cv/e.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | tniasm zw.asm 3 | -------------------------------------------------------------------------------- /SVI/launch.tmp: -------------------------------------------------------------------------------- 1 | "C:\O\Retro\ZW\cv\20110521\ZOMBNEAR.ROM" -------------------------------------------------------------------------------- /mt/launch.tmp: -------------------------------------------------------------------------------- 1 | "C:\O\Retro\ZW\cv\20110521\ZOMBNEAR.ROM" -------------------------------------------------------------------------------- /cv/20110521/launch.tmp: -------------------------------------------------------------------------------- 1 | "C:\O\Retro\ZW\cv\20110521\ZOMBNEAR.ROM" -------------------------------------------------------------------------------- /dif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/dif -------------------------------------------------------------------------------- /r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/r.bat -------------------------------------------------------------------------------- /ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ARMA.BAS -------------------------------------------------------------------------------- /ayuda1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda1.c -------------------------------------------------------------------------------- /ayuda2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda2.c -------------------------------------------------------------------------------- /ayuda3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda3.c -------------------------------------------------------------------------------- /cv/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/r.bat -------------------------------------------------------------------------------- /fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/fin.dat -------------------------------------------------------------------------------- /fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/fin2.dat -------------------------------------------------------------------------------- /ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ia.asm -------------------------------------------------------------------------------- /imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/imagen.c -------------------------------------------------------------------------------- /lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/lector.c -------------------------------------------------------------------------------- /logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/logo.dat -------------------------------------------------------------------------------- /mt/o.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/o.run -------------------------------------------------------------------------------- /mt/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/r.bat -------------------------------------------------------------------------------- /tabla.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/tabla.c -------------------------------------------------------------------------------- /zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zw.asm -------------------------------------------------------------------------------- /ALEATO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ALEATO.BAS -------------------------------------------------------------------------------- /CICLOS.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/CICLOS.BAS -------------------------------------------------------------------------------- /MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/MUSICA.ASM -------------------------------------------------------------------------------- /MUSICA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/MUSICA.BAS -------------------------------------------------------------------------------- /MUSICA.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/MUSICA.TXT -------------------------------------------------------------------------------- /PIANO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/PIANO.BAS -------------------------------------------------------------------------------- /ROLADO.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ROLADO.ROM -------------------------------------------------------------------------------- /SALTO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SALTO.BAS -------------------------------------------------------------------------------- /SONIDO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SONIDO.BAS -------------------------------------------------------------------------------- /SONIDO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SONIDO.TXT -------------------------------------------------------------------------------- /SVI/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/ia.asm -------------------------------------------------------------------------------- /SVI/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/r.bat -------------------------------------------------------------------------------- /SVI/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/zw.asm -------------------------------------------------------------------------------- /VBLANK.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/VBLANK.ROM -------------------------------------------------------------------------------- /alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/alerta.dat -------------------------------------------------------------------------------- /ayuda1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda1.exe -------------------------------------------------------------------------------- /ayuda2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda2.exe -------------------------------------------------------------------------------- /ayuda3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/ayuda3.exe -------------------------------------------------------------------------------- /c64/ZW.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/c64/ZW.ASM -------------------------------------------------------------------------------- /crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/crujido.c -------------------------------------------------------------------------------- /csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/csprites.c -------------------------------------------------------------------------------- /cv/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/fin.dat -------------------------------------------------------------------------------- /cv/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/ia.asm -------------------------------------------------------------------------------- /cv/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/zw.asm -------------------------------------------------------------------------------- /imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/imagen.exe -------------------------------------------------------------------------------- /lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/lector.exe -------------------------------------------------------------------------------- /mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mapa1.asm -------------------------------------------------------------------------------- /mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mapa2.asm -------------------------------------------------------------------------------- /mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mapa3.asm -------------------------------------------------------------------------------- /mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mapa4.asm -------------------------------------------------------------------------------- /mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mapas.asm -------------------------------------------------------------------------------- /matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/matra.dat -------------------------------------------------------------------------------- /milogo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/milogo.dat -------------------------------------------------------------------------------- /mt/fin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/fin.bin -------------------------------------------------------------------------------- /mt/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/ia.asm -------------------------------------------------------------------------------- /mt/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/zw.asm -------------------------------------------------------------------------------- /optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/optimiza.c -------------------------------------------------------------------------------- /rolado.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/rolado.asm -------------------------------------------------------------------------------- /salida.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/salida.txt -------------------------------------------------------------------------------- /sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/sonido.asm -------------------------------------------------------------------------------- /tabla.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/tabla.exe -------------------------------------------------------------------------------- /tablas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/tablas.asm -------------------------------------------------------------------------------- /tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/tniasm.exe -------------------------------------------------------------------------------- /trozo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/trozo.asm -------------------------------------------------------------------------------- /vblank.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/vblank.asm -------------------------------------------------------------------------------- /RETRAZO.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/RETRAZO.ROM -------------------------------------------------------------------------------- /SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SPRITES.ASM -------------------------------------------------------------------------------- /SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SPRITES.BAS -------------------------------------------------------------------------------- /SVI/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/ARMA.BAS -------------------------------------------------------------------------------- /SVI/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/crujido.c -------------------------------------------------------------------------------- /SVI/fin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/fin.bin -------------------------------------------------------------------------------- /SVI/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/imagen.c -------------------------------------------------------------------------------- /SVI/jeje.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/jeje.asm -------------------------------------------------------------------------------- /SVI/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/lector.c -------------------------------------------------------------------------------- /SVI/logo.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/logo.bin -------------------------------------------------------------------------------- /SVI/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/mapa1.asm -------------------------------------------------------------------------------- /SVI/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/mapa2.asm -------------------------------------------------------------------------------- /SVI/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/mapa3.asm -------------------------------------------------------------------------------- /SVI/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/mapas.asm -------------------------------------------------------------------------------- /SVI/pletter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/pletter.c -------------------------------------------------------------------------------- /alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/alerta2.dat -------------------------------------------------------------------------------- /atari/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/atari/zw.asm -------------------------------------------------------------------------------- /atari/zw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/atari/zw.bin -------------------------------------------------------------------------------- /bitwise.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/bitwise.dat -------------------------------------------------------------------------------- /c64/ACME.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/c64/ACME.EXE -------------------------------------------------------------------------------- /combina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/combina.asm -------------------------------------------------------------------------------- /compleng.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/compleng.dat -------------------------------------------------------------------------------- /complesp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/complesp.dat -------------------------------------------------------------------------------- /copyrigh.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/copyrigh.dat -------------------------------------------------------------------------------- /crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/crujido.exe -------------------------------------------------------------------------------- /csprites.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/csprites.exe -------------------------------------------------------------------------------- /cv/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/ARMA.BAS -------------------------------------------------------------------------------- /cv/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/MUSICA.ASM -------------------------------------------------------------------------------- /cv/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/alerta.dat -------------------------------------------------------------------------------- /cv/coll.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/coll.dat -------------------------------------------------------------------------------- /cv/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/crujido.c -------------------------------------------------------------------------------- /cv/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/csprites.c -------------------------------------------------------------------------------- /cv/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/imagen.c -------------------------------------------------------------------------------- /cv/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/imagen.exe -------------------------------------------------------------------------------- /cv/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/lector.c -------------------------------------------------------------------------------- /cv/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/lector.exe -------------------------------------------------------------------------------- /cv/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/logo.dat -------------------------------------------------------------------------------- /cv/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mapa1.asm -------------------------------------------------------------------------------- /cv/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mapa2.asm -------------------------------------------------------------------------------- /cv/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mapa3.asm -------------------------------------------------------------------------------- /cv/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mapa4.asm -------------------------------------------------------------------------------- /cv/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mapas.asm -------------------------------------------------------------------------------- /cv/milogo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/milogo.dat -------------------------------------------------------------------------------- /cv/pletter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/pletter.c -------------------------------------------------------------------------------- /cv/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/sonido.asm -------------------------------------------------------------------------------- /cv/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/tniasm.exe -------------------------------------------------------------------------------- /edificio.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/edificio.dat -------------------------------------------------------------------------------- /graficas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas.asm -------------------------------------------------------------------------------- /helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/helicop.dat -------------------------------------------------------------------------------- /historia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/historia.asm -------------------------------------------------------------------------------- /mensajes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mensajes.asm -------------------------------------------------------------------------------- /mt/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/ARMA.BAS -------------------------------------------------------------------------------- /mt/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/MUSICA.ASM -------------------------------------------------------------------------------- /mt/ZNMTX.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/ZNMTX.TXT -------------------------------------------------------------------------------- /mt/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/crujido.c -------------------------------------------------------------------------------- /mt/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/csprites.c -------------------------------------------------------------------------------- /mt/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/imagen.c -------------------------------------------------------------------------------- /mt/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/imagen.exe -------------------------------------------------------------------------------- /mt/jeje.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/jeje.asm -------------------------------------------------------------------------------- /mt/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/lector.c -------------------------------------------------------------------------------- /mt/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/lector.exe -------------------------------------------------------------------------------- /mt/logo.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/logo.bin -------------------------------------------------------------------------------- /mt/logo2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/logo2.bin -------------------------------------------------------------------------------- /mt/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/mapa1.asm -------------------------------------------------------------------------------- /mt/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/mapa2.asm -------------------------------------------------------------------------------- /mt/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/mapa3.asm -------------------------------------------------------------------------------- /mt/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/mapas.asm -------------------------------------------------------------------------------- /mt/milogo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/milogo.dat -------------------------------------------------------------------------------- /mt/musica.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/musica.bin -------------------------------------------------------------------------------- /mt/pletter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/pletter.c -------------------------------------------------------------------------------- /mt/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/sonido.asm -------------------------------------------------------------------------------- /mt/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/tniasm.exe -------------------------------------------------------------------------------- /optimiza.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/optimiza.exe -------------------------------------------------------------------------------- /paneleng.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/paneleng.dat -------------------------------------------------------------------------------- /panelesp.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/panelesp.dat -------------------------------------------------------------------------------- /retrato1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato1.dat -------------------------------------------------------------------------------- /retrato10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato10.dat -------------------------------------------------------------------------------- /retrato11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato11.dat -------------------------------------------------------------------------------- /retrato12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato12.dat -------------------------------------------------------------------------------- /retrato13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato13.dat -------------------------------------------------------------------------------- /retrato14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato14.dat -------------------------------------------------------------------------------- /retrato15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato15.dat -------------------------------------------------------------------------------- /retrato2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato2.dat -------------------------------------------------------------------------------- /retrato3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato3.dat -------------------------------------------------------------------------------- /retrato4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato4.dat -------------------------------------------------------------------------------- /retrato5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato5.dat -------------------------------------------------------------------------------- /retrato6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato6.dat -------------------------------------------------------------------------------- /retrato7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato7.dat -------------------------------------------------------------------------------- /retrato8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato8.dat -------------------------------------------------------------------------------- /retrato9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrato9.dat -------------------------------------------------------------------------------- /retrazo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/retrazo.asm -------------------------------------------------------------------------------- /sprites2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/sprites2.asm -------------------------------------------------------------------------------- /tablas2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/tablas2.asm -------------------------------------------------------------------------------- /titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/titulo1.dat -------------------------------------------------------------------------------- /titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/titulo2.dat -------------------------------------------------------------------------------- /titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/titulo3.dat -------------------------------------------------------------------------------- /zombnear.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zombnear.rom -------------------------------------------------------------------------------- /zombnear.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zombnear.txt -------------------------------------------------------------------------------- /zx/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/crujido.c -------------------------------------------------------------------------------- /zx/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/mapa1.asm -------------------------------------------------------------------------------- /zx/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/mapa2.asm -------------------------------------------------------------------------------- /zx/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/mapa3.asm -------------------------------------------------------------------------------- /zx/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/mapa4.asm -------------------------------------------------------------------------------- /zx/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/mapas.asm -------------------------------------------------------------------------------- /zx/motor.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/motor.asm -------------------------------------------------------------------------------- /zx/motor.tap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/motor.tap -------------------------------------------------------------------------------- /zx/motor1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/motor1.asm -------------------------------------------------------------------------------- /zx/motor2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/motor2.asm -------------------------------------------------------------------------------- /zx/pasmo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/pasmo.exe -------------------------------------------------------------------------------- /20110106/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110106/zw.asm -------------------------------------------------------------------------------- /20110107/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110107/zw.asm -------------------------------------------------------------------------------- /20110108/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110108/zw.asm -------------------------------------------------------------------------------- /20110109/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110109/zw.asm -------------------------------------------------------------------------------- /20110110/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110110/zw.asm -------------------------------------------------------------------------------- /20110111/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/zw.asm -------------------------------------------------------------------------------- /20110112/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/zw.asm -------------------------------------------------------------------------------- /20110113/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/zw.asm -------------------------------------------------------------------------------- /20110114/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/zw.asm -------------------------------------------------------------------------------- /20110115/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/zw.asm -------------------------------------------------------------------------------- /20110116/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/ia.asm -------------------------------------------------------------------------------- /20110116/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/zw.asm -------------------------------------------------------------------------------- /20110117/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/ia.asm -------------------------------------------------------------------------------- /20110117/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/zw.asm -------------------------------------------------------------------------------- /20110118/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/ia.asm -------------------------------------------------------------------------------- /20110118/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/zw.asm -------------------------------------------------------------------------------- /20110119/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/ia.asm -------------------------------------------------------------------------------- /20110119/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/zw.asm -------------------------------------------------------------------------------- /20110120/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/ia.asm -------------------------------------------------------------------------------- /20110120/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/zw.asm -------------------------------------------------------------------------------- /20110121/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/ia.asm -------------------------------------------------------------------------------- /20110121/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/zw.asm -------------------------------------------------------------------------------- /20110122/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/ia.asm -------------------------------------------------------------------------------- /20110122/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/zw.asm -------------------------------------------------------------------------------- /20110124/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/ia.asm -------------------------------------------------------------------------------- /20110124/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/zw.asm -------------------------------------------------------------------------------- /20110125/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/ia.asm -------------------------------------------------------------------------------- /20110125/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/zw.asm -------------------------------------------------------------------------------- /20110126/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/ia.asm -------------------------------------------------------------------------------- /20110126/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/zw.asm -------------------------------------------------------------------------------- /20110221/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/ia.asm -------------------------------------------------------------------------------- /20110221/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/zw.asm -------------------------------------------------------------------------------- /20110330/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/ia.asm -------------------------------------------------------------------------------- /20110330/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/zw.asm -------------------------------------------------------------------------------- /20110331/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/ia.asm -------------------------------------------------------------------------------- /20110331/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/zw.asm -------------------------------------------------------------------------------- /20110404/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/ia.asm -------------------------------------------------------------------------------- /20110404/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/r.bat -------------------------------------------------------------------------------- /20110404/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/zw.asm -------------------------------------------------------------------------------- /20110406/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/ia.asm -------------------------------------------------------------------------------- /20110406/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/r.bat -------------------------------------------------------------------------------- /20110406/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/zw.asm -------------------------------------------------------------------------------- /20110408/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/ia.asm -------------------------------------------------------------------------------- /20110408/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/r.bat -------------------------------------------------------------------------------- /20110408/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/zw.asm -------------------------------------------------------------------------------- /20110411/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/ia.asm -------------------------------------------------------------------------------- /20110411/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/r.bat -------------------------------------------------------------------------------- /20110411/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/zw.asm -------------------------------------------------------------------------------- /20110413/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/ia.asm -------------------------------------------------------------------------------- /20110413/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/r.bat -------------------------------------------------------------------------------- /20110413/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/zw.asm -------------------------------------------------------------------------------- /20110416/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/ia.asm -------------------------------------------------------------------------------- /20110416/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/r.bat -------------------------------------------------------------------------------- /20110416/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/zw.asm -------------------------------------------------------------------------------- /20110503/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/ia.asm -------------------------------------------------------------------------------- /20110503/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/r.bat -------------------------------------------------------------------------------- /20110503/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/zw.asm -------------------------------------------------------------------------------- /20110505/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/ia.asm -------------------------------------------------------------------------------- /20110505/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/r.bat -------------------------------------------------------------------------------- /20110505/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/zw.asm -------------------------------------------------------------------------------- /20110507/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/ia.asm -------------------------------------------------------------------------------- /20110507/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/r.bat -------------------------------------------------------------------------------- /20110507/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/zw.asm -------------------------------------------------------------------------------- /20110511/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/ia.asm -------------------------------------------------------------------------------- /20110511/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/r.bat -------------------------------------------------------------------------------- /20110511/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/zw.asm -------------------------------------------------------------------------------- /Diseño/Umm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/Diseño/Umm.png -------------------------------------------------------------------------------- /Diseño/pose.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/Diseño/pose.bmp -------------------------------------------------------------------------------- /OBSOLETO/ZM.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/OBSOLETO/ZM.ROM -------------------------------------------------------------------------------- /OBSOLETO/zm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/OBSOLETO/zm.asm -------------------------------------------------------------------------------- /SVI/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/MUSICA.ASM -------------------------------------------------------------------------------- /SVI/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/SPRITES.ASM -------------------------------------------------------------------------------- /SVI/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/SPRITES.BAS -------------------------------------------------------------------------------- /SVI/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/crujido.exe -------------------------------------------------------------------------------- /SVI/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/csprites.c -------------------------------------------------------------------------------- /SVI/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/imagen.exe -------------------------------------------------------------------------------- /SVI/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/lector.exe -------------------------------------------------------------------------------- /SVI/milogo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/milogo.dat -------------------------------------------------------------------------------- /SVI/musica.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/musica.bin -------------------------------------------------------------------------------- /SVI/pletter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/pletter.exe -------------------------------------------------------------------------------- /SVI/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/sonido.asm -------------------------------------------------------------------------------- /SVI/sprites.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/sprites.bin -------------------------------------------------------------------------------- /SVI/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/tniasm.exe -------------------------------------------------------------------------------- /atari/clock.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/atari/clock.bin -------------------------------------------------------------------------------- /atari/dasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/atari/dasm.exe -------------------------------------------------------------------------------- /c64/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/c64/MUSICA.ASM -------------------------------------------------------------------------------- /c64/MUSICA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/c64/MUSICA.BAS -------------------------------------------------------------------------------- /cv/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/SPRITES.ASM -------------------------------------------------------------------------------- /cv/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/SPRITES.BAS -------------------------------------------------------------------------------- /cv/combina1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/combina1.asm -------------------------------------------------------------------------------- /cv/combina2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/combina2.asm -------------------------------------------------------------------------------- /cv/combina3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/combina3.asm -------------------------------------------------------------------------------- /cv/compleng.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/compleng.dat -------------------------------------------------------------------------------- /cv/copyrigh.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/copyrigh.dat -------------------------------------------------------------------------------- /cv/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/crujido.exe -------------------------------------------------------------------------------- /cv/csprites.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/csprites.exe -------------------------------------------------------------------------------- /cv/edificio.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/edificio.dat -------------------------------------------------------------------------------- /cv/graficas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/graficas.asm -------------------------------------------------------------------------------- /cv/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/helicop.dat -------------------------------------------------------------------------------- /cv/historia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/historia.asm -------------------------------------------------------------------------------- /cv/mensajes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/mensajes.asm -------------------------------------------------------------------------------- /cv/paneleng.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/paneleng.dat -------------------------------------------------------------------------------- /cv/pletter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/pletter.exe -------------------------------------------------------------------------------- /cv/retrato1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato1.dat -------------------------------------------------------------------------------- /cv/retrato2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato2.dat -------------------------------------------------------------------------------- /cv/retrato3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato3.dat -------------------------------------------------------------------------------- /cv/retrato4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato4.dat -------------------------------------------------------------------------------- /cv/retrato5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato5.dat -------------------------------------------------------------------------------- /cv/retrato6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato6.dat -------------------------------------------------------------------------------- /cv/retrato7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato7.dat -------------------------------------------------------------------------------- /cv/retrato8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato8.dat -------------------------------------------------------------------------------- /cv/retrato9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato9.dat -------------------------------------------------------------------------------- /cv/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/titulo1.dat -------------------------------------------------------------------------------- /cv/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/titulo2.dat -------------------------------------------------------------------------------- /cv/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/titulo3.dat -------------------------------------------------------------------------------- /cv/zombnear.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/zombnear.rom -------------------------------------------------------------------------------- /cv/zombnear.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/zombnear.txt -------------------------------------------------------------------------------- /graficas/ot.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/ot.bmp -------------------------------------------------------------------------------- /mt/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/SPRITES.ASM -------------------------------------------------------------------------------- /mt/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/SPRITES.BAS -------------------------------------------------------------------------------- /mt/ZOMBNEAR.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/ZOMBNEAR.COM -------------------------------------------------------------------------------- /mt/ZOMBNEAR.RUN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/ZOMBNEAR.RUN -------------------------------------------------------------------------------- /mt/combina1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina1.asm -------------------------------------------------------------------------------- /mt/combina1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina1.bin -------------------------------------------------------------------------------- /mt/combina2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina2.asm -------------------------------------------------------------------------------- /mt/combina2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina2.bin -------------------------------------------------------------------------------- /mt/combina3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina3.asm -------------------------------------------------------------------------------- /mt/combina3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina3.bin -------------------------------------------------------------------------------- /mt/combina4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/combina4.bin -------------------------------------------------------------------------------- /mt/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/crujido.exe -------------------------------------------------------------------------------- /mt/csprites.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/csprites.exe -------------------------------------------------------------------------------- /mt/graficas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/graficas.asm -------------------------------------------------------------------------------- /mt/historia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/historia.asm -------------------------------------------------------------------------------- /mt/mensajes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/mensajes.asm -------------------------------------------------------------------------------- /mt/pletter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/pletter.exe -------------------------------------------------------------------------------- /mt/retrato3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato3.dat -------------------------------------------------------------------------------- /mt/retrato4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato4.dat -------------------------------------------------------------------------------- /mt/retrato5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato5.dat -------------------------------------------------------------------------------- /mt/retrato8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato8.dat -------------------------------------------------------------------------------- /mt/retrato9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato9.dat -------------------------------------------------------------------------------- /mt/zombnea2.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/zombnea2.com -------------------------------------------------------------------------------- /mt/zombnea2.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/zombnea2.run -------------------------------------------------------------------------------- /zx/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/SPRITES.ASM -------------------------------------------------------------------------------- /zx/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/zx/crujido.exe -------------------------------------------------------------------------------- /20110111/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/fin.dat -------------------------------------------------------------------------------- /20110112/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/fin.dat -------------------------------------------------------------------------------- /20110113/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/fin.dat -------------------------------------------------------------------------------- /20110114/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/fin.dat -------------------------------------------------------------------------------- /20110115/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/fin.dat -------------------------------------------------------------------------------- /20110116/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/fin.dat -------------------------------------------------------------------------------- /20110116/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/mapa1.asm -------------------------------------------------------------------------------- /20110116/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/mapa2.asm -------------------------------------------------------------------------------- /20110116/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/mapa3.asm -------------------------------------------------------------------------------- /20110117/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/fin.dat -------------------------------------------------------------------------------- /20110117/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/mapa1.asm -------------------------------------------------------------------------------- /20110117/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/mapa2.asm -------------------------------------------------------------------------------- /20110117/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/mapa3.asm -------------------------------------------------------------------------------- /20110118/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/fin.dat -------------------------------------------------------------------------------- /20110118/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/mapa1.asm -------------------------------------------------------------------------------- /20110118/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/mapa2.asm -------------------------------------------------------------------------------- /20110118/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/mapa3.asm -------------------------------------------------------------------------------- /20110119/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/fin.dat -------------------------------------------------------------------------------- /20110119/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/mapa1.asm -------------------------------------------------------------------------------- /20110119/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/mapa2.asm -------------------------------------------------------------------------------- /20110119/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/mapa3.asm -------------------------------------------------------------------------------- /20110120/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/fin.dat -------------------------------------------------------------------------------- /20110120/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/fin2.dat -------------------------------------------------------------------------------- /20110120/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/mapa1.asm -------------------------------------------------------------------------------- /20110120/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/mapa2.asm -------------------------------------------------------------------------------- /20110120/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/mapa3.asm -------------------------------------------------------------------------------- /20110121/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/fin.dat -------------------------------------------------------------------------------- /20110121/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/fin2.dat -------------------------------------------------------------------------------- /20110121/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/mapa1.asm -------------------------------------------------------------------------------- /20110121/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/mapa2.asm -------------------------------------------------------------------------------- /20110121/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/mapa3.asm -------------------------------------------------------------------------------- /20110122/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/fin.dat -------------------------------------------------------------------------------- /20110122/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/fin2.dat -------------------------------------------------------------------------------- /20110122/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/mapa1.asm -------------------------------------------------------------------------------- /20110122/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/mapa2.asm -------------------------------------------------------------------------------- /20110122/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/mapa3.asm -------------------------------------------------------------------------------- /20110124/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/fin.dat -------------------------------------------------------------------------------- /20110124/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/fin2.dat -------------------------------------------------------------------------------- /20110124/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/mapa1.asm -------------------------------------------------------------------------------- /20110124/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/mapa2.asm -------------------------------------------------------------------------------- /20110124/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/mapa3.asm -------------------------------------------------------------------------------- /20110125/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/fin.dat -------------------------------------------------------------------------------- /20110125/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/fin2.dat -------------------------------------------------------------------------------- /20110125/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/mapa1.asm -------------------------------------------------------------------------------- /20110125/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/mapa2.asm -------------------------------------------------------------------------------- /20110125/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/mapa3.asm -------------------------------------------------------------------------------- /20110126/Jefe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Jefe.bmp -------------------------------------------------------------------------------- /20110126/Jefe1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Jefe1.bmp -------------------------------------------------------------------------------- /20110126/Jefe2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Jefe2.bmp -------------------------------------------------------------------------------- /20110126/Jefe3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Jefe3.bmp -------------------------------------------------------------------------------- /20110126/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/fin.dat -------------------------------------------------------------------------------- /20110126/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/fin2.dat -------------------------------------------------------------------------------- /20110126/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/mapa1.asm -------------------------------------------------------------------------------- /20110126/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/mapa2.asm -------------------------------------------------------------------------------- /20110126/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/mapa3.asm -------------------------------------------------------------------------------- /20110221/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/ARMA.BAS -------------------------------------------------------------------------------- /20110221/Fin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Fin.bmp -------------------------------------------------------------------------------- /20110221/Fin2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Fin2.bmp -------------------------------------------------------------------------------- /20110221/Inves.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Inves.bmp -------------------------------------------------------------------------------- /20110221/Jefe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Jefe.bmp -------------------------------------------------------------------------------- /20110221/Jefe1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Jefe1.bmp -------------------------------------------------------------------------------- /20110221/Jefe2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Jefe2.bmp -------------------------------------------------------------------------------- /20110221/Jefe3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Jefe3.bmp -------------------------------------------------------------------------------- /20110221/Oscar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Oscar.bmp -------------------------------------------------------------------------------- /20110221/PIANO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/PIANO.BAS -------------------------------------------------------------------------------- /20110221/POSE1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/POSE1.BMP -------------------------------------------------------------------------------- /20110221/POSE2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/POSE2.BMP -------------------------------------------------------------------------------- /20110221/SALTO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/SALTO.BAS -------------------------------------------------------------------------------- /20110221/Telef.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Telef.bmp -------------------------------------------------------------------------------- /20110221/adan.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/adan.bmp -------------------------------------------------------------------------------- /20110221/adan.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/adan.dat -------------------------------------------------------------------------------- /20110221/adan2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/adan2.bmp -------------------------------------------------------------------------------- /20110221/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/fin.dat -------------------------------------------------------------------------------- /20110221/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/fin2.dat -------------------------------------------------------------------------------- /20110221/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/imagen.c -------------------------------------------------------------------------------- /20110221/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/lector.c -------------------------------------------------------------------------------- /20110221/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/mapa1.asm -------------------------------------------------------------------------------- /20110221/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/mapa2.asm -------------------------------------------------------------------------------- /20110221/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/mapa3.asm -------------------------------------------------------------------------------- /20110221/oscar.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/oscar.dat -------------------------------------------------------------------------------- /20110330/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/crujido.c -------------------------------------------------------------------------------- /20110330/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/fin.dat -------------------------------------------------------------------------------- /20110330/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/fin2.dat -------------------------------------------------------------------------------- /20110330/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/imagen.c -------------------------------------------------------------------------------- /20110330/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/lector.c -------------------------------------------------------------------------------- /20110330/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/logo.dat -------------------------------------------------------------------------------- /20110330/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/mapa1.asm -------------------------------------------------------------------------------- /20110330/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/mapa2.asm -------------------------------------------------------------------------------- /20110330/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/mapa3.asm -------------------------------------------------------------------------------- /20110330/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/mapas.asm -------------------------------------------------------------------------------- /20110330/tabla.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/tabla.c -------------------------------------------------------------------------------- /20110330/tabla.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/tabla.exe -------------------------------------------------------------------------------- /20110331/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/crujido.c -------------------------------------------------------------------------------- /20110331/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/fin.dat -------------------------------------------------------------------------------- /20110331/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/fin2.dat -------------------------------------------------------------------------------- /20110331/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/imagen.c -------------------------------------------------------------------------------- /20110331/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/lector.c -------------------------------------------------------------------------------- /20110331/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/logo.dat -------------------------------------------------------------------------------- /20110331/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/mapa1.asm -------------------------------------------------------------------------------- /20110331/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/mapa2.asm -------------------------------------------------------------------------------- /20110331/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/mapa3.asm -------------------------------------------------------------------------------- /20110331/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/mapas.asm -------------------------------------------------------------------------------- /20110331/tabla.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/tabla.c -------------------------------------------------------------------------------- /20110331/tabla.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/tabla.exe -------------------------------------------------------------------------------- /20110404/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/ARMA.BAS -------------------------------------------------------------------------------- /20110404/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/crujido.c -------------------------------------------------------------------------------- /20110404/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/fin.dat -------------------------------------------------------------------------------- /20110404/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/fin2.dat -------------------------------------------------------------------------------- /20110404/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/imagen.c -------------------------------------------------------------------------------- /20110404/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/lector.c -------------------------------------------------------------------------------- /20110404/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/logo.dat -------------------------------------------------------------------------------- /20110404/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/mapa1.asm -------------------------------------------------------------------------------- /20110404/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/mapa2.asm -------------------------------------------------------------------------------- /20110404/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/mapa3.asm -------------------------------------------------------------------------------- /20110404/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/mapa4.asm -------------------------------------------------------------------------------- /20110404/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/mapas.asm -------------------------------------------------------------------------------- /20110406/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/ARMA.BAS -------------------------------------------------------------------------------- /20110406/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/crujido.c -------------------------------------------------------------------------------- /20110406/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/fin.dat -------------------------------------------------------------------------------- /20110406/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/fin2.dat -------------------------------------------------------------------------------- /20110406/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/imagen.c -------------------------------------------------------------------------------- /20110406/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/lector.c -------------------------------------------------------------------------------- /20110406/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/logo.dat -------------------------------------------------------------------------------- /20110406/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/mapa1.asm -------------------------------------------------------------------------------- /20110406/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/mapa2.asm -------------------------------------------------------------------------------- /20110406/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/mapa3.asm -------------------------------------------------------------------------------- /20110406/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/mapa4.asm -------------------------------------------------------------------------------- /20110406/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/mapas.asm -------------------------------------------------------------------------------- /20110408/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/ARMA.BAS -------------------------------------------------------------------------------- /20110408/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/crujido.c -------------------------------------------------------------------------------- /20110408/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/fin.dat -------------------------------------------------------------------------------- /20110408/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/fin2.dat -------------------------------------------------------------------------------- /20110408/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/imagen.c -------------------------------------------------------------------------------- /20110408/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/lector.c -------------------------------------------------------------------------------- /20110408/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/logo.dat -------------------------------------------------------------------------------- /20110408/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/mapa1.asm -------------------------------------------------------------------------------- /20110408/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/mapa2.asm -------------------------------------------------------------------------------- /20110408/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/mapa3.asm -------------------------------------------------------------------------------- /20110408/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/mapa4.asm -------------------------------------------------------------------------------- /20110408/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/mapas.asm -------------------------------------------------------------------------------- /20110411/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/ARMA.BAS -------------------------------------------------------------------------------- /20110411/SOPAS.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/SOPAS.DAT -------------------------------------------------------------------------------- /20110411/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/crujido.c -------------------------------------------------------------------------------- /20110411/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/fin.dat -------------------------------------------------------------------------------- /20110411/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/fin2.dat -------------------------------------------------------------------------------- /20110411/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/imagen.c -------------------------------------------------------------------------------- /20110411/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/lector.c -------------------------------------------------------------------------------- /20110411/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/logo.dat -------------------------------------------------------------------------------- /20110411/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/mapa1.asm -------------------------------------------------------------------------------- /20110411/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/mapa2.asm -------------------------------------------------------------------------------- /20110411/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/mapa3.asm -------------------------------------------------------------------------------- /20110411/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/mapa4.asm -------------------------------------------------------------------------------- /20110411/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/mapas.asm -------------------------------------------------------------------------------- /20110411/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/matra.dat -------------------------------------------------------------------------------- /20110413/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/ARMA.BAS -------------------------------------------------------------------------------- /20110413/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/crujido.c -------------------------------------------------------------------------------- /20110413/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/fin.dat -------------------------------------------------------------------------------- /20110413/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/fin2.dat -------------------------------------------------------------------------------- /20110413/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/imagen.c -------------------------------------------------------------------------------- /20110413/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/lector.c -------------------------------------------------------------------------------- /20110413/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/logo.dat -------------------------------------------------------------------------------- /20110413/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/mapa1.asm -------------------------------------------------------------------------------- /20110413/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/mapa2.asm -------------------------------------------------------------------------------- /20110413/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/mapa3.asm -------------------------------------------------------------------------------- /20110413/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/mapa4.asm -------------------------------------------------------------------------------- /20110413/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/mapas.asm -------------------------------------------------------------------------------- /20110413/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/matra.dat -------------------------------------------------------------------------------- /20110416/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/ARMA.BAS -------------------------------------------------------------------------------- /20110416/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/crujido.c -------------------------------------------------------------------------------- /20110416/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/fin.dat -------------------------------------------------------------------------------- /20110416/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/fin2.dat -------------------------------------------------------------------------------- /20110416/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/imagen.c -------------------------------------------------------------------------------- /20110416/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/lector.c -------------------------------------------------------------------------------- /20110416/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/logo.dat -------------------------------------------------------------------------------- /20110416/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/mapa1.asm -------------------------------------------------------------------------------- /20110416/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/mapa2.asm -------------------------------------------------------------------------------- /20110416/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/mapa3.asm -------------------------------------------------------------------------------- /20110416/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/mapa4.asm -------------------------------------------------------------------------------- /20110416/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/mapas.asm -------------------------------------------------------------------------------- /20110416/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/matra.dat -------------------------------------------------------------------------------- /20110503/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/ARMA.BAS -------------------------------------------------------------------------------- /20110503/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/crujido.c -------------------------------------------------------------------------------- /20110503/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/fin.dat -------------------------------------------------------------------------------- /20110503/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/fin2.dat -------------------------------------------------------------------------------- /20110503/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/imagen.c -------------------------------------------------------------------------------- /20110503/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/lector.c -------------------------------------------------------------------------------- /20110503/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/logo.dat -------------------------------------------------------------------------------- /20110503/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/mapa1.asm -------------------------------------------------------------------------------- /20110503/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/mapa2.asm -------------------------------------------------------------------------------- /20110503/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/mapa3.asm -------------------------------------------------------------------------------- /20110503/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/mapa4.asm -------------------------------------------------------------------------------- /20110503/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/mapas.asm -------------------------------------------------------------------------------- /20110503/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/matra.dat -------------------------------------------------------------------------------- /20110505/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/ARMA.BAS -------------------------------------------------------------------------------- /20110505/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/crujido.c -------------------------------------------------------------------------------- /20110505/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/fin.dat -------------------------------------------------------------------------------- /20110505/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/fin2.dat -------------------------------------------------------------------------------- /20110505/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/imagen.c -------------------------------------------------------------------------------- /20110505/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/lector.c -------------------------------------------------------------------------------- /20110505/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/logo.dat -------------------------------------------------------------------------------- /20110505/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/mapa1.asm -------------------------------------------------------------------------------- /20110505/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/mapa2.asm -------------------------------------------------------------------------------- /20110505/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/mapa3.asm -------------------------------------------------------------------------------- /20110505/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/mapa4.asm -------------------------------------------------------------------------------- /20110505/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/mapas.asm -------------------------------------------------------------------------------- /20110505/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110505/matra.dat -------------------------------------------------------------------------------- /20110507/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/ARMA.BAS -------------------------------------------------------------------------------- /20110507/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/crujido.c -------------------------------------------------------------------------------- /20110507/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/fin.dat -------------------------------------------------------------------------------- /20110507/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/fin2.dat -------------------------------------------------------------------------------- /20110507/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/imagen.c -------------------------------------------------------------------------------- /20110507/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/lector.c -------------------------------------------------------------------------------- /20110507/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/logo.dat -------------------------------------------------------------------------------- /20110507/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/mapa1.asm -------------------------------------------------------------------------------- /20110507/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/mapa2.asm -------------------------------------------------------------------------------- /20110507/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/mapa3.asm -------------------------------------------------------------------------------- /20110507/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/mapa4.asm -------------------------------------------------------------------------------- /20110507/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/mapas.asm -------------------------------------------------------------------------------- /20110507/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110507/matra.dat -------------------------------------------------------------------------------- /20110511/ARMA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/ARMA.BAS -------------------------------------------------------------------------------- /20110511/crujido.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/crujido.c -------------------------------------------------------------------------------- /20110511/fin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/fin.dat -------------------------------------------------------------------------------- /20110511/fin2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/fin2.dat -------------------------------------------------------------------------------- /20110511/imagen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/imagen.c -------------------------------------------------------------------------------- /20110511/lector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/lector.c -------------------------------------------------------------------------------- /20110511/logo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/logo.dat -------------------------------------------------------------------------------- /20110511/mapa1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/mapa1.asm -------------------------------------------------------------------------------- /20110511/mapa2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/mapa2.asm -------------------------------------------------------------------------------- /20110511/mapa3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/mapa3.asm -------------------------------------------------------------------------------- /20110511/mapa4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/mapa4.asm -------------------------------------------------------------------------------- /20110511/mapas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/mapas.asm -------------------------------------------------------------------------------- /20110511/matra.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110511/matra.dat -------------------------------------------------------------------------------- /Cartucho/mapas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/Cartucho/mapas.txt -------------------------------------------------------------------------------- /OBSOLETO/POSE1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/OBSOLETO/POSE1.BMP -------------------------------------------------------------------------------- /OBSOLETO/POSE2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/OBSOLETO/POSE2.BMP -------------------------------------------------------------------------------- /SVI/ZOMBNEAR.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/ZOMBNEAR.ROM -------------------------------------------------------------------------------- /SVI/combina1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina1.asm -------------------------------------------------------------------------------- /SVI/combina1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina1.bin -------------------------------------------------------------------------------- /SVI/combina2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina2.asm -------------------------------------------------------------------------------- /SVI/combina2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina2.bin -------------------------------------------------------------------------------- /SVI/combina3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina3.asm -------------------------------------------------------------------------------- /SVI/combina3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina3.bin -------------------------------------------------------------------------------- /SVI/combina4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/combina4.bin -------------------------------------------------------------------------------- /SVI/csprites.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/csprites.exe -------------------------------------------------------------------------------- /SVI/fin1.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/fin1.bin.plet5 -------------------------------------------------------------------------------- /SVI/fin2.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/fin2.bin.plet5 -------------------------------------------------------------------------------- /SVI/graficas.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/graficas.asm -------------------------------------------------------------------------------- /SVI/historia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/historia.asm -------------------------------------------------------------------------------- /SVI/mensajes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/mensajes.asm -------------------------------------------------------------------------------- /SVI/retrato10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato10.dat -------------------------------------------------------------------------------- /SVI/retrato3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato3.dat -------------------------------------------------------------------------------- /SVI/retrato4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato4.dat -------------------------------------------------------------------------------- /SVI/retrato5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato5.dat -------------------------------------------------------------------------------- /SVI/retrato8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato8.dat -------------------------------------------------------------------------------- /SVI/retrato9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/SVI/retrato9.dat -------------------------------------------------------------------------------- /c64/zombnear.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/c64/zombnear.prg -------------------------------------------------------------------------------- /cv/20110427/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110427/ia.asm -------------------------------------------------------------------------------- /cv/20110427/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110427/r.bat -------------------------------------------------------------------------------- /cv/20110427/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110427/zw.asm -------------------------------------------------------------------------------- /cv/20110503/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110503/ia.asm -------------------------------------------------------------------------------- /cv/20110503/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110503/r.bat -------------------------------------------------------------------------------- /cv/20110503/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110503/zw.asm -------------------------------------------------------------------------------- /cv/20110505/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110505/ia.asm -------------------------------------------------------------------------------- /cv/20110505/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110505/r.bat -------------------------------------------------------------------------------- /cv/20110505/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110505/zw.asm -------------------------------------------------------------------------------- /cv/20110512/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110512/ia.asm -------------------------------------------------------------------------------- /cv/20110512/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110512/r.bat -------------------------------------------------------------------------------- /cv/20110512/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110512/zw.asm -------------------------------------------------------------------------------- /cv/20110515/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110515/ia.asm -------------------------------------------------------------------------------- /cv/20110515/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110515/r.bat -------------------------------------------------------------------------------- /cv/20110515/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110515/zw.asm -------------------------------------------------------------------------------- /cv/20110517/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110517/ia.asm -------------------------------------------------------------------------------- /cv/20110517/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110517/r.bat -------------------------------------------------------------------------------- /cv/20110517/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110517/zw.asm -------------------------------------------------------------------------------- /cv/20110521/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110521/ia.asm -------------------------------------------------------------------------------- /cv/20110521/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110521/r.bat -------------------------------------------------------------------------------- /cv/20110521/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110521/zw.asm -------------------------------------------------------------------------------- /cv/20110629/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110629/ia.asm -------------------------------------------------------------------------------- /cv/20110629/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110629/r.bat -------------------------------------------------------------------------------- /cv/20110629/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110629/zw.asm -------------------------------------------------------------------------------- /cv/20110710/ia.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110710/ia.asm -------------------------------------------------------------------------------- /cv/20110710/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110710/r.bat -------------------------------------------------------------------------------- /cv/20110710/zw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/20110710/zw.asm -------------------------------------------------------------------------------- /cv/caminable.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/caminable.exe -------------------------------------------------------------------------------- /cv/graficas/04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/graficas/04.wav -------------------------------------------------------------------------------- /cv/graficas/15.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/graficas/15.wav -------------------------------------------------------------------------------- /cv/retrato10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato10.dat -------------------------------------------------------------------------------- /cv/retrato11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato11.dat -------------------------------------------------------------------------------- /cv/retrato12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato12.dat -------------------------------------------------------------------------------- /cv/retrato13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato13.dat -------------------------------------------------------------------------------- /cv/retrato14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato14.dat -------------------------------------------------------------------------------- /cv/retrato15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/cv/retrato15.dat -------------------------------------------------------------------------------- /graficas/Fin.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/Fin.bmp -------------------------------------------------------------------------------- /graficas/Fin2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/Fin2.bmp -------------------------------------------------------------------------------- /graficas/INVES.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/INVES.BMP -------------------------------------------------------------------------------- /graficas/JEFE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/JEFE.BMP -------------------------------------------------------------------------------- /graficas/JEFE1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/JEFE1.BMP -------------------------------------------------------------------------------- /graficas/JEFE2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/JEFE2.BMP -------------------------------------------------------------------------------- /graficas/JEFE3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/JEFE3.BMP -------------------------------------------------------------------------------- /graficas/TELEF.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/TELEF.BMP -------------------------------------------------------------------------------- /graficas/beso1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/beso1.bmp -------------------------------------------------------------------------------- /graficas/beso2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/beso2.bmp -------------------------------------------------------------------------------- /graficas/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/logo.bmp -------------------------------------------------------------------------------- /graficas/matra.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/graficas/matra.bmp -------------------------------------------------------------------------------- /mt/fin1.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/fin1.bin.plet5 -------------------------------------------------------------------------------- /mt/fin2.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/fin2.bin.plet5 -------------------------------------------------------------------------------- /mt/logo1.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/logo1.bin.plet5 -------------------------------------------------------------------------------- /mt/logo2.bin.plet5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/logo2.bin.plet5 -------------------------------------------------------------------------------- /mt/retrato10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/retrato10.dat -------------------------------------------------------------------------------- /mt/sonido_bug.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/sonido_bug.asm -------------------------------------------------------------------------------- /mt/zw_antiguo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/mt/zw_antiguo.asm -------------------------------------------------------------------------------- /20110106/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110106/niveles.asm -------------------------------------------------------------------------------- /20110107/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110107/niveles.asm -------------------------------------------------------------------------------- /20110108/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110108/SPRITES.ASM -------------------------------------------------------------------------------- /20110108/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110108/niveles.asm -------------------------------------------------------------------------------- /20110109/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110109/SPRITES.ASM -------------------------------------------------------------------------------- /20110109/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110109/niveles.asm -------------------------------------------------------------------------------- /20110110/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110110/SPRITES.ASM -------------------------------------------------------------------------------- /20110110/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110110/alerta.dat -------------------------------------------------------------------------------- /20110110/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110110/niveles.asm -------------------------------------------------------------------------------- /20110110/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110110/titulo.dat -------------------------------------------------------------------------------- /20110111/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/SPRITES.ASM -------------------------------------------------------------------------------- /20110111/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/alerta.dat -------------------------------------------------------------------------------- /20110111/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/helicop.dat -------------------------------------------------------------------------------- /20110111/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/niveles.asm -------------------------------------------------------------------------------- /20110111/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110111/titulo.dat -------------------------------------------------------------------------------- /20110112/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/SPRITES.ASM -------------------------------------------------------------------------------- /20110112/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/alerta.dat -------------------------------------------------------------------------------- /20110112/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/helicop.dat -------------------------------------------------------------------------------- /20110112/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/niveles.asm -------------------------------------------------------------------------------- /20110112/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/sonido.asm -------------------------------------------------------------------------------- /20110112/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110112/titulo.dat -------------------------------------------------------------------------------- /20110113/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/MUSICA.ASM -------------------------------------------------------------------------------- /20110113/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/SPRITES.ASM -------------------------------------------------------------------------------- /20110113/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/alerta.dat -------------------------------------------------------------------------------- /20110113/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/helicop.dat -------------------------------------------------------------------------------- /20110113/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/niveles.asm -------------------------------------------------------------------------------- /20110113/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/sonido.asm -------------------------------------------------------------------------------- /20110113/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110113/titulo.dat -------------------------------------------------------------------------------- /20110114/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/MUSICA.ASM -------------------------------------------------------------------------------- /20110114/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/SPRITES.ASM -------------------------------------------------------------------------------- /20110114/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/alerta.dat -------------------------------------------------------------------------------- /20110114/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/helicop.dat -------------------------------------------------------------------------------- /20110114/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/niveles.asm -------------------------------------------------------------------------------- /20110114/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/sonido.asm -------------------------------------------------------------------------------- /20110114/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110114/titulo.dat -------------------------------------------------------------------------------- /20110115/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/MUSICA.ASM -------------------------------------------------------------------------------- /20110115/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/SPRITES.ASM -------------------------------------------------------------------------------- /20110115/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/alerta.dat -------------------------------------------------------------------------------- /20110115/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/helicop.dat -------------------------------------------------------------------------------- /20110115/niveles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/niveles.asm -------------------------------------------------------------------------------- /20110115/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/sonido.asm -------------------------------------------------------------------------------- /20110115/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110115/titulo.dat -------------------------------------------------------------------------------- /20110116/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/MUSICA.ASM -------------------------------------------------------------------------------- /20110116/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/SPRITES.ASM -------------------------------------------------------------------------------- /20110116/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/alerta.dat -------------------------------------------------------------------------------- /20110116/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/helicop.dat -------------------------------------------------------------------------------- /20110116/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/sonido.asm -------------------------------------------------------------------------------- /20110116/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110116/titulo.dat -------------------------------------------------------------------------------- /20110117/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/MUSICA.ASM -------------------------------------------------------------------------------- /20110117/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/SPRITES.ASM -------------------------------------------------------------------------------- /20110117/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/alerta.dat -------------------------------------------------------------------------------- /20110117/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/helicop.dat -------------------------------------------------------------------------------- /20110117/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/sonido.asm -------------------------------------------------------------------------------- /20110117/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110117/titulo.dat -------------------------------------------------------------------------------- /20110118/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/MUSICA.ASM -------------------------------------------------------------------------------- /20110118/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/SPRITES.ASM -------------------------------------------------------------------------------- /20110118/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/alerta.dat -------------------------------------------------------------------------------- /20110118/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/helicop.dat -------------------------------------------------------------------------------- /20110118/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/sonido.asm -------------------------------------------------------------------------------- /20110118/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/titulo.dat -------------------------------------------------------------------------------- /20110118/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110118/titulo2.dat -------------------------------------------------------------------------------- /20110119/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/MUSICA.ASM -------------------------------------------------------------------------------- /20110119/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/SPRITES.ASM -------------------------------------------------------------------------------- /20110119/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/alerta.dat -------------------------------------------------------------------------------- /20110119/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/helicop.dat -------------------------------------------------------------------------------- /20110119/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/sonido.asm -------------------------------------------------------------------------------- /20110119/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/titulo.dat -------------------------------------------------------------------------------- /20110119/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110119/titulo2.dat -------------------------------------------------------------------------------- /20110120/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/MUSICA.ASM -------------------------------------------------------------------------------- /20110120/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/SPRITES.ASM -------------------------------------------------------------------------------- /20110120/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/alerta.dat -------------------------------------------------------------------------------- /20110120/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/alerta2.dat -------------------------------------------------------------------------------- /20110120/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/helicop.dat -------------------------------------------------------------------------------- /20110120/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/sonido.asm -------------------------------------------------------------------------------- /20110120/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/titulo.dat -------------------------------------------------------------------------------- /20110120/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/titulo2.dat -------------------------------------------------------------------------------- /20110120/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/titulo3.dat -------------------------------------------------------------------------------- /20110120/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110120/titulo4.dat -------------------------------------------------------------------------------- /20110121/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/MUSICA.ASM -------------------------------------------------------------------------------- /20110121/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/SPRITES.ASM -------------------------------------------------------------------------------- /20110121/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/alerta.dat -------------------------------------------------------------------------------- /20110121/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/alerta2.dat -------------------------------------------------------------------------------- /20110121/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/helicop.dat -------------------------------------------------------------------------------- /20110121/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/sonido.asm -------------------------------------------------------------------------------- /20110121/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/titulo.dat -------------------------------------------------------------------------------- /20110121/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/titulo2.dat -------------------------------------------------------------------------------- /20110121/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/titulo3.dat -------------------------------------------------------------------------------- /20110121/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110121/titulo4.dat -------------------------------------------------------------------------------- /20110122/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/MUSICA.ASM -------------------------------------------------------------------------------- /20110122/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/SPRITES.ASM -------------------------------------------------------------------------------- /20110122/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/alerta.dat -------------------------------------------------------------------------------- /20110122/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/alerta2.dat -------------------------------------------------------------------------------- /20110122/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/helicop.dat -------------------------------------------------------------------------------- /20110122/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/sonido.asm -------------------------------------------------------------------------------- /20110122/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/titulo.dat -------------------------------------------------------------------------------- /20110122/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/titulo2.dat -------------------------------------------------------------------------------- /20110122/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/titulo3.dat -------------------------------------------------------------------------------- /20110122/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110122/titulo4.dat -------------------------------------------------------------------------------- /20110124/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/MUSICA.ASM -------------------------------------------------------------------------------- /20110124/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/SPRITES.ASM -------------------------------------------------------------------------------- /20110124/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/alerta.dat -------------------------------------------------------------------------------- /20110124/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/alerta2.dat -------------------------------------------------------------------------------- /20110124/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/helicop.dat -------------------------------------------------------------------------------- /20110124/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/sonido.asm -------------------------------------------------------------------------------- /20110124/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/titulo.dat -------------------------------------------------------------------------------- /20110124/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/titulo2.dat -------------------------------------------------------------------------------- /20110124/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/titulo3.dat -------------------------------------------------------------------------------- /20110124/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110124/titulo4.dat -------------------------------------------------------------------------------- /20110125/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/MUSICA.ASM -------------------------------------------------------------------------------- /20110125/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/SPRITES.ASM -------------------------------------------------------------------------------- /20110125/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/alerta.dat -------------------------------------------------------------------------------- /20110125/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/alerta2.dat -------------------------------------------------------------------------------- /20110125/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/helicop.dat -------------------------------------------------------------------------------- /20110125/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/sonido.asm -------------------------------------------------------------------------------- /20110125/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/titulo.dat -------------------------------------------------------------------------------- /20110125/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/titulo2.dat -------------------------------------------------------------------------------- /20110125/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/titulo3.dat -------------------------------------------------------------------------------- /20110125/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110125/titulo4.dat -------------------------------------------------------------------------------- /20110126/Alerta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Alerta.bmp -------------------------------------------------------------------------------- /20110126/Delta1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Delta1.bmp -------------------------------------------------------------------------------- /20110126/Delta2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/Delta2.bmp -------------------------------------------------------------------------------- /20110126/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/MUSICA.ASM -------------------------------------------------------------------------------- /20110126/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/SPRITES.ASM -------------------------------------------------------------------------------- /20110126/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/alerta.dat -------------------------------------------------------------------------------- /20110126/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/alerta2.dat -------------------------------------------------------------------------------- /20110126/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/helicop.dat -------------------------------------------------------------------------------- /20110126/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/sonido.asm -------------------------------------------------------------------------------- /20110126/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/titulo.dat -------------------------------------------------------------------------------- /20110126/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/titulo2.dat -------------------------------------------------------------------------------- /20110126/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/titulo3.dat -------------------------------------------------------------------------------- /20110126/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110126/titulo4.dat -------------------------------------------------------------------------------- /20110221/ALEATO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/ALEATO.BAS -------------------------------------------------------------------------------- /20110221/Alerta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Alerta.bmp -------------------------------------------------------------------------------- /20110221/Alerta2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Alerta2.bmp -------------------------------------------------------------------------------- /20110221/CICLOS.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/CICLOS.BAS -------------------------------------------------------------------------------- /20110221/Delta1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Delta1.bmp -------------------------------------------------------------------------------- /20110221/Delta2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Delta2.bmp -------------------------------------------------------------------------------- /20110221/Helicop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Helicop.bmp -------------------------------------------------------------------------------- /20110221/Imagen1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Imagen1.bmp -------------------------------------------------------------------------------- /20110221/Inves2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Inves2.bmp -------------------------------------------------------------------------------- /20110221/Inves3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Inves3.bmp -------------------------------------------------------------------------------- /20110221/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/MUSICA.ASM -------------------------------------------------------------------------------- /20110221/MUSICA.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/MUSICA.BAS -------------------------------------------------------------------------------- /20110221/MUSICA.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/MUSICA.TXT -------------------------------------------------------------------------------- /20110221/RETRAZO.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/RETRAZO.ROM -------------------------------------------------------------------------------- /20110221/ROLADO.ROM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/ROLADO.ROM -------------------------------------------------------------------------------- /20110221/SONIDO.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/SONIDO.BAS -------------------------------------------------------------------------------- /20110221/SONIDO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/SONIDO.TXT -------------------------------------------------------------------------------- /20110221/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/SPRITES.ASM -------------------------------------------------------------------------------- /20110221/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/SPRITES.BAS -------------------------------------------------------------------------------- /20110221/Titulo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Titulo.bmp -------------------------------------------------------------------------------- /20110221/Titulo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Titulo2.bmp -------------------------------------------------------------------------------- /20110221/Titulo3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Titulo3.bmp -------------------------------------------------------------------------------- /20110221/Titulo4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/Titulo4.bmp -------------------------------------------------------------------------------- /20110221/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/alerta.dat -------------------------------------------------------------------------------- /20110221/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/alerta2.dat -------------------------------------------------------------------------------- /20110221/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/helicop.dat -------------------------------------------------------------------------------- /20110221/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/imagen.exe -------------------------------------------------------------------------------- /20110221/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/lector.exe -------------------------------------------------------------------------------- /20110221/oscar2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/oscar2.bmp -------------------------------------------------------------------------------- /20110221/retrazo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/retrazo.asm -------------------------------------------------------------------------------- /20110221/rolado.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/rolado.asm -------------------------------------------------------------------------------- /20110221/salida.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/salida.txt -------------------------------------------------------------------------------- /20110221/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/sonido.asm -------------------------------------------------------------------------------- /20110221/titulo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/titulo.dat -------------------------------------------------------------------------------- /20110221/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/titulo2.dat -------------------------------------------------------------------------------- /20110221/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/titulo3.dat -------------------------------------------------------------------------------- /20110221/titulo4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/titulo4.dat -------------------------------------------------------------------------------- /20110221/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110221/tniasm.exe -------------------------------------------------------------------------------- /20110330/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/MUSICA.ASM -------------------------------------------------------------------------------- /20110330/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/SPRITES.ASM -------------------------------------------------------------------------------- /20110330/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/alerta.dat -------------------------------------------------------------------------------- /20110330/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/alerta2.dat -------------------------------------------------------------------------------- /20110330/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/crujido.exe -------------------------------------------------------------------------------- /20110330/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/helicop.dat -------------------------------------------------------------------------------- /20110330/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/imagen.exe -------------------------------------------------------------------------------- /20110330/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/lector.exe -------------------------------------------------------------------------------- /20110330/optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/optimiza.c -------------------------------------------------------------------------------- /20110330/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/sonido.asm -------------------------------------------------------------------------------- /20110330/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/titulo1.dat -------------------------------------------------------------------------------- /20110330/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/titulo2.dat -------------------------------------------------------------------------------- /20110330/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110330/tniasm.exe -------------------------------------------------------------------------------- /20110331/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/MUSICA.ASM -------------------------------------------------------------------------------- /20110331/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/SPRITES.ASM -------------------------------------------------------------------------------- /20110331/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/alerta.dat -------------------------------------------------------------------------------- /20110331/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/alerta2.dat -------------------------------------------------------------------------------- /20110331/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/crujido.exe -------------------------------------------------------------------------------- /20110331/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/helicop.dat -------------------------------------------------------------------------------- /20110331/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/imagen.exe -------------------------------------------------------------------------------- /20110331/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/lector.exe -------------------------------------------------------------------------------- /20110331/optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/optimiza.c -------------------------------------------------------------------------------- /20110331/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/sonido.asm -------------------------------------------------------------------------------- /20110331/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/titulo1.dat -------------------------------------------------------------------------------- /20110331/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/titulo2.dat -------------------------------------------------------------------------------- /20110331/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110331/tniasm.exe -------------------------------------------------------------------------------- /20110404/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/MUSICA.ASM -------------------------------------------------------------------------------- /20110404/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/SPRITES.ASM -------------------------------------------------------------------------------- /20110404/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/SPRITES.BAS -------------------------------------------------------------------------------- /20110404/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/alerta.dat -------------------------------------------------------------------------------- /20110404/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/alerta2.dat -------------------------------------------------------------------------------- /20110404/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/crujido.exe -------------------------------------------------------------------------------- /20110404/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/csprites.c -------------------------------------------------------------------------------- /20110404/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/helicop.dat -------------------------------------------------------------------------------- /20110404/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/imagen.exe -------------------------------------------------------------------------------- /20110404/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/lector.exe -------------------------------------------------------------------------------- /20110404/optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/optimiza.c -------------------------------------------------------------------------------- /20110404/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/sonido.asm -------------------------------------------------------------------------------- /20110404/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/titulo1.dat -------------------------------------------------------------------------------- /20110404/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/titulo2.dat -------------------------------------------------------------------------------- /20110404/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110404/tniasm.exe -------------------------------------------------------------------------------- /20110406/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/MUSICA.ASM -------------------------------------------------------------------------------- /20110406/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/SPRITES.ASM -------------------------------------------------------------------------------- /20110406/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/SPRITES.BAS -------------------------------------------------------------------------------- /20110406/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/alerta.dat -------------------------------------------------------------------------------- /20110406/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/alerta2.dat -------------------------------------------------------------------------------- /20110406/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/crujido.exe -------------------------------------------------------------------------------- /20110406/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/csprites.c -------------------------------------------------------------------------------- /20110406/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/helicop.dat -------------------------------------------------------------------------------- /20110406/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/imagen.exe -------------------------------------------------------------------------------- /20110406/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/lector.exe -------------------------------------------------------------------------------- /20110406/optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/optimiza.c -------------------------------------------------------------------------------- /20110406/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/sonido.asm -------------------------------------------------------------------------------- /20110406/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/titulo1.dat -------------------------------------------------------------------------------- /20110406/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/titulo2.dat -------------------------------------------------------------------------------- /20110406/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110406/tniasm.exe -------------------------------------------------------------------------------- /20110408/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/MUSICA.ASM -------------------------------------------------------------------------------- /20110408/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/SPRITES.ASM -------------------------------------------------------------------------------- /20110408/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/SPRITES.BAS -------------------------------------------------------------------------------- /20110408/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/alerta.dat -------------------------------------------------------------------------------- /20110408/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/alerta2.dat -------------------------------------------------------------------------------- /20110408/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/crujido.exe -------------------------------------------------------------------------------- /20110408/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/csprites.c -------------------------------------------------------------------------------- /20110408/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/helicop.dat -------------------------------------------------------------------------------- /20110408/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/imagen.exe -------------------------------------------------------------------------------- /20110408/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/lector.exe -------------------------------------------------------------------------------- /20110408/optimiza.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/optimiza.c -------------------------------------------------------------------------------- /20110408/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/sonido.asm -------------------------------------------------------------------------------- /20110408/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/titulo1.dat -------------------------------------------------------------------------------- /20110408/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/titulo2.dat -------------------------------------------------------------------------------- /20110408/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110408/tniasm.exe -------------------------------------------------------------------------------- /20110411/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/MUSICA.ASM -------------------------------------------------------------------------------- /20110411/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/SPRITES.ASM -------------------------------------------------------------------------------- /20110411/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/SPRITES.BAS -------------------------------------------------------------------------------- /20110411/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/alerta.dat -------------------------------------------------------------------------------- /20110411/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/alerta2.dat -------------------------------------------------------------------------------- /20110411/combina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/combina.asm -------------------------------------------------------------------------------- /20110411/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/crujido.exe -------------------------------------------------------------------------------- /20110411/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/csprites.c -------------------------------------------------------------------------------- /20110411/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/helicop.dat -------------------------------------------------------------------------------- /20110411/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/imagen.exe -------------------------------------------------------------------------------- /20110411/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/lector.exe -------------------------------------------------------------------------------- /20110411/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/sonido.asm -------------------------------------------------------------------------------- /20110411/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/titulo1.dat -------------------------------------------------------------------------------- /20110411/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/titulo2.dat -------------------------------------------------------------------------------- /20110411/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110411/tniasm.exe -------------------------------------------------------------------------------- /20110413/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/MUSICA.ASM -------------------------------------------------------------------------------- /20110413/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/SPRITES.ASM -------------------------------------------------------------------------------- /20110413/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/SPRITES.BAS -------------------------------------------------------------------------------- /20110413/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/alerta.dat -------------------------------------------------------------------------------- /20110413/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/alerta2.dat -------------------------------------------------------------------------------- /20110413/combina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/combina.asm -------------------------------------------------------------------------------- /20110413/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/crujido.exe -------------------------------------------------------------------------------- /20110413/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/csprites.c -------------------------------------------------------------------------------- /20110413/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/helicop.dat -------------------------------------------------------------------------------- /20110413/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/imagen.exe -------------------------------------------------------------------------------- /20110413/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/lector.exe -------------------------------------------------------------------------------- /20110413/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/sonido.asm -------------------------------------------------------------------------------- /20110413/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/titulo1.dat -------------------------------------------------------------------------------- /20110413/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/titulo2.dat -------------------------------------------------------------------------------- /20110413/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110413/tniasm.exe -------------------------------------------------------------------------------- /20110416/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/MUSICA.ASM -------------------------------------------------------------------------------- /20110416/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/SPRITES.ASM -------------------------------------------------------------------------------- /20110416/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/SPRITES.BAS -------------------------------------------------------------------------------- /20110416/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/alerta.dat -------------------------------------------------------------------------------- /20110416/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/alerta2.dat -------------------------------------------------------------------------------- /20110416/bitwise.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/bitwise.dat -------------------------------------------------------------------------------- /20110416/combina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/combina.asm -------------------------------------------------------------------------------- /20110416/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/crujido.exe -------------------------------------------------------------------------------- /20110416/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/csprites.c -------------------------------------------------------------------------------- /20110416/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/helicop.dat -------------------------------------------------------------------------------- /20110416/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/imagen.exe -------------------------------------------------------------------------------- /20110416/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/lector.exe -------------------------------------------------------------------------------- /20110416/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/sonido.asm -------------------------------------------------------------------------------- /20110416/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/titulo1.dat -------------------------------------------------------------------------------- /20110416/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/titulo2.dat -------------------------------------------------------------------------------- /20110416/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/titulo3.dat -------------------------------------------------------------------------------- /20110416/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110416/tniasm.exe -------------------------------------------------------------------------------- /20110503/MUSICA.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/MUSICA.ASM -------------------------------------------------------------------------------- /20110503/SPRITES.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/SPRITES.ASM -------------------------------------------------------------------------------- /20110503/SPRITES.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/SPRITES.BAS -------------------------------------------------------------------------------- /20110503/alerta.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/alerta.dat -------------------------------------------------------------------------------- /20110503/alerta2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/alerta2.dat -------------------------------------------------------------------------------- /20110503/bitwise.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/bitwise.dat -------------------------------------------------------------------------------- /20110503/combina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/combina.asm -------------------------------------------------------------------------------- /20110503/crujido.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/crujido.exe -------------------------------------------------------------------------------- /20110503/csprites.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/csprites.c -------------------------------------------------------------------------------- /20110503/helicop.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/helicop.dat -------------------------------------------------------------------------------- /20110503/imagen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/imagen.exe -------------------------------------------------------------------------------- /20110503/lector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/lector.exe -------------------------------------------------------------------------------- /20110503/milogo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/milogo.dat -------------------------------------------------------------------------------- /20110503/sonido.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/sonido.asm -------------------------------------------------------------------------------- /20110503/titulo1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/titulo1.dat -------------------------------------------------------------------------------- /20110503/titulo2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/titulo2.dat -------------------------------------------------------------------------------- /20110503/titulo3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/titulo3.dat -------------------------------------------------------------------------------- /20110503/tniasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanochess/Zombie-Near/HEAD/20110503/tniasm.exe --------------------------------------------------------------------------------