view src/icons.asm @ 53:2825f1d2262f

NEW: Dynamic Gaslist in OC mode (Divemode, Customview 7)
author heinrichsweikamp
date Sun, 29 Sep 2013 18:53:22 +0200
parents e4e662746c02
children 3fec179a6220
line wrap: on
line source

;=============================================================================
;
;   File icons.asm
;
;   Tables for all OSTC3 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_warning_block
#include "../src/Icons/dive_warning.inc"	;45x39 px
; small warning icon
;	global	warning_block
;#include "../src/Icons/warning.inc"       ;25x22 px
	global	ostc3_logo_block
; OSTC3 scribble
#include "../src/Icons/ostc3_logo.inc"    ;220x61 px

        END