0
|
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
|
252
|
15 global dive_warning2_block
|
|
16 #include "../src/Icons/dive_warning2.inc" ;45x39 px
|
0
|
17 ; small warning icon
|
|
18 ; global warning_block
|
1
|
19 ;#include "../src/Icons/warning.inc" ;25x22 px
|
0
|
20 global ostc3_logo_block
|
|
21 ; OSTC3 scribble
|
1
|
22 #include "../src/Icons/ostc3_logo.inc" ;220x61 px
|
0
|
23
|
|
24 END
|