-------------------------------------------------------
Retroworks - Teodoro no sabe volar - Source code
-------------------------------------------------------
www.retroworks.es
-------------------------------------------------------

S.O.: Windows

-------------------------------------------------------
CONTENT:
-------------------------------------------------------
\RW_TedodoNSV_Source
	\bin
	
		Result of compilation.
	
	\compilador
	
		Programs to compile the game (not included).
		Download the next programs:
			- CCZ80 (Spectrum version) : http://www.telefonica.net/web2/emilioguerrero/ccz80/ccz80.html
			- PASMO : http://www.speccy.org/pasmo/
			- BIN2TAP : http://zeroteam.sk/utils.html

	\src
	
		Source code.
		
	\compilar.bat

		Batch file to compile the game.	
-------------------------------------------------------


-------------------------------------------------------
INSTRUCTIONS TO COMPILE THE GAME
-------------------------------------------------------
1. Unzip the package.
2. Download the indicated programs at "\compilador" and unzip.
3. Open a CMD.
4. Go to the folder where the package was unzipped.
5. Execute "\compilar.bat"

The compilation's result is located at "\bin" folder.
The whole generated ASM source is located at "\src\teodoronsv.asm". 

-------------------------------------------------------
CHANGE THE LANGUAGE
-------------------------------------------------------
1. Open "\src\variables.ccz80" whith a text editor.
2. Search an "include" directive.
3. Change the included file:
		- en.ccz80 ==> English texts.
		- es.ccz80 ==> Spanish texts.
4. Save and compile.

-------------------------------------------------------
 