0
+ − 1 ;=============================================================================
+ − 2 ;
+ − 3 ; File icons.asm
+ − 4 ;
275
+ − 5 ; Tables for all OSTC icons.
0
+ − 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
275
+ − 20 global ostc_logo_block
+ − 21 ; OSTC scribble
+ − 22 #include "../src/Icons/ostc_logo.inc" ;220x61 px
0
+ − 23
+ − 24 END