├── LICENSE ├── README.txt ├── artwork ├── armas_marcador.png ├── armas_marcador.xcf ├── armas_marcador_axe.png ├── armas_marcador_blade.png ├── armas_marcador_eclipse.png ├── armas_marcador_sword.png ├── barbaro01.bmp ├── barbaro01.xcf ├── barbaro01a.xcf ├── barbaro02.bmp ├── barbaro02.xcf ├── barbaro02a.xcf ├── caballerorenegado.bmp ├── caballerorenegado.xcf ├── caballerorenegado01.xcf ├── dalgurak.bmp ├── dalgurak.xcf ├── dalgurak01.xcf ├── demonio.bmp ├── demonio.png ├── demonio.xcf ├── esqueleto.bmp ├── esqueleto.xcf ├── esqueleto01.xcf ├── font.xcf ├── font_menu.xcf ├── golem.bmp ├── golem.xcf ├── golem01.xcf ├── intro_final │ ├── final01a.png │ ├── final01a.xcf │ ├── final02a.png │ ├── final02a.xcf │ ├── final03a.png │ ├── final03a.xcf │ ├── ianna_creditos.png │ ├── ianna_creditos.xcf │ ├── intro01a.png │ ├── intro01a.xcf │ ├── intro02a.png │ ├── intro02a.xcf │ ├── intro03a.png │ ├── intro03a.xcf │ ├── intro04a.png │ ├── intro04a.xcf │ ├── intro05a.png │ └── intro05a.xcf ├── intro_marco.bmp ├── intro_marco.png ├── intro_marco.xcf ├── marcador.xcf ├── marcador01.png ├── marcador_enemigo_vida_on.png ├── menu_screen01.png ├── menu_screen01.xcf ├── minotauro.bmp ├── minotauro.xcf ├── minotauro01.xcf ├── mummy.bmp ├── mummy.xcf ├── mummy01.xcf ├── music │ ├── README.txt │ ├── ianna empy track.aks │ ├── ianna fx 4h.aks │ ├── music 1 - fortress of kashgar.aks │ ├── music 10 - Menu ZX.aks │ ├── music 11 - intro ZX.aks │ ├── music 12 - ending sequence.aks │ ├── music 13 - credits.aks │ ├── music 2, 5 - temple of desert.aks │ ├── music 3 - the gorge of orlok.aks │ ├── music 4 - the fortress of nemrut.aks │ ├── music 6 - the forge of xshathra.aks │ ├── music 7 - temple of Ianna.aks │ ├── music 8 - tower of sorcery.aks │ └── music 9 - player death.aks ├── ogro.bmp ├── ogro.xcf ├── ogro01.xcf ├── orc.bmp ├── orc.xcf ├── orc01.xcf ├── paleta.txt ├── rollingstone.bmp ├── rollingstone.xcf ├── tiles_nivel01.bmp ├── tiles_nivel01.png ├── tiles_nivel01.xcf ├── tiles_nivel01_transp.xcf ├── tiles_nivel01a.xcf ├── tiles_nivel02.bmp ├── tiles_nivel02.png ├── tiles_nivel02.xcf ├── tiles_nivel02_transp.xcf ├── tiles_nivel02a.xcf ├── tiles_nivel03.bmp ├── tiles_nivel03.png ├── tiles_nivel03.xcf ├── tiles_nivel03_transp.xcf ├── tiles_nivel03a.xcf ├── tiles_nivel04.bmp ├── tiles_nivel04.png ├── tiles_nivel04.xcf ├── tiles_nivel04_transp.xcf ├── tiles_nivel05.bmp ├── tiles_nivel05.png ├── tiles_nivel05.xcf ├── tiles_nivel05_transp.xcf ├── tiles_nivel06.bmp ├── tiles_nivel06.png ├── tiles_nivel06.xcf ├── tiles_nivel06_transp.xcf ├── tiles_nivel06a.xcf ├── tiles_nivel07.bmp ├── tiles_nivel07.png ├── tiles_nivel07.xcf ├── tiles_nivel07_transp.xcf ├── tiles_nivel08.bmp ├── tiles_nivel08.png ├── tiles_nivel08.xcf ├── tiles_nivel08_transp.xcf ├── tiles_nivel09.bmp ├── tiles_nivel09.png ├── tiles_nivel09_transp.xcf ├── troll.bmp ├── troll.xcf └── troll01.xcf ├── doc ├── README.txt ├── design document.odt └── player state diagram.odg ├── python_src ├── README.txt ├── TODO.txt ├── artwork │ ├── font.png │ ├── font_spectrum.png │ ├── marcador.png │ ├── marcador_armas_axe.png │ ├── marcador_armas_blade.png │ ├── marcador_armas_eclipse.png │ ├── marcador_armas_sword.png │ ├── marcador_enemigo_off.png │ ├── marcador_enemigo_on.png │ ├── marcador_enemigo_vida_off.png │ ├── marcador_enemigo_vida_on.png │ ├── pausa.png │ ├── screen_titulo.png │ └── src │ │ ├── armas_marcador02.sev │ │ ├── divisiones.psd │ │ ├── font.sev │ │ ├── font01.scr │ │ ├── ianna_title01a.scr │ │ ├── marcador01.sev │ │ ├── objetos.scr │ │ ├── stiles_nivel01.zxp │ │ ├── stiles_nivel01a.zxp │ │ ├── stiles_nivel01b.zxp │ │ ├── stiles_nivel01c.zxp │ │ ├── stiles_nivel01c_reducido.zxp │ │ ├── stiles_nivel02a.zxp │ │ ├── stiles_nivel02b.zxp │ │ ├── stiles_nivel03a.zxp │ │ ├── stiles_nivel03b.zxp │ │ ├── stiles_nivel03c.zxp │ │ ├── stiles_nivel03d.zxp │ │ ├── stiles_nivel04a.zxp │ │ ├── stiles_nivel05a.zxp │ │ ├── stiles_nivel06a.zxp │ │ ├── stiles_nivel07a.zxp │ │ ├── stiles_nivel08a.zxp │ │ ├── stiles_nivel09.zxp │ │ └── tiles_durezas.psd ├── constants.py ├── constants.pyc ├── ianna.py ├── ianna_entity.py ├── ianna_entity.pyc ├── ianna_score.py ├── ianna_score.pyc ├── mapa.py ├── mapa.pyc ├── maps │ ├── level1 │ │ ├── count_tiles.bat │ │ ├── count_tiles.py │ │ ├── divisiones.png │ │ ├── mapa_attractmode.asm │ │ ├── mapa_attractmode.tmx │ │ ├── mapa_nivel01_dalgurak.tmx │ │ ├── mapa_nivel01c.asm │ │ ├── mapa_nivel01d.asm │ │ ├── mapa_nivel01d.tmx │ │ ├── objid.py │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel01.png │ │ └── tiles_objetos.png │ ├── level2 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel02d.asm │ │ ├── mapa_nivel02d.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel02.png │ │ └── tiles_objetos.png │ ├── level3 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel03a.asm │ │ ├── mapa_nivel03b.asm │ │ ├── mapa_nivel03b.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel03.png │ │ └── tiles_objetos.png │ ├── level4 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel04c.asm │ │ ├── mapa_nivel04c.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel04.png │ │ └── tiles_objetos.png │ ├── level5 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel05b.asm │ │ ├── mapa_nivel05c.asm │ │ ├── mapa_nivel05c.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel05.png │ │ └── tiles_objetos.png │ ├── level6 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel06a.asm │ │ ├── mapa_nivel06b.asm │ │ ├── mapa_nivel06b.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel06.png │ │ └── tiles_objetos.png │ ├── level7 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel07a.asm │ │ ├── mapa_nivel07a.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel07.png │ │ └── tiles_objetos.png │ ├── level8 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel08a.asm │ │ ├── mapa_nivel08b.asm │ │ ├── mapa_nivel08b.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel08.png │ │ └── tiles_objetos.png │ └── level9 │ │ ├── count_tiles.bat │ │ ├── divisiones.png │ │ ├── mapa_nivel09a.asm │ │ ├── mapa_nivel09a.tmx │ │ ├── tiles_durezas.png │ │ ├── tiles_nivel09.png │ │ └── tiles_objetos.png ├── msx_sprite.py ├── msx_sprite.pyc ├── other │ ├── export │ │ ├── barbaro01.bmp │ │ ├── barbaro02.bmp │ │ ├── makefile │ │ ├── map.asm │ │ ├── map.bin │ │ ├── map.sym │ │ ├── map_stilecolors.asm │ │ ├── map_stilecolors.bin │ │ ├── map_stilecolors.cmp │ │ ├── map_stiles.asm │ │ ├── map_stiles.bin │ │ ├── map_stiles.cmp │ │ ├── map_strings.asm │ │ ├── map_strings.bin │ │ ├── map_strings.cmp │ │ ├── map_strings_en.asm │ │ ├── map_strings_en.bin │ │ ├── map_strings_en.cmp │ │ ├── map_tiles.asm │ │ ├── map_tiles.bin │ │ ├── map_tiles.cmp │ │ ├── screen_0_0.asm │ │ ├── screen_0_0.bin │ │ ├── screen_0_0.cmp │ │ ├── screen_0_1.asm │ │ ├── screen_0_1.bin │ │ ├── screen_0_1.cmp │ │ ├── screen_0_2.asm │ │ ├── screen_0_2.bin │ │ ├── screen_0_2.cmp │ │ ├── screen_0_3.asm │ │ ├── screen_0_3.bin │ │ ├── screen_0_3.cmp │ │ ├── screen_0_4.asm │ │ ├── screen_0_4.bin │ │ ├── screen_0_4.cmp │ │ ├── screen_1_0.asm │ │ ├── screen_1_0.bin │ │ ├── screen_1_0.cmp │ │ ├── screen_1_1.asm │ │ ├── screen_1_1.bin │ │ ├── screen_1_1.cmp │ │ ├── screen_1_2.asm │ │ ├── screen_1_2.bin │ │ ├── screen_1_2.cmp │ │ ├── screen_1_3.asm │ │ ├── screen_1_3.bin │ │ ├── screen_1_3.cmp │ │ ├── screen_1_4.asm │ │ ├── screen_1_4.bin │ │ ├── screen_1_4.cmp │ │ ├── screen_2_0.asm │ │ ├── screen_2_0.bin │ │ ├── screen_2_0.cmp │ │ ├── screen_2_1.asm │ │ ├── screen_2_1.bin │ │ ├── screen_2_1.cmp │ │ ├── screen_2_2.asm │ │ ├── screen_2_2.bin │ │ ├── screen_2_2.cmp │ │ ├── screen_2_3.asm │ │ ├── screen_2_3.bin │ │ ├── screen_2_3.cmp │ │ ├── screen_2_4.asm │ │ ├── screen_2_4.bin │ │ ├── screen_2_4.cmp │ │ ├── screen_3_0.asm │ │ ├── screen_3_0.bin │ │ ├── screen_3_0.cmp │ │ ├── screen_3_1.asm │ │ ├── screen_3_1.bin │ │ ├── screen_3_1.cmp │ │ ├── screen_3_2.asm │ │ ├── screen_3_2.bin │ │ ├── screen_3_2.cmp │ │ ├── screen_3_3.asm │ │ ├── screen_3_3.bin │ │ ├── screen_3_3.cmp │ │ ├── screen_3_4.asm │ │ ├── screen_3_4.bin │ │ ├── screen_3_4.cmp │ │ ├── screen_4_0.asm │ │ ├── screen_4_0.bin │ │ ├── screen_4_0.cmp │ │ ├── screen_4_1.asm │ │ ├── screen_4_1.bin │ │ ├── screen_4_1.cmp │ │ ├── screen_4_2.asm │ │ ├── screen_4_2.bin │ │ ├── screen_4_2.cmp │ │ ├── screen_4_3.asm │ │ ├── screen_4_3.bin │ │ ├── screen_4_3.cmp │ │ ├── screen_4_4.asm │ │ ├── screen_4_4.bin │ │ ├── screen_4_4.cmp │ │ ├── screen_5_0.asm │ │ ├── screen_5_0.bin │ │ ├── screen_5_0.cmp │ │ ├── screen_5_1.asm │ │ ├── screen_5_1.bin │ │ ├── screen_5_1.cmp │ │ ├── screen_5_2.asm │ │ ├── screen_5_2.bin │ │ ├── screen_5_2.cmp │ │ ├── screen_5_3.asm │ │ ├── screen_5_3.bin │ │ ├── screen_5_3.cmp │ │ ├── screen_5_4.asm │ │ ├── screen_5_4.bin │ │ ├── screen_5_4.cmp │ │ ├── screen_6_0.asm │ │ ├── screen_6_0.bin │ │ ├── screen_6_0.cmp │ │ ├── screen_6_1.asm │ │ ├── screen_6_1.bin │ │ ├── screen_6_1.cmp │ │ ├── screen_6_2.asm │ │ ├── screen_6_2.bin │ │ ├── screen_6_2.cmp │ │ ├── screen_6_3.asm │ │ ├── screen_6_3.bin │ │ ├── screen_6_3.cmp │ │ ├── screen_6_4.asm │ │ ├── screen_6_4.bin │ │ ├── screen_6_4.cmp │ │ ├── screen_7_0.asm │ │ ├── screen_7_0.bin │ │ ├── screen_7_0.cmp │ │ ├── screen_7_1.asm │ │ ├── screen_7_1.bin │ │ ├── screen_7_1.cmp │ │ ├── screen_7_2.asm │ │ ├── screen_7_2.bin │ │ ├── screen_7_2.cmp │ │ ├── screen_7_3.asm │ │ ├── screen_7_3.bin │ │ ├── screen_7_3.cmp │ │ ├── screen_7_4.asm │ │ ├── screen_7_4.bin │ │ ├── screen_7_4.cmp │ │ ├── screen_8_0.asm │ │ ├── screen_8_0.bin │ │ ├── screen_8_0.cmp │ │ ├── screen_8_1.asm │ │ ├── screen_8_1.bin │ │ ├── screen_8_1.cmp │ │ ├── screen_8_2.asm │ │ ├── screen_8_2.bin │ │ ├── screen_8_2.cmp │ │ ├── screen_8_3.asm │ │ ├── screen_8_3.bin │ │ ├── screen_8_3.cmp │ │ ├── screen_8_4.asm │ │ ├── screen_8_4.bin │ │ └── screen_8_4.cmp │ └── tools │ │ ├── armas.SR5 │ │ ├── armas.SR5.plet1 │ │ ├── armas.png │ │ ├── armas_marcador_axe.png │ │ ├── armas_marcador_blade.png │ │ ├── armas_marcador_eclipse.png │ │ ├── armas_marcador_sword.png │ │ ├── barbaro.bmp │ │ ├── barbaro01.bmp │ │ ├── barbaro02.bmp │ │ ├── caballerorenegado.bmp │ │ ├── credits.SR5 │ │ ├── credits.SR5.plet1 │ │ ├── dalgurak.bmp │ │ ├── esqueleto.bmp │ │ ├── final01.SR5 │ │ ├── final01.SR5.plet1 │ │ ├── final01.png │ │ ├── final02.SR5 │ │ ├── final02.SR5.plet1 │ │ ├── final02.png │ │ ├── font.SR5 │ │ ├── font.SR5.plet1 │ │ ├── font.png │ │ ├── font_menu.png │ │ ├── ianna_creditos.png │ │ ├── intro01.SR5 │ │ ├── intro01.SR5.plet1 │ │ ├── intro01.png │ │ ├── intro02.SR5 │ │ ├── intro02.SR5.plet1 │ │ ├── intro02.png │ │ ├── intro03.SR5 │ │ ├── intro03.SR5.plet1 │ │ ├── intro03.png │ │ ├── intro_marco.SR5 │ │ ├── intro_marco.SR5.plet1 │ │ ├── intro_marco.png │ │ ├── level1.pl5 │ │ ├── marcador.SR5 │ │ ├── marcador.SR5.plet1 │ │ ├── marcador01.png │ │ ├── marcador_axe.SR5 │ │ ├── marcador_blade.SR5 │ │ ├── marcador_eclipse.SR5 │ │ ├── marcador_enemigo_vida_off.png │ │ ├── marcador_sword.SR5 │ │ ├── menu_fondo_letras.SR5 │ │ ├── menu_fondo_letras.SR5.plet1 │ │ ├── menu_fondo_letras.png │ │ ├── menu_font.SR5.plet1 │ │ ├── menu_screen.SR5 │ │ ├── menu_screen.SR5.plet1 │ │ ├── menu_screen01.png │ │ ├── mummy.bmp │ │ ├── orc.bmp │ │ ├── rollingstone.bmp │ │ ├── sprite_barbaro_1.asm │ │ ├── sprite_barbaro_2.asm │ │ ├── sprite_barbaro_3.asm │ │ ├── sprite_barbaro_4.asm │ │ ├── sprite_barbaro_5.asm │ │ ├── sprite_caballerorenegado.asm │ │ ├── sprite_dalgurak.asm │ │ ├── sprite_esqueleto.asm │ │ ├── sprite_mummy.asm │ │ ├── sprite_orc.asm │ │ ├── sprite_rollingstone.asm │ │ ├── sprite_troll.asm │ │ ├── test_armas.py │ │ ├── test_bitmap.py │ │ ├── test_fondo_letras.py │ │ ├── test_font.py │ │ ├── test_intro.py │ │ ├── test_marcador.py │ │ ├── test_screen.py │ │ ├── test_spr.py │ │ ├── tiles_nivel01.SR5 │ │ ├── tiles_nivel01.bmp │ │ └── troll.bmp ├── proceso_enemigos.txt ├── scripts.py ├── scripts.pyc ├── setup.py ├── sev_sprite.py ├── sev_sprite.pyc ├── sprites │ ├── barbaro │ │ ├── barbaro01.bmp │ │ ├── barbaro02.bmp │ │ ├── barbaro_agacha.sev │ │ ├── barbaro_blade_bloquea.sev │ │ ├── barbaro_blade_comboadelante.sev │ │ ├── barbaro_blade_golpeadelante.sev │ │ ├── barbaro_blade_golpealto.sev │ │ ├── barbaro_blade_golpeatras.sev │ │ ├── barbaro_blade_golpebajo.sev │ │ ├── barbaro_blade_ouch.sev │ │ ├── barbaro_cae.sev │ │ ├── barbaro_camina.sev │ │ ├── barbaro_camina_blade.sev │ │ ├── barbaro_camina_eclipse.sev │ │ ├── barbaro_camina_espada.sev │ │ ├── barbaro_camina_hacha.sev │ │ ├── barbaro_corre.sev │ │ ├── barbaro_cuelga.sev │ │ ├── barbaro_eclipse_bloquea.sev │ │ ├── barbaro_eclipse_comboadelante.sev │ │ ├── barbaro_eclipse_golpeadelante.sev │ │ ├── barbaro_eclipse_golpealto.sev │ │ ├── barbaro_eclipse_golpeatras.sev │ │ ├── barbaro_eclipse_golpebajo.sev │ │ ├── barbaro_eclipse_ouch.sev │ │ ├── barbaro_espada.sev │ │ ├── barbaro_espada_bloquea.sev │ │ ├── barbaro_espada_comboadelante.sev │ │ ├── barbaro_espada_golpeadelante.sev │ │ ├── barbaro_espada_golpealto.sev │ │ ├── barbaro_espada_golpeatras.sev │ │ ├── barbaro_espada_golpebajo.sev │ │ ├── barbaro_espada_ouch.sev │ │ ├── barbaro_frena.sev │ │ ├── barbaro_frena_gira.sev │ │ ├── barbaro_gira.sev │ │ ├── barbaro_golpe1.sev │ │ ├── barbaro_hacha_bloquea.sev │ │ ├── barbaro_hacha_comboadelante.sev │ │ ├── barbaro_hacha_golpeadelante.sev │ │ ├── barbaro_hacha_golpealto.sev │ │ ├── barbaro_hacha_golpeatras.sev │ │ ├── barbaro_hacha_golpebajo.sev │ │ ├── barbaro_hacha_ouch.sev │ │ ├── barbaro_idle.sev │ │ ├── barbaro_idle_blade.sev │ │ ├── barbaro_idle_eclipse.sev │ │ ├── barbaro_idle_espada.sev │ │ ├── barbaro_idle_hacha.sev │ │ ├── barbaro_muere.sev │ │ ├── barbaro_objeto_camina.sev │ │ ├── barbaro_objeto_idle.sev │ │ ├── barbaro_ouch.sev │ │ ├── barbaro_palanca.sev │ │ ├── barbaro_saca_espada.sev │ │ ├── barbaro_salta.sev │ │ ├── barbaro_salto_corto.sev │ │ └── barbaro_salto_largo.sev │ ├── caballerorenegado │ │ ├── caballerorenegado.bmp │ │ ├── caballerorenegado_agacha.sev │ │ ├── caballerorenegado_cae.sev │ │ ├── caballerorenegado_camina.sev │ │ ├── caballerorenegado_camina_espada.sev │ │ ├── caballerorenegado_espada_bloquea.sev │ │ ├── caballerorenegado_espada_comboadelante.sev │ │ ├── caballerorenegado_espada_golpeadelante.sev │ │ ├── caballerorenegado_espada_golpealto.sev │ │ ├── caballerorenegado_espada_golpebajo.sev │ │ ├── caballerorenegado_espada_ouch.sev │ │ ├── caballerorenegado_gira.sev │ │ ├── caballerorenegado_idle.sev │ │ ├── caballerorenegado_idle_espada.sev │ │ ├── caballerorenegado_muere.sev │ │ └── caballerorenegado_saca_espada.sev │ ├── dalgurak │ │ ├── dalgurak.bmp │ │ ├── dalgurak_agacha.sev │ │ ├── dalgurak_cae.sev │ │ ├── dalgurak_camina.sev │ │ ├── dalgurak_camina_espada.sev │ │ ├── dalgurak_espada_bloquea.sev │ │ ├── dalgurak_espada_comboadelante.sev │ │ ├── dalgurak_espada_golpeadelante.sev │ │ ├── dalgurak_espada_golpealto.sev │ │ ├── dalgurak_espada_golpebajo.sev │ │ ├── dalgurak_espada_ouch.sev │ │ ├── dalgurak_gira.sev │ │ ├── dalgurak_idle.sev │ │ ├── dalgurak_idle_espada.sev │ │ ├── dalgurak_muere.sev │ │ └── dalgurak_saca_espada.sev │ ├── demonio │ │ ├── demonio.bmp │ │ ├── demonio_agacha.sev │ │ ├── demonio_cae.sev │ │ ├── demonio_camina.sev │ │ ├── demonio_camina_espada.sev │ │ ├── demonio_espada_bloquea.sev │ │ ├── demonio_espada_ouch.sev │ │ ├── demonio_gira.sev │ │ ├── demonio_golpe_adelante.sev │ │ ├── demonio_golpe_alto.sev │ │ ├── demonio_golpe_bajo.sev │ │ ├── demonio_idle.sev │ │ ├── demonio_idle_espada.sev │ │ ├── demonio_muere.sev │ │ └── demonio_saca_espada.sev │ ├── demonio_inf │ │ ├── demonio_inf_agacha.sev │ │ ├── demonio_inf_cae.sev │ │ ├── demonio_inf_camina.sev │ │ ├── demonio_inf_camina_espada.sev │ │ ├── demonio_inf_espada_bloquea.sev │ │ ├── demonio_inf_espada_comboadelante.sev │ │ ├── demonio_inf_espada_golpeadelante.sev │ │ ├── demonio_inf_espada_golpealto.sev │ │ ├── demonio_inf_espada_golpebajo.sev │ │ ├── demonio_inf_espada_ouch.sev │ │ ├── demonio_inf_gira.sev │ │ ├── demonio_inf_idle.sev │ │ ├── demonio_inf_idle_espada.sev │ │ ├── demonio_inf_muere.sev │ │ └── demonio_inf_saca_espada.sev │ ├── demonio_sup │ │ ├── demonio_sup_agacha.sev │ │ ├── demonio_sup_cae.sev │ │ ├── demonio_sup_camina.sev │ │ ├── demonio_sup_camina_espada.sev │ │ ├── demonio_sup_espada_bloquea.sev │ │ ├── demonio_sup_espada_comboadelante.sev │ │ ├── demonio_sup_espada_golpeadelante.sev │ │ ├── demonio_sup_espada_golpealto.sev │ │ ├── demonio_sup_espada_golpebajo.sev │ │ ├── demonio_sup_espada_ouch.sev │ │ ├── demonio_sup_gira.sev │ │ ├── demonio_sup_idle.sev │ │ ├── demonio_sup_idle_espada.sev │ │ ├── demonio_sup_muere.sev │ │ └── demonio_sup_saca_espada.sev │ ├── esqueleto │ │ ├── esqueleto.bmp │ │ ├── esqueleto_agacha.sev │ │ ├── esqueleto_cae.sev │ │ ├── esqueleto_camina.sev │ │ ├── esqueleto_camina_espada.sev │ │ ├── esqueleto_espada_bloquea.sev │ │ ├── esqueleto_espada_comboadelante.sev │ │ ├── esqueleto_espada_golpeadelante.sev │ │ ├── esqueleto_espada_golpealto.sev │ │ ├── esqueleto_espada_golpebajo.sev │ │ ├── esqueleto_espada_ouch.sev │ │ ├── esqueleto_gira.sev │ │ ├── esqueleto_idle.sev │ │ ├── esqueleto_idle_espada.sev │ │ ├── esqueleto_muere.sev │ │ └── esqueleto_saca_espada.sev │ ├── esqueletomayor │ │ ├── esqueletomayor_agacha.sev │ │ ├── esqueletomayor_cae.sev │ │ ├── esqueletomayor_camina.sev │ │ ├── esqueletomayor_camina_espada.sev │ │ ├── esqueletomayor_espada_bloquea.sev │ │ ├── esqueletomayor_espada_comboadelante.sev │ │ ├── esqueletomayor_espada_golpeadelante.sev │ │ ├── esqueletomayor_espada_golpealto.sev │ │ ├── esqueletomayor_espada_golpebajo.sev │ │ ├── esqueletomayor_espada_ouch.sev │ │ ├── esqueletomayor_gira.sev │ │ ├── esqueletomayor_idle.sev │ │ ├── esqueletomayor_idle_espada.sev │ │ ├── esqueletomayor_muere.sev │ │ └── esqueletomayor_saca_espada.sev │ ├── golem │ │ ├── golem.bmp │ │ ├── golem.png │ │ ├── golem_agacha.sev │ │ ├── golem_cae.sev │ │ ├── golem_camina.sev │ │ ├── golem_camina_espada.sev │ │ ├── golem_espada_bloquea.sev │ │ ├── golem_espada_ouch.sev │ │ ├── golem_gira.sev │ │ ├── golem_golpe_adelante.sev │ │ ├── golem_golpe_alto.sev │ │ ├── golem_golpe_bajo.sev │ │ ├── golem_idle.sev │ │ ├── golem_idle_espada.sev │ │ ├── golem_muere.sev │ │ ├── golem_saca_espada.sev │ │ └── modelodoble_caminar.sev │ ├── golem_inf │ │ ├── golem_inf_agacha.sev │ │ ├── golem_inf_cae.sev │ │ ├── golem_inf_camina.sev │ │ ├── golem_inf_camina_espada.sev │ │ ├── golem_inf_espada_bloquea.sev │ │ ├── golem_inf_espada_comboadelante.sev │ │ ├── golem_inf_espada_golpeadelante.sev │ │ ├── golem_inf_espada_golpealto.sev │ │ ├── golem_inf_espada_golpebajo.sev │ │ ├── golem_inf_espada_ouch.sev │ │ ├── golem_inf_gira.sev │ │ ├── golem_inf_idle.sev │ │ ├── golem_inf_idle_espada.sev │ │ ├── golem_inf_muere.sev │ │ └── golem_inf_saca_espada.sev │ ├── golem_sup │ │ ├── golem_sup_agacha.sev │ │ ├── golem_sup_cae.sev │ │ ├── golem_sup_camina.sev │ │ ├── golem_sup_camina_espada.sev │ │ ├── golem_sup_espada_bloquea.sev │ │ ├── golem_sup_espada_comboadelante.sev │ │ ├── golem_sup_espada_golpeadelante.sev │ │ ├── golem_sup_espada_golpealto.sev │ │ ├── golem_sup_espada_golpebajo.sev │ │ ├── golem_sup_espada_ouch.sev │ │ ├── golem_sup_gira.sev │ │ ├── golem_sup_idle.sev │ │ ├── golem_sup_idle_espada.sev │ │ ├── golem_sup_muere.sev │ │ └── golem_sup_saca_espada.sev │ ├── minotauro │ │ ├── minotauro.bmp │ │ ├── minotauro.png │ │ ├── minotauro_agacha.sev │ │ ├── minotauro_cae.sev │ │ ├── minotauro_camina.sev │ │ ├── minotauro_camina_espada.sev │ │ ├── minotauro_espada_bloquea.sev │ │ ├── minotauro_espada_ouch.sev │ │ ├── minotauro_gira.sev │ │ ├── minotauro_golpe_adelante.sev │ │ ├── minotauro_golpe_alto.sev │ │ ├── minotauro_golpe_bajo.sev │ │ ├── minotauro_idle.sev │ │ ├── minotauro_idle_espada.sev │ │ ├── minotauro_muere.sev │ │ └── minotauro_saca_espada.sev │ ├── minotauro_inf │ │ ├── minotauro_inf_agacha.sev │ │ ├── minotauro_inf_cae.sev │ │ ├── minotauro_inf_camina.sev │ │ ├── minotauro_inf_camina_espada.sev │ │ ├── minotauro_inf_espada_bloquea.sev │ │ ├── minotauro_inf_espada_comboadelante.sev │ │ ├── minotauro_inf_espada_golpeadelante.sev │ │ ├── minotauro_inf_espada_golpealto.sev │ │ ├── minotauro_inf_espada_golpebajo.sev │ │ ├── minotauro_inf_espada_ouch.sev │ │ ├── minotauro_inf_gira.sev │ │ ├── minotauro_inf_idle.sev │ │ ├── minotauro_inf_idle_espada.sev │ │ ├── minotauro_inf_muere.sev │ │ └── minotauro_inf_saca_espada.sev │ ├── minotauro_sup │ │ ├── minotauro_sup_agacha.sev │ │ ├── minotauro_sup_cae.sev │ │ ├── minotauro_sup_camina.sev │ │ ├── minotauro_sup_camina_espada.sev │ │ ├── minotauro_sup_espada_bloquea.sev │ │ ├── minotauro_sup_espada_comboadelante.sev │ │ ├── minotauro_sup_espada_golpeadelante.sev │ │ ├── minotauro_sup_espada_golpealto.sev │ │ ├── minotauro_sup_espada_golpebajo.sev │ │ ├── minotauro_sup_espada_ouch.sev │ │ ├── minotauro_sup_gira.sev │ │ ├── minotauro_sup_idle.sev │ │ ├── minotauro_sup_idle_espada.sev │ │ ├── minotauro_sup_muere.sev │ │ └── minotauro_sup_saca_espada.sev │ ├── mummy │ │ ├── mummy.bmp │ │ ├── mummy_agacha.sev │ │ ├── mummy_cae.sev │ │ ├── mummy_camina.sev │ │ ├── mummy_camina_espada.sev │ │ ├── mummy_espada_bloquea.sev │ │ ├── mummy_espada_comboadelante.sev │ │ ├── mummy_espada_golpeadelante.sev │ │ ├── mummy_espada_golpealto.sev │ │ ├── mummy_espada_golpebajo.sev │ │ ├── mummy_espada_ouch.sev │ │ ├── mummy_gira.sev │ │ ├── mummy_idle.sev │ │ ├── mummy_idle_espada.sev │ │ ├── mummy_muere.sev │ │ └── mummy_saca_espada.sev │ ├── ogro │ │ ├── ogro.bmp │ │ ├── ogro.png │ │ ├── ogro_agacha.sev │ │ ├── ogro_cae.sev │ │ ├── ogro_camina.sev │ │ ├── ogro_camina_espada.sev │ │ ├── ogro_espada_bloquea.sev │ │ ├── ogro_espada_ouch.sev │ │ ├── ogro_gira.sev │ │ ├── ogro_golpe_adelante.sev │ │ ├── ogro_golpe_alto.sev │ │ ├── ogro_golpe_bajo.sev │ │ ├── ogro_idle.sev │ │ ├── ogro_idle_espada.sev │ │ ├── ogro_muere.sev │ │ └── ogro_saca_espada.sev │ ├── ogro_inf │ │ ├── ogro_inf_agacha.sev │ │ ├── ogro_inf_cae.sev │ │ ├── ogro_inf_camina.sev │ │ ├── ogro_inf_camina_espada.sev │ │ ├── ogro_inf_espada_bloquea.sev │ │ ├── ogro_inf_espada_comboadelante.sev │ │ ├── ogro_inf_espada_golpeadelante.sev │ │ ├── ogro_inf_espada_golpealto.sev │ │ ├── ogro_inf_espada_golpebajo.sev │ │ ├── ogro_inf_espada_ouch.sev │ │ ├── ogro_inf_gira.sev │ │ ├── ogro_inf_idle.sev │ │ ├── ogro_inf_idle_espada.sev │ │ ├── ogro_inf_muere.sev │ │ └── ogro_inf_saca_espada.sev │ ├── ogro_sup │ │ ├── ogro_sup_agacha.sev │ │ ├── ogro_sup_cae.sev │ │ ├── ogro_sup_camina.sev │ │ ├── ogro_sup_camina_espada.sev │ │ ├── ogro_sup_espada_bloquea.sev │ │ ├── ogro_sup_espada_comboadelante.sev │ │ ├── ogro_sup_espada_golpeadelante.sev │ │ ├── ogro_sup_espada_golpealto.sev │ │ ├── ogro_sup_espada_golpebajo.sev │ │ ├── ogro_sup_espada_ouch.sev │ │ ├── ogro_sup_gira.sev │ │ ├── ogro_sup_idle.sev │ │ ├── ogro_sup_idle_espada.sev │ │ ├── ogro_sup_muere.sev │ │ └── ogro_sup_saca_espada.sev │ ├── orc │ │ ├── orc.bmp │ │ ├── orc_agacha.sev │ │ ├── orc_cae.sev │ │ ├── orc_camina.sev │ │ ├── orc_camina_espada.sev │ │ ├── orc_espada_bloquea.sev │ │ ├── orc_espada_comboadelante.sev │ │ ├── orc_espada_golpeadelante.sev │ │ ├── orc_espada_golpealto.sev │ │ ├── orc_espada_golpebajo.sev │ │ ├── orc_espada_ouch.sev │ │ ├── orc_gira.sev │ │ ├── orc_idle.sev │ │ ├── orc_idle_espada.sev │ │ ├── orc_muere.sev │ │ └── orc_saca_espada.sev │ ├── rollingstone │ │ ├── rollingstone.bmp │ │ ├── rollingstone_agacha.sev │ │ ├── rollingstone_cae.sev │ │ ├── rollingstone_camina.sev │ │ ├── rollingstone_camina_espada.sev │ │ ├── rollingstone_espada_bloquea.sev │ │ ├── rollingstone_espada_comboadelante.sev │ │ ├── rollingstone_espada_golpeadelante.sev │ │ ├── rollingstone_espada_golpealto.sev │ │ ├── rollingstone_espada_golpebajo.sev │ │ ├── rollingstone_espada_ouch.sev │ │ ├── rollingstone_gira.sev │ │ ├── rollingstone_idle.sev │ │ ├── rollingstone_idle_espada.sev │ │ ├── rollingstone_muere.sev │ │ └── rollingstone_saca_espada.sev │ └── troll │ │ ├── troll.bmp │ │ ├── troll_agacha.sev │ │ ├── troll_cae.sev │ │ ├── troll_camina.sev │ │ ├── troll_camina_espada.sev │ │ ├── troll_espada_bloquea.sev │ │ ├── troll_espada_comboadelante.sev │ │ ├── troll_espada_golpeadelante.sev │ │ ├── troll_espada_golpealto.sev │ │ ├── troll_espada_golpebajo.sev │ │ ├── troll_espada_ouch.sev │ │ ├── troll_gira.sev │ │ ├── troll_idle.sev │ │ ├── troll_idle_espada.sev │ │ ├── troll_muere.sev │ │ └── troll_saca_espada.sev ├── tiled_map.py ├── tiled_map.pyc ├── tileset.pl5 ├── timer.py ├── timer.pyc └── tools │ ├── armas.SR5 │ ├── armas.SR5.plet1 │ ├── armas.png │ ├── armas_marcador_axe.png │ ├── armas_marcador_blade.png │ ├── armas_marcador_eclipse.png │ ├── armas_marcador_sword.png │ ├── barbaro.bmp │ ├── barbaro01.bmp │ ├── barbaro02.bmp │ ├── caballerorenegado.bmp │ ├── dalgurak.bmp │ ├── esqueleto.bmp │ ├── font.SR5 │ ├── font.SR5.plet1 │ ├── font.png │ ├── level1.pl5 │ ├── marcador.SR5 │ ├── marcador.SR5.plet1 │ ├── marcador01.png │ ├── marcador_axe.SR5 │ ├── marcador_blade.SR5 │ ├── marcador_eclipse.SR5 │ ├── marcador_sword.SR5 │ ├── mummy.bmp │ ├── orc.bmp │ ├── rollingstone.bmp │ ├── sprite_barbaro_1.asm │ ├── sprite_barbaro_2.asm │ ├── sprite_barbaro_3.asm │ ├── sprite_barbaro_4.asm │ ├── sprite_barbaro_5.asm │ ├── sprite_caballerorenegado.asm │ ├── sprite_dalgurak.asm │ ├── sprite_esqueleto.asm │ ├── sprite_mummy.asm │ ├── sprite_orc.asm │ ├── sprite_rollingstone.asm │ ├── sprite_troll.asm │ ├── test_armas.py │ ├── test_bitmap.py │ ├── test_font.py │ ├── test_marcador.py │ ├── test_spr.py │ ├── tiles_nivel01.bmp │ └── troll.bmp ├── src ├── ArkosTrackerPlayer_CPC_MSX.asm ├── armas.SR5.plet1 ├── credits.SR5.plet1 ├── depack.asm ├── drawsprite.asm ├── endingscr.asm ├── entities.asm ├── final01.SR5.plet1 ├── final02.SR5.plet1 ├── font.SR5.plet1 ├── font.asm ├── ianna.asm ├── iannafx.mus ├── input.asm ├── interrupt.asm ├── intro.asm ├── intro01.SR5.plet1 ├── intro02.SR5.plet1 ├── intro03.SR5.plet1 ├── intro_marco.SR5.plet1 ├── introscr.asm ├── level0.map ├── level1.map ├── level2.map ├── level3.map ├── level4.map ├── level5.map ├── level6.map ├── level7.map ├── level8.map ├── level9.map ├── makefile ├── marcador.SR5.plet1 ├── memory.asm ├── memory_map.txt ├── menu.asm ├── menu_fondo_letras.SR5.plet1 ├── menu_font.SR5.plet1 ├── menu_screen.SR5.plet1 ├── music-credits.mus ├── music-end.mus ├── music-gameover.mus ├── music-intro.mus ├── music-level1.mus ├── music-level3.mus ├── music-level4.mus ├── music-level5.mus ├── music-level6.mus ├── music-level7.mus ├── music-level8.mus ├── music-menu.mus ├── music-nomusic.mus ├── music.asm ├── music_sfx.asm ├── objects.asm ├── pletter.asm ├── score.asm ├── scripts.asm ├── sprite_barbaro_1.asm ├── sprite_barbaro_2.asm ├── sprite_barbaro_3.asm ├── sprite_barbaro_4.asm ├── sprite_barbaro_5.asm ├── sprite_caballerorenegado.asm ├── sprite_dalgurak.asm ├── sprite_demonio_inf.asm ├── sprite_demonio_sup.asm ├── sprite_esqueleto.asm ├── sprite_golem_inf.asm ├── sprite_golem_sup.asm ├── sprite_minotauro_inf.asm ├── sprite_minotauro_sup.asm ├── sprite_mummy.asm ├── sprite_ogro_inf.asm ├── sprite_ogro_sup.asm ├── sprite_orc.asm ├── sprite_rollingstone.asm ├── sprite_troll.asm ├── sprites.asm ├── test.plt ├── tiles.asm ├── tiles01.asm ├── tiles02.asm ├── tiles03.asm ├── tiles04.asm ├── tiles05.asm ├── tiles06.asm ├── tiles07.asm ├── tiles08.asm ├── tiles09.asm ├── tiles_nivel01.SR5.plet1 ├── tiles_nivel02.SR5.plet1 ├── tiles_nivel03.SR5.plet1 ├── tiles_nivel04.SR5.plet1 ├── tiles_nivel05.SR5.plet1 ├── tiles_nivel06.SR5.plet1 ├── tiles_nivel07.SR5.plet1 ├── tiles_nivel08.SR5.plet1 ├── tiles_nivel09.SR5.plet1 ├── vars.asm ├── vdp.asm └── vdp_data.asm └── tools └── fill16k.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/README.txt -------------------------------------------------------------------------------- /artwork/armas_marcador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador.png -------------------------------------------------------------------------------- /artwork/armas_marcador.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador.xcf -------------------------------------------------------------------------------- /artwork/armas_marcador_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador_axe.png -------------------------------------------------------------------------------- /artwork/armas_marcador_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador_blade.png -------------------------------------------------------------------------------- /artwork/armas_marcador_eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador_eclipse.png -------------------------------------------------------------------------------- /artwork/armas_marcador_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/armas_marcador_sword.png -------------------------------------------------------------------------------- /artwork/barbaro01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro01.bmp -------------------------------------------------------------------------------- /artwork/barbaro01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro01.xcf -------------------------------------------------------------------------------- /artwork/barbaro01a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro01a.xcf -------------------------------------------------------------------------------- /artwork/barbaro02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro02.bmp -------------------------------------------------------------------------------- /artwork/barbaro02.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro02.xcf -------------------------------------------------------------------------------- /artwork/barbaro02a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/barbaro02a.xcf -------------------------------------------------------------------------------- /artwork/caballerorenegado.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/caballerorenegado.bmp -------------------------------------------------------------------------------- /artwork/caballerorenegado.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/caballerorenegado.xcf -------------------------------------------------------------------------------- /artwork/caballerorenegado01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/caballerorenegado01.xcf -------------------------------------------------------------------------------- /artwork/dalgurak.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/dalgurak.bmp -------------------------------------------------------------------------------- /artwork/dalgurak.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/dalgurak.xcf -------------------------------------------------------------------------------- /artwork/dalgurak01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/dalgurak01.xcf -------------------------------------------------------------------------------- /artwork/demonio.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/demonio.bmp -------------------------------------------------------------------------------- /artwork/demonio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/demonio.png -------------------------------------------------------------------------------- /artwork/demonio.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/demonio.xcf -------------------------------------------------------------------------------- /artwork/esqueleto.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/esqueleto.bmp -------------------------------------------------------------------------------- /artwork/esqueleto.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/esqueleto.xcf -------------------------------------------------------------------------------- /artwork/esqueleto01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/esqueleto01.xcf -------------------------------------------------------------------------------- /artwork/font.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/font.xcf -------------------------------------------------------------------------------- /artwork/font_menu.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/font_menu.xcf -------------------------------------------------------------------------------- /artwork/golem.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/golem.bmp -------------------------------------------------------------------------------- /artwork/golem.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/golem.xcf -------------------------------------------------------------------------------- /artwork/golem01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/golem01.xcf -------------------------------------------------------------------------------- /artwork/intro_final/final01a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final01a.png -------------------------------------------------------------------------------- /artwork/intro_final/final01a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final01a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/final02a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final02a.png -------------------------------------------------------------------------------- /artwork/intro_final/final02a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final02a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/final03a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final03a.png -------------------------------------------------------------------------------- /artwork/intro_final/final03a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/final03a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/ianna_creditos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/ianna_creditos.png -------------------------------------------------------------------------------- /artwork/intro_final/ianna_creditos.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/ianna_creditos.xcf -------------------------------------------------------------------------------- /artwork/intro_final/intro01a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro01a.png -------------------------------------------------------------------------------- /artwork/intro_final/intro01a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro01a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/intro02a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro02a.png -------------------------------------------------------------------------------- /artwork/intro_final/intro02a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro02a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/intro03a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro03a.png -------------------------------------------------------------------------------- /artwork/intro_final/intro03a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro03a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/intro04a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro04a.png -------------------------------------------------------------------------------- /artwork/intro_final/intro04a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro04a.xcf -------------------------------------------------------------------------------- /artwork/intro_final/intro05a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro05a.png -------------------------------------------------------------------------------- /artwork/intro_final/intro05a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_final/intro05a.xcf -------------------------------------------------------------------------------- /artwork/intro_marco.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_marco.bmp -------------------------------------------------------------------------------- /artwork/intro_marco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_marco.png -------------------------------------------------------------------------------- /artwork/intro_marco.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/intro_marco.xcf -------------------------------------------------------------------------------- /artwork/marcador.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/marcador.xcf -------------------------------------------------------------------------------- /artwork/marcador01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/marcador01.png -------------------------------------------------------------------------------- /artwork/marcador_enemigo_vida_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/marcador_enemigo_vida_on.png -------------------------------------------------------------------------------- /artwork/menu_screen01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/menu_screen01.png -------------------------------------------------------------------------------- /artwork/menu_screen01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/menu_screen01.xcf -------------------------------------------------------------------------------- /artwork/minotauro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/minotauro.bmp -------------------------------------------------------------------------------- /artwork/minotauro.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/minotauro.xcf -------------------------------------------------------------------------------- /artwork/minotauro01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/minotauro01.xcf -------------------------------------------------------------------------------- /artwork/mummy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/mummy.bmp -------------------------------------------------------------------------------- /artwork/mummy.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/mummy.xcf -------------------------------------------------------------------------------- /artwork/mummy01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/mummy01.xcf -------------------------------------------------------------------------------- /artwork/music/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/README.txt -------------------------------------------------------------------------------- /artwork/music/ianna empy track.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/ianna empy track.aks -------------------------------------------------------------------------------- /artwork/music/ianna fx 4h.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/ianna fx 4h.aks -------------------------------------------------------------------------------- /artwork/music/music 1 - fortress of kashgar.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 1 - fortress of kashgar.aks -------------------------------------------------------------------------------- /artwork/music/music 10 - Menu ZX.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 10 - Menu ZX.aks -------------------------------------------------------------------------------- /artwork/music/music 11 - intro ZX.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 11 - intro ZX.aks -------------------------------------------------------------------------------- /artwork/music/music 12 - ending sequence.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 12 - ending sequence.aks -------------------------------------------------------------------------------- /artwork/music/music 13 - credits.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 13 - credits.aks -------------------------------------------------------------------------------- /artwork/music/music 2, 5 - temple of desert.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 2, 5 - temple of desert.aks -------------------------------------------------------------------------------- /artwork/music/music 3 - the gorge of orlok.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 3 - the gorge of orlok.aks -------------------------------------------------------------------------------- /artwork/music/music 4 - the fortress of nemrut.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 4 - the fortress of nemrut.aks -------------------------------------------------------------------------------- /artwork/music/music 6 - the forge of xshathra.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 6 - the forge of xshathra.aks -------------------------------------------------------------------------------- /artwork/music/music 7 - temple of Ianna.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 7 - temple of Ianna.aks -------------------------------------------------------------------------------- /artwork/music/music 8 - tower of sorcery.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 8 - tower of sorcery.aks -------------------------------------------------------------------------------- /artwork/music/music 9 - player death.aks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/music/music 9 - player death.aks -------------------------------------------------------------------------------- /artwork/ogro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/ogro.bmp -------------------------------------------------------------------------------- /artwork/ogro.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/ogro.xcf -------------------------------------------------------------------------------- /artwork/ogro01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/ogro01.xcf -------------------------------------------------------------------------------- /artwork/orc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/orc.bmp -------------------------------------------------------------------------------- /artwork/orc.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/orc.xcf -------------------------------------------------------------------------------- /artwork/orc01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/orc01.xcf -------------------------------------------------------------------------------- /artwork/paleta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/paleta.txt -------------------------------------------------------------------------------- /artwork/rollingstone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/rollingstone.bmp -------------------------------------------------------------------------------- /artwork/rollingstone.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/rollingstone.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel01.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel01.png -------------------------------------------------------------------------------- /artwork/tiles_nivel01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel01.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel01_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel01_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel01a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel01a.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel02.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel02.png -------------------------------------------------------------------------------- /artwork/tiles_nivel02.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel02.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel02_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel02_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel02a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel02a.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel03.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel03.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel03.png -------------------------------------------------------------------------------- /artwork/tiles_nivel03.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel03.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel03_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel03_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel03a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel03a.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel04.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel04.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel04.png -------------------------------------------------------------------------------- /artwork/tiles_nivel04.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel04.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel04_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel04_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel05.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel05.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel05.png -------------------------------------------------------------------------------- /artwork/tiles_nivel05.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel05.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel05_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel05_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel06.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel06.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel06.png -------------------------------------------------------------------------------- /artwork/tiles_nivel06.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel06.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel06_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel06_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel06a.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel06a.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel07.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel07.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel07.png -------------------------------------------------------------------------------- /artwork/tiles_nivel07.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel07.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel07_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel07_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel08.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel08.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel08.png -------------------------------------------------------------------------------- /artwork/tiles_nivel08.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel08.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel08_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel08_transp.xcf -------------------------------------------------------------------------------- /artwork/tiles_nivel09.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel09.bmp -------------------------------------------------------------------------------- /artwork/tiles_nivel09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel09.png -------------------------------------------------------------------------------- /artwork/tiles_nivel09_transp.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/tiles_nivel09_transp.xcf -------------------------------------------------------------------------------- /artwork/troll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/troll.bmp -------------------------------------------------------------------------------- /artwork/troll.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/troll.xcf -------------------------------------------------------------------------------- /artwork/troll01.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/artwork/troll01.xcf -------------------------------------------------------------------------------- /doc/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/doc/README.txt -------------------------------------------------------------------------------- /doc/design document.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/doc/design document.odt -------------------------------------------------------------------------------- /doc/player state diagram.odg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/doc/player state diagram.odg -------------------------------------------------------------------------------- /python_src/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/README.txt -------------------------------------------------------------------------------- /python_src/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/TODO.txt -------------------------------------------------------------------------------- /python_src/artwork/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/font.png -------------------------------------------------------------------------------- /python_src/artwork/font_spectrum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/font_spectrum.png -------------------------------------------------------------------------------- /python_src/artwork/marcador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_armas_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_armas_axe.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_armas_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_armas_blade.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_armas_eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_armas_eclipse.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_armas_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_armas_sword.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_enemigo_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_enemigo_off.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_enemigo_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_enemigo_on.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_enemigo_vida_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_enemigo_vida_off.png -------------------------------------------------------------------------------- /python_src/artwork/marcador_enemigo_vida_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/marcador_enemigo_vida_on.png -------------------------------------------------------------------------------- /python_src/artwork/pausa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/pausa.png -------------------------------------------------------------------------------- /python_src/artwork/screen_titulo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/screen_titulo.png -------------------------------------------------------------------------------- /python_src/artwork/src/armas_marcador02.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/armas_marcador02.sev -------------------------------------------------------------------------------- /python_src/artwork/src/divisiones.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/divisiones.psd -------------------------------------------------------------------------------- /python_src/artwork/src/font.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/font.sev -------------------------------------------------------------------------------- /python_src/artwork/src/font01.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/font01.scr -------------------------------------------------------------------------------- /python_src/artwork/src/ianna_title01a.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/ianna_title01a.scr -------------------------------------------------------------------------------- /python_src/artwork/src/marcador01.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/marcador01.sev -------------------------------------------------------------------------------- /python_src/artwork/src/objetos.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/objetos.scr -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel01.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel01.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel01a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel01a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel01b.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel01b.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel01c.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel01c.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel01c_reducido.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel01c_reducido.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel02a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel02a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel02b.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel02b.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel03a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel03a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel03b.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel03b.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel03c.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel03c.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel03d.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel03d.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel04a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel04a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel05a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel05a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel06a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel06a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel07a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel07a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel08a.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel08a.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/stiles_nivel09.zxp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/stiles_nivel09.zxp -------------------------------------------------------------------------------- /python_src/artwork/src/tiles_durezas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/artwork/src/tiles_durezas.psd -------------------------------------------------------------------------------- /python_src/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/constants.py -------------------------------------------------------------------------------- /python_src/constants.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/constants.pyc -------------------------------------------------------------------------------- /python_src/ianna.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/ianna.py -------------------------------------------------------------------------------- /python_src/ianna_entity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/ianna_entity.py -------------------------------------------------------------------------------- /python_src/ianna_entity.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/ianna_entity.pyc -------------------------------------------------------------------------------- /python_src/ianna_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/ianna_score.py -------------------------------------------------------------------------------- /python_src/ianna_score.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/ianna_score.pyc -------------------------------------------------------------------------------- /python_src/mapa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/mapa.py -------------------------------------------------------------------------------- /python_src/mapa.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/mapa.pyc -------------------------------------------------------------------------------- /python_src/maps/level1/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level1/count_tiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/count_tiles.py -------------------------------------------------------------------------------- /python_src/maps/level1/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_attractmode.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_attractmode.asm -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_attractmode.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_attractmode.tmx -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_nivel01_dalgurak.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_nivel01_dalgurak.tmx -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_nivel01c.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_nivel01c.asm -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_nivel01d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_nivel01d.asm -------------------------------------------------------------------------------- /python_src/maps/level1/mapa_nivel01d.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/mapa_nivel01d.tmx -------------------------------------------------------------------------------- /python_src/maps/level1/objid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/objid.py -------------------------------------------------------------------------------- /python_src/maps/level1/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level1/tiles_nivel01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/tiles_nivel01.png -------------------------------------------------------------------------------- /python_src/maps/level1/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level1/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level2/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level2/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level2/mapa_nivel02d.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/mapa_nivel02d.asm -------------------------------------------------------------------------------- /python_src/maps/level2/mapa_nivel02d.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/mapa_nivel02d.tmx -------------------------------------------------------------------------------- /python_src/maps/level2/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level2/tiles_nivel02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/tiles_nivel02.png -------------------------------------------------------------------------------- /python_src/maps/level2/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level2/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level3/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level3/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level3/mapa_nivel03a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/mapa_nivel03a.asm -------------------------------------------------------------------------------- /python_src/maps/level3/mapa_nivel03b.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/mapa_nivel03b.asm -------------------------------------------------------------------------------- /python_src/maps/level3/mapa_nivel03b.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/mapa_nivel03b.tmx -------------------------------------------------------------------------------- /python_src/maps/level3/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level3/tiles_nivel03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/tiles_nivel03.png -------------------------------------------------------------------------------- /python_src/maps/level3/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level3/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level4/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level4/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level4/mapa_nivel04c.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/mapa_nivel04c.asm -------------------------------------------------------------------------------- /python_src/maps/level4/mapa_nivel04c.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/mapa_nivel04c.tmx -------------------------------------------------------------------------------- /python_src/maps/level4/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level4/tiles_nivel04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/tiles_nivel04.png -------------------------------------------------------------------------------- /python_src/maps/level4/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level4/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level5/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level5/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level5/mapa_nivel05b.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/mapa_nivel05b.asm -------------------------------------------------------------------------------- /python_src/maps/level5/mapa_nivel05c.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/mapa_nivel05c.asm -------------------------------------------------------------------------------- /python_src/maps/level5/mapa_nivel05c.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/mapa_nivel05c.tmx -------------------------------------------------------------------------------- /python_src/maps/level5/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level5/tiles_nivel05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/tiles_nivel05.png -------------------------------------------------------------------------------- /python_src/maps/level5/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level5/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level6/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level6/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level6/mapa_nivel06a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/mapa_nivel06a.asm -------------------------------------------------------------------------------- /python_src/maps/level6/mapa_nivel06b.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/mapa_nivel06b.asm -------------------------------------------------------------------------------- /python_src/maps/level6/mapa_nivel06b.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/mapa_nivel06b.tmx -------------------------------------------------------------------------------- /python_src/maps/level6/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level6/tiles_nivel06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/tiles_nivel06.png -------------------------------------------------------------------------------- /python_src/maps/level6/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level6/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level7/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level7/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level7/mapa_nivel07a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/mapa_nivel07a.asm -------------------------------------------------------------------------------- /python_src/maps/level7/mapa_nivel07a.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/mapa_nivel07a.tmx -------------------------------------------------------------------------------- /python_src/maps/level7/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level7/tiles_nivel07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/tiles_nivel07.png -------------------------------------------------------------------------------- /python_src/maps/level7/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level7/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level8/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level8/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level8/mapa_nivel08a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/mapa_nivel08a.asm -------------------------------------------------------------------------------- /python_src/maps/level8/mapa_nivel08b.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/mapa_nivel08b.asm -------------------------------------------------------------------------------- /python_src/maps/level8/mapa_nivel08b.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/mapa_nivel08b.tmx -------------------------------------------------------------------------------- /python_src/maps/level8/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level8/tiles_nivel08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/tiles_nivel08.png -------------------------------------------------------------------------------- /python_src/maps/level8/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level8/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/maps/level9/count_tiles.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/count_tiles.bat -------------------------------------------------------------------------------- /python_src/maps/level9/divisiones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/divisiones.png -------------------------------------------------------------------------------- /python_src/maps/level9/mapa_nivel09a.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/mapa_nivel09a.asm -------------------------------------------------------------------------------- /python_src/maps/level9/mapa_nivel09a.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/mapa_nivel09a.tmx -------------------------------------------------------------------------------- /python_src/maps/level9/tiles_durezas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/tiles_durezas.png -------------------------------------------------------------------------------- /python_src/maps/level9/tiles_nivel09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/tiles_nivel09.png -------------------------------------------------------------------------------- /python_src/maps/level9/tiles_objetos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/maps/level9/tiles_objetos.png -------------------------------------------------------------------------------- /python_src/msx_sprite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/msx_sprite.py -------------------------------------------------------------------------------- /python_src/msx_sprite.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/msx_sprite.pyc -------------------------------------------------------------------------------- /python_src/other/export/barbaro01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/barbaro01.bmp -------------------------------------------------------------------------------- /python_src/other/export/barbaro02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/barbaro02.bmp -------------------------------------------------------------------------------- /python_src/other/export/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/makefile -------------------------------------------------------------------------------- /python_src/other/export/map.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map.asm -------------------------------------------------------------------------------- /python_src/other/export/map.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map.bin -------------------------------------------------------------------------------- /python_src/other/export/map.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map.sym -------------------------------------------------------------------------------- /python_src/other/export/map_stilecolors.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stilecolors.asm -------------------------------------------------------------------------------- /python_src/other/export/map_stilecolors.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stilecolors.bin -------------------------------------------------------------------------------- /python_src/other/export/map_stilecolors.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stilecolors.cmp -------------------------------------------------------------------------------- /python_src/other/export/map_stiles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stiles.asm -------------------------------------------------------------------------------- /python_src/other/export/map_stiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stiles.bin -------------------------------------------------------------------------------- /python_src/other/export/map_stiles.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_stiles.cmp -------------------------------------------------------------------------------- /python_src/other/export/map_strings.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings.asm -------------------------------------------------------------------------------- /python_src/other/export/map_strings.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings.bin -------------------------------------------------------------------------------- /python_src/other/export/map_strings.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings.cmp -------------------------------------------------------------------------------- /python_src/other/export/map_strings_en.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings_en.asm -------------------------------------------------------------------------------- /python_src/other/export/map_strings_en.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings_en.bin -------------------------------------------------------------------------------- /python_src/other/export/map_strings_en.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_strings_en.cmp -------------------------------------------------------------------------------- /python_src/other/export/map_tiles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_tiles.asm -------------------------------------------------------------------------------- /python_src/other/export/map_tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_tiles.bin -------------------------------------------------------------------------------- /python_src/other/export/map_tiles.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/map_tiles.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_0_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_0_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_0_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_0_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_0_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_0_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_0_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_0_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_0_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_0_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_0_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_0_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_0_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_0_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_0_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_0_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_1_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_1_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_1_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_1_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_1_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_1_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_1_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_1_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_1_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_1_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_1_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_1_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_1_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_1_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_1_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_1_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_2_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_2_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_2_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_2_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_2_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_2_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_2_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_2_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_2_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_2_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_2_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_2_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_2_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_2_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_2_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_2_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_3_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_3_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_3_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_3_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_3_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_3_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_3_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_3_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_3_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_3_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_3_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_3_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_3_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_3_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_3_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_3_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_4_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_4_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_4_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_4_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_4_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_4_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_4_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_4_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_4_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_4_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_4_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_4_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_4_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_4_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_4_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_4_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_5_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_5_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_5_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_5_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_5_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_5_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_5_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_5_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_5_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_5_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_5_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_5_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_5_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_5_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_5_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_5_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_6_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_6_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_6_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_6_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_6_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_6_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_6_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_6_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_6_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_6_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_6_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_6_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_6_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_6_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_6_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_6_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_7_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_7_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_7_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_7_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_7_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_7_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_7_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_7_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_7_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_7_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_7_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_7_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_7_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_7_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_7_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_7_4.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_8_0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_0.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_8_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_0.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_8_0.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_0.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_8_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_1.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_8_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_1.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_8_1.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_1.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_8_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_2.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_8_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_2.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_8_2.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_2.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_8_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_3.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_8_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_3.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_8_3.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_3.cmp -------------------------------------------------------------------------------- /python_src/other/export/screen_8_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_4.asm -------------------------------------------------------------------------------- /python_src/other/export/screen_8_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_4.bin -------------------------------------------------------------------------------- /python_src/other/export/screen_8_4.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/export/screen_8_4.cmp -------------------------------------------------------------------------------- /python_src/other/tools/armas.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/armas.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/armas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas.png -------------------------------------------------------------------------------- /python_src/other/tools/armas_marcador_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas_marcador_axe.png -------------------------------------------------------------------------------- /python_src/other/tools/armas_marcador_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas_marcador_blade.png -------------------------------------------------------------------------------- /python_src/other/tools/armas_marcador_eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas_marcador_eclipse.png -------------------------------------------------------------------------------- /python_src/other/tools/armas_marcador_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/armas_marcador_sword.png -------------------------------------------------------------------------------- /python_src/other/tools/barbaro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/barbaro.bmp -------------------------------------------------------------------------------- /python_src/other/tools/barbaro01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/barbaro01.bmp -------------------------------------------------------------------------------- /python_src/other/tools/barbaro02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/barbaro02.bmp -------------------------------------------------------------------------------- /python_src/other/tools/caballerorenegado.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/caballerorenegado.bmp -------------------------------------------------------------------------------- /python_src/other/tools/credits.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/credits.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/credits.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/credits.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/dalgurak.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/dalgurak.bmp -------------------------------------------------------------------------------- /python_src/other/tools/esqueleto.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/esqueleto.bmp -------------------------------------------------------------------------------- /python_src/other/tools/final01.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final01.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/final01.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final01.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/final01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final01.png -------------------------------------------------------------------------------- /python_src/other/tools/final02.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final02.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/final02.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final02.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/final02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/final02.png -------------------------------------------------------------------------------- /python_src/other/tools/font.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/font.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/font.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/font.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/font.png -------------------------------------------------------------------------------- /python_src/other/tools/font_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/font_menu.png -------------------------------------------------------------------------------- /python_src/other/tools/ianna_creditos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/ianna_creditos.png -------------------------------------------------------------------------------- /python_src/other/tools/intro01.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro01.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/intro01.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro01.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/intro01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro01.png -------------------------------------------------------------------------------- /python_src/other/tools/intro02.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro02.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/intro02.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro02.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/intro02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro02.png -------------------------------------------------------------------------------- /python_src/other/tools/intro03.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro03.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/intro03.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro03.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/intro03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro03.png -------------------------------------------------------------------------------- /python_src/other/tools/intro_marco.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro_marco.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/intro_marco.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro_marco.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/intro_marco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/intro_marco.png -------------------------------------------------------------------------------- /python_src/other/tools/level1.pl5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/level1.pl5 -------------------------------------------------------------------------------- /python_src/other/tools/marcador.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/marcador.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/marcador01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador01.png -------------------------------------------------------------------------------- /python_src/other/tools/marcador_axe.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador_axe.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/marcador_blade.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador_blade.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/marcador_eclipse.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador_eclipse.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/marcador_enemigo_vida_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador_enemigo_vida_off.png -------------------------------------------------------------------------------- /python_src/other/tools/marcador_sword.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/marcador_sword.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/menu_fondo_letras.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_fondo_letras.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/menu_fondo_letras.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_fondo_letras.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/menu_fondo_letras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_fondo_letras.png -------------------------------------------------------------------------------- /python_src/other/tools/menu_font.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_font.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/menu_screen.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_screen.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/menu_screen.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_screen.SR5.plet1 -------------------------------------------------------------------------------- /python_src/other/tools/menu_screen01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/menu_screen01.png -------------------------------------------------------------------------------- /python_src/other/tools/mummy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/mummy.bmp -------------------------------------------------------------------------------- /python_src/other/tools/orc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/orc.bmp -------------------------------------------------------------------------------- /python_src/other/tools/rollingstone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/rollingstone.bmp -------------------------------------------------------------------------------- /python_src/other/tools/sprite_barbaro_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_barbaro_1.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_barbaro_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_barbaro_2.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_barbaro_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_barbaro_3.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_barbaro_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_barbaro_4.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_barbaro_5.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_barbaro_5.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_caballerorenegado.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_caballerorenegado.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_dalgurak.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_dalgurak.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_esqueleto.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_esqueleto.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_mummy.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_mummy.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_orc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_orc.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_rollingstone.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_rollingstone.asm -------------------------------------------------------------------------------- /python_src/other/tools/sprite_troll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/sprite_troll.asm -------------------------------------------------------------------------------- /python_src/other/tools/test_armas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_armas.py -------------------------------------------------------------------------------- /python_src/other/tools/test_bitmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_bitmap.py -------------------------------------------------------------------------------- /python_src/other/tools/test_fondo_letras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_fondo_letras.py -------------------------------------------------------------------------------- /python_src/other/tools/test_font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_font.py -------------------------------------------------------------------------------- /python_src/other/tools/test_intro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_intro.py -------------------------------------------------------------------------------- /python_src/other/tools/test_marcador.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_marcador.py -------------------------------------------------------------------------------- /python_src/other/tools/test_screen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_screen.py -------------------------------------------------------------------------------- /python_src/other/tools/test_spr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/test_spr.py -------------------------------------------------------------------------------- /python_src/other/tools/tiles_nivel01.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/tiles_nivel01.SR5 -------------------------------------------------------------------------------- /python_src/other/tools/tiles_nivel01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/tiles_nivel01.bmp -------------------------------------------------------------------------------- /python_src/other/tools/troll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/other/tools/troll.bmp -------------------------------------------------------------------------------- /python_src/proceso_enemigos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/proceso_enemigos.txt -------------------------------------------------------------------------------- /python_src/scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/scripts.py -------------------------------------------------------------------------------- /python_src/scripts.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/scripts.pyc -------------------------------------------------------------------------------- /python_src/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/setup.py -------------------------------------------------------------------------------- /python_src/sev_sprite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sev_sprite.py -------------------------------------------------------------------------------- /python_src/sev_sprite.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sev_sprite.pyc -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro01.bmp -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro02.bmp -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_blade_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_blade_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_blade_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_blade_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_camina_blade.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_camina_blade.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_camina_eclipse.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_camina_eclipse.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_camina_hacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_camina_hacha.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_corre.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_corre.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_cuelga.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_cuelga.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_eclipse_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_eclipse_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_frena.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_frena.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_frena_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_frena_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_golpe1.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_golpe1.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_hacha_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_hacha_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_hacha_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_hacha_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_idle_blade.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_idle_blade.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_idle_hacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_idle_hacha.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_objeto_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_objeto_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_palanca.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_palanca.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_salta.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_salta.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_salto_corto.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_salto_corto.sev -------------------------------------------------------------------------------- /python_src/sprites/barbaro/barbaro_salto_largo.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/barbaro/barbaro_salto_largo.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak.bmp -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/dalgurak/dalgurak_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/dalgurak/dalgurak_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio.bmp -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_golpe_alto.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_golpe_alto.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_golpe_bajo.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_golpe_bajo.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio/demonio_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio/demonio_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio_inf/demonio_inf_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio_inf/demonio_inf_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/demonio_sup/demonio_sup_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/demonio_sup/demonio_sup_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto.bmp -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/esqueleto/esqueleto_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/esqueleto/esqueleto_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem.bmp -------------------------------------------------------------------------------- /python_src/sprites/golem/golem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem.png -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_golpe_adelante.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_golpe_adelante.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_golpe_alto.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_golpe_alto.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_golpe_bajo.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_golpe_bajo.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/golem_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/golem_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/golem/modelodoble_caminar.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem/modelodoble_caminar.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_inf/golem_inf_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_inf/golem_inf_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/golem_sup/golem_sup_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/golem_sup/golem_sup_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro.bmp -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro.png -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/minotauro/minotauro_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/minotauro/minotauro_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy.bmp -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/mummy/mummy_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/mummy/mummy_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro.bmp -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro.png -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_golpe_adelante.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_golpe_adelante.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_golpe_alto.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_golpe_alto.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_golpe_bajo.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_golpe_bajo.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro/ogro_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro/ogro_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_inf/ogro_inf_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_inf/ogro_inf_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/ogro_sup/ogro_sup_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/ogro_sup/ogro_sup_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc.bmp -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_espada_golpealto.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_espada_golpealto.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_espada_golpebajo.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_espada_golpebajo.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/orc/orc_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/orc/orc_saca_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/rollingstone/rollingstone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/rollingstone/rollingstone.bmp -------------------------------------------------------------------------------- /python_src/sprites/troll/troll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll.bmp -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_agacha.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_agacha.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_cae.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_cae.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_camina.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_camina.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_camina_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_camina_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_espada_bloquea.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_espada_bloquea.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_espada_ouch.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_espada_ouch.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_gira.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_gira.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_idle.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_idle.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_idle_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_idle_espada.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_muere.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_muere.sev -------------------------------------------------------------------------------- /python_src/sprites/troll/troll_saca_espada.sev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/sprites/troll/troll_saca_espada.sev -------------------------------------------------------------------------------- /python_src/tiled_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tiled_map.py -------------------------------------------------------------------------------- /python_src/tiled_map.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tiled_map.pyc -------------------------------------------------------------------------------- /python_src/tileset.pl5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tileset.pl5 -------------------------------------------------------------------------------- /python_src/timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/timer.py -------------------------------------------------------------------------------- /python_src/timer.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/timer.pyc -------------------------------------------------------------------------------- /python_src/tools/armas.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas.SR5 -------------------------------------------------------------------------------- /python_src/tools/armas.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas.SR5.plet1 -------------------------------------------------------------------------------- /python_src/tools/armas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas.png -------------------------------------------------------------------------------- /python_src/tools/armas_marcador_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas_marcador_axe.png -------------------------------------------------------------------------------- /python_src/tools/armas_marcador_blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas_marcador_blade.png -------------------------------------------------------------------------------- /python_src/tools/armas_marcador_eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas_marcador_eclipse.png -------------------------------------------------------------------------------- /python_src/tools/armas_marcador_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/armas_marcador_sword.png -------------------------------------------------------------------------------- /python_src/tools/barbaro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/barbaro.bmp -------------------------------------------------------------------------------- /python_src/tools/barbaro01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/barbaro01.bmp -------------------------------------------------------------------------------- /python_src/tools/barbaro02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/barbaro02.bmp -------------------------------------------------------------------------------- /python_src/tools/caballerorenegado.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/caballerorenegado.bmp -------------------------------------------------------------------------------- /python_src/tools/dalgurak.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/dalgurak.bmp -------------------------------------------------------------------------------- /python_src/tools/esqueleto.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/esqueleto.bmp -------------------------------------------------------------------------------- /python_src/tools/font.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/font.SR5 -------------------------------------------------------------------------------- /python_src/tools/font.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/font.SR5.plet1 -------------------------------------------------------------------------------- /python_src/tools/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/font.png -------------------------------------------------------------------------------- /python_src/tools/level1.pl5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/level1.pl5 -------------------------------------------------------------------------------- /python_src/tools/marcador.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador.SR5 -------------------------------------------------------------------------------- /python_src/tools/marcador.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador.SR5.plet1 -------------------------------------------------------------------------------- /python_src/tools/marcador01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador01.png -------------------------------------------------------------------------------- /python_src/tools/marcador_axe.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador_axe.SR5 -------------------------------------------------------------------------------- /python_src/tools/marcador_blade.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador_blade.SR5 -------------------------------------------------------------------------------- /python_src/tools/marcador_eclipse.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador_eclipse.SR5 -------------------------------------------------------------------------------- /python_src/tools/marcador_sword.SR5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/marcador_sword.SR5 -------------------------------------------------------------------------------- /python_src/tools/mummy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/mummy.bmp -------------------------------------------------------------------------------- /python_src/tools/orc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/orc.bmp -------------------------------------------------------------------------------- /python_src/tools/rollingstone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/rollingstone.bmp -------------------------------------------------------------------------------- /python_src/tools/sprite_barbaro_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_barbaro_1.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_barbaro_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_barbaro_2.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_barbaro_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_barbaro_3.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_barbaro_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_barbaro_4.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_barbaro_5.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_barbaro_5.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_caballerorenegado.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_caballerorenegado.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_dalgurak.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_dalgurak.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_esqueleto.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_esqueleto.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_mummy.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_mummy.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_orc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_orc.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_rollingstone.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_rollingstone.asm -------------------------------------------------------------------------------- /python_src/tools/sprite_troll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/sprite_troll.asm -------------------------------------------------------------------------------- /python_src/tools/test_armas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/test_armas.py -------------------------------------------------------------------------------- /python_src/tools/test_bitmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/test_bitmap.py -------------------------------------------------------------------------------- /python_src/tools/test_font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/test_font.py -------------------------------------------------------------------------------- /python_src/tools/test_marcador.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/test_marcador.py -------------------------------------------------------------------------------- /python_src/tools/test_spr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/test_spr.py -------------------------------------------------------------------------------- /python_src/tools/tiles_nivel01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/tiles_nivel01.bmp -------------------------------------------------------------------------------- /python_src/tools/troll.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/python_src/tools/troll.bmp -------------------------------------------------------------------------------- /src/ArkosTrackerPlayer_CPC_MSX.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/ArkosTrackerPlayer_CPC_MSX.asm -------------------------------------------------------------------------------- /src/armas.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/armas.SR5.plet1 -------------------------------------------------------------------------------- /src/credits.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/credits.SR5.plet1 -------------------------------------------------------------------------------- /src/depack.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/depack.asm -------------------------------------------------------------------------------- /src/drawsprite.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/drawsprite.asm -------------------------------------------------------------------------------- /src/endingscr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/endingscr.asm -------------------------------------------------------------------------------- /src/entities.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/entities.asm -------------------------------------------------------------------------------- /src/final01.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/final01.SR5.plet1 -------------------------------------------------------------------------------- /src/final02.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/final02.SR5.plet1 -------------------------------------------------------------------------------- /src/font.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/font.SR5.plet1 -------------------------------------------------------------------------------- /src/font.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/font.asm -------------------------------------------------------------------------------- /src/ianna.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/ianna.asm -------------------------------------------------------------------------------- /src/iannafx.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/iannafx.mus -------------------------------------------------------------------------------- /src/input.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/input.asm -------------------------------------------------------------------------------- /src/interrupt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/interrupt.asm -------------------------------------------------------------------------------- /src/intro.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/intro.asm -------------------------------------------------------------------------------- /src/intro01.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/intro01.SR5.plet1 -------------------------------------------------------------------------------- /src/intro02.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/intro02.SR5.plet1 -------------------------------------------------------------------------------- /src/intro03.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/intro03.SR5.plet1 -------------------------------------------------------------------------------- /src/intro_marco.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/intro_marco.SR5.plet1 -------------------------------------------------------------------------------- /src/introscr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/introscr.asm -------------------------------------------------------------------------------- /src/level0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level0.map -------------------------------------------------------------------------------- /src/level1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level1.map -------------------------------------------------------------------------------- /src/level2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level2.map -------------------------------------------------------------------------------- /src/level3.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level3.map -------------------------------------------------------------------------------- /src/level4.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level4.map -------------------------------------------------------------------------------- /src/level5.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level5.map -------------------------------------------------------------------------------- /src/level6.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level6.map -------------------------------------------------------------------------------- /src/level7.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level7.map -------------------------------------------------------------------------------- /src/level8.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level8.map -------------------------------------------------------------------------------- /src/level9.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/level9.map -------------------------------------------------------------------------------- /src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/makefile -------------------------------------------------------------------------------- /src/marcador.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/marcador.SR5.plet1 -------------------------------------------------------------------------------- /src/memory.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/memory.asm -------------------------------------------------------------------------------- /src/memory_map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/memory_map.txt -------------------------------------------------------------------------------- /src/menu.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/menu.asm -------------------------------------------------------------------------------- /src/menu_fondo_letras.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/menu_fondo_letras.SR5.plet1 -------------------------------------------------------------------------------- /src/menu_font.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/menu_font.SR5.plet1 -------------------------------------------------------------------------------- /src/menu_screen.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/menu_screen.SR5.plet1 -------------------------------------------------------------------------------- /src/music-credits.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-credits.mus -------------------------------------------------------------------------------- /src/music-end.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-end.mus -------------------------------------------------------------------------------- /src/music-gameover.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-gameover.mus -------------------------------------------------------------------------------- /src/music-intro.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-intro.mus -------------------------------------------------------------------------------- /src/music-level1.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level1.mus -------------------------------------------------------------------------------- /src/music-level3.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level3.mus -------------------------------------------------------------------------------- /src/music-level4.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level4.mus -------------------------------------------------------------------------------- /src/music-level5.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level5.mus -------------------------------------------------------------------------------- /src/music-level6.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level6.mus -------------------------------------------------------------------------------- /src/music-level7.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level7.mus -------------------------------------------------------------------------------- /src/music-level8.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-level8.mus -------------------------------------------------------------------------------- /src/music-menu.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-menu.mus -------------------------------------------------------------------------------- /src/music-nomusic.mus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music-nomusic.mus -------------------------------------------------------------------------------- /src/music.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music.asm -------------------------------------------------------------------------------- /src/music_sfx.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/music_sfx.asm -------------------------------------------------------------------------------- /src/objects.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/objects.asm -------------------------------------------------------------------------------- /src/pletter.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/pletter.asm -------------------------------------------------------------------------------- /src/score.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/score.asm -------------------------------------------------------------------------------- /src/scripts.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/scripts.asm -------------------------------------------------------------------------------- /src/sprite_barbaro_1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_barbaro_1.asm -------------------------------------------------------------------------------- /src/sprite_barbaro_2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_barbaro_2.asm -------------------------------------------------------------------------------- /src/sprite_barbaro_3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_barbaro_3.asm -------------------------------------------------------------------------------- /src/sprite_barbaro_4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_barbaro_4.asm -------------------------------------------------------------------------------- /src/sprite_barbaro_5.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_barbaro_5.asm -------------------------------------------------------------------------------- /src/sprite_caballerorenegado.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_caballerorenegado.asm -------------------------------------------------------------------------------- /src/sprite_dalgurak.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_dalgurak.asm -------------------------------------------------------------------------------- /src/sprite_demonio_inf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_demonio_inf.asm -------------------------------------------------------------------------------- /src/sprite_demonio_sup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_demonio_sup.asm -------------------------------------------------------------------------------- /src/sprite_esqueleto.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_esqueleto.asm -------------------------------------------------------------------------------- /src/sprite_golem_inf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_golem_inf.asm -------------------------------------------------------------------------------- /src/sprite_golem_sup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_golem_sup.asm -------------------------------------------------------------------------------- /src/sprite_minotauro_inf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_minotauro_inf.asm -------------------------------------------------------------------------------- /src/sprite_minotauro_sup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_minotauro_sup.asm -------------------------------------------------------------------------------- /src/sprite_mummy.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_mummy.asm -------------------------------------------------------------------------------- /src/sprite_ogro_inf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_ogro_inf.asm -------------------------------------------------------------------------------- /src/sprite_ogro_sup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_ogro_sup.asm -------------------------------------------------------------------------------- /src/sprite_orc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_orc.asm -------------------------------------------------------------------------------- /src/sprite_rollingstone.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_rollingstone.asm -------------------------------------------------------------------------------- /src/sprite_troll.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprite_troll.asm -------------------------------------------------------------------------------- /src/sprites.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/sprites.asm -------------------------------------------------------------------------------- /src/test.plt: -------------------------------------------------------------------------------- 1 | EQGsw"'1qU@u -------------------------------------------------------------------------------- /src/tiles.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles.asm -------------------------------------------------------------------------------- /src/tiles01.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles01.asm -------------------------------------------------------------------------------- /src/tiles02.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles02.asm -------------------------------------------------------------------------------- /src/tiles03.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles03.asm -------------------------------------------------------------------------------- /src/tiles04.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles04.asm -------------------------------------------------------------------------------- /src/tiles05.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles05.asm -------------------------------------------------------------------------------- /src/tiles06.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles06.asm -------------------------------------------------------------------------------- /src/tiles07.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles07.asm -------------------------------------------------------------------------------- /src/tiles08.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles08.asm -------------------------------------------------------------------------------- /src/tiles09.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles09.asm -------------------------------------------------------------------------------- /src/tiles_nivel01.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel01.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel02.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel02.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel03.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel03.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel04.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel04.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel05.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel05.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel06.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel06.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel07.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel07.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel08.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel08.SR5.plet1 -------------------------------------------------------------------------------- /src/tiles_nivel09.SR5.plet1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/tiles_nivel09.SR5.plet1 -------------------------------------------------------------------------------- /src/vars.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/vars.asm -------------------------------------------------------------------------------- /src/vdp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/vdp.asm -------------------------------------------------------------------------------- /src/vdp_data.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/src/vdp_data.asm -------------------------------------------------------------------------------- /tools/fill16k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fjpena/sword-of-ianna-msx2/HEAD/tools/fill16k.c --------------------------------------------------------------------------------