comparison src/icons.asm @ 0:11d4fc797f74

init
author heinrichsweikamp
date Wed, 24 Apr 2013 19:22:45 +0200
parents
children e4e662746c02
comparison
equal deleted inserted replaced
-1:000000000000 0:11d4fc797f74
1 ;=============================================================================
2 ;
3 ; File icons.asm
4 ;
5 ; Tables for all OSTC3 icons.
6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;=============================================================================
9 ; HISTORY
10 ; 2011-05-24 : [jDG] Creation with icons for demo menus.
11
12 icons_data CODE
13
14 ; Dive mode warning icon
15 global dive_warning_block
16 #include "../OSTC3/Icons/dive_warning.inc" ;45x39 px
17 ; small warning icon
18 ; global warning_block
19 ;#include "../OSTC3/Icons/warning.inc" ;25x22 px
20 global ostc3_logo_block
21 ; OSTC3 scribble
22 #include "../OSTC3/Icons/ostc3_logo.inc" ;220x61 px
23
24 END