# HG changeset patch # User heinrichsweikamp # Date 1397557215 -7200 # Node ID 5760f2b689c505a35f1d6990ec2747417c337b48 # Parent f32b9ad6244c0978ee749a17d7962b96194684fd minor diff -r f32b9ad6244c -r 5760f2b689c5 code_part1/OSTC_code_asm_part1/divemode.asm --- a/code_part1/OSTC_code_asm_part1/divemode.asm Mon Mar 17 14:54:17 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Tue Apr 15 12:20:15 2014 +0200 @@ -1907,7 +1907,7 @@ return calc_average_depth: - btfsc reset_average_depth ; Reset the Avewrage depth? + btfsc reset_average_depth ; Reset the Average depth? rcall reset_average1 ; Reset the resettable average depth ; 1. Add new 2xdepth to the Sum of depths registers diff -r f32b9ad6244c -r 5760f2b689c5 code_part1/OSTC_code_asm_part1/start.asm --- a/code_part1/OSTC_code_asm_part1/start.asm Mon Mar 17 14:54:17 2014 +0100 +++ b/code_part1/OSTC_code_asm_part1/start.asm Tue Apr 15 12:20:15 2014 +0200 @@ -262,8 +262,8 @@ restart1: ; Reset all CF and Gases - call reset_gases -; call reset_all_cf_bank2 +; call reset_gases +; call reset_all_cf ; Show info screen call DISPLAY_boot ; DISP boot (Incl. Clear Screen!) rcall display_new_cf_installed; Show info screen