Mercurial > public > mk2
changeset 699:8b8c0dd0fa62
2.61beta release
author | heinrichsweikamp |
---|---|
date | Thu, 07 Mar 2013 11:04:04 +0100 |
parents | 1a5804e21d3f |
children | 4498d34462d4 |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/spanish_text.asm |
diffstat | 3 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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!
--- 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)
--- 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