view src/icons.asm @ 545:7e6df19264b6

BUGFIX: Simulator in CC mode BUGFIX: Changing the dive mode and starting the simulator (without leaving the menu first) caused false calculations in the simulator BUGFIX: PSCR Mode "OC Gases" showed Diluents, not OC gases BUGFIX: CCR Mode ("First Diluent") was chosen based on OC "First Gas" number
author heinrichsweikamp
date Wed, 06 Sep 2017 21:26:18 +0200
parents 653a3ab08062
children ca4556fb60b9
line wrap: on
line source

;=============================================================================
;
;   File icons.asm
;
;   Tables for all OSTC icons.
;
;   Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
;=============================================================================
; HISTORY
;  2011-05-24 : [jDG] Creation with icons for demo menus.

icons_data   CODE

; Dive mode warning icon
	global	dive_warning2_block
#include "../src/Icons/dive_warning2.inc"	;45x39 px
; small warning icon
;	global	warning_block
;#include "../src/Icons/warning.inc"       ;25x22 px
	global	ostc_logo_block
; OSTC scribble
#include "../src/Icons/ostc_logo.inc"    ;220x61 px

        END