# HG changeset patch # User heinrichsweikamp # Date 1362650644 -3600 # Node ID 8b8c0dd0fa62877328f191a53cfd504b31f9ba6f # Parent 1a5804e21d3f18761af97e1afc080e0cf48b2a26 2.61beta release diff -r 1a5804e21d3f -r 8b8c0dd0fa62 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Wed Mar 06 14:43:03 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Thu Mar 07 11:04:04 2013 +0100 @@ -1,6 +1,8 @@ New in 2.61: BETA Version - Do NOT use for diving! CHANGE: Set default for CF64 (Color inactive) to 103 (light blue) +BUGFIX: Vault low_depth too +BUGFIX: Ascent to first stop in finer steps (Deko spikes) New in 2.60: BETA Version - Do NOT use for diving! diff -r 1a5804e21d3f -r 8b8c0dd0fa62 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Wed Mar 06 14:43:03 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Thu Mar 07 11:04:04 2013 +0100 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'2' ; Software version XX.YY -#DEFINE softwareversion_y d'61' ; Software version XX.YY +#DEFINE softwareversion_y d'62' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release) diff -r 1a5804e21d3f -r 8b8c0dd0fa62 code_part1/OSTC_code_asm_part1/spanish_text.asm --- a/code_part1/OSTC_code_asm_part1/spanish_text.asm Wed Mar 06 14:43:03 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/spanish_text.asm Thu Mar 07 11:04:04 2013 +0100 @@ -114,6 +114,8 @@ #DEFINE TXT_TX2 "x" ; "x" #DEFINE TXT_NX1 "N" ; "N" #DEFINE TXT_NX2 "x" ; "x" +#DEFINE TXT_DIL_C "D" ; "D" +#DEFINE TXT_DIL5 "Dil.#" ; "Dil.#" #DEFINE TXT_aGF4 "aGF:" ; "aGF:" #ENDIF