view src/icons.asm @ 1:e4e662746c02

init2
author heinrichsweikamp
date Wed, 24 Apr 2013 19:39:39 +0200
parents 11d4fc797f74
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