Mercurial > public > hwos_code
comparison src/icons.asm @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | ca4556fb60b9 |
children | cd58f7fc86db |
comparison
equal
deleted
inserted
replaced
622:02d1386429a6 | 623:c40025d8e750 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File icons.asm V2.99c | 3 ; File icons.asm combined next generation V3.0.1 |
4 ; | 4 ; |
5 ; Tables for all OSTC icons. | 5 ; Tables for all OSTC icons. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
13 | 13 |
14 icons_data CODE | 14 icons_data CODE |
15 | 15 |
16 ;============================================================================= | 16 ;============================================================================= |
17 | 17 |
18 ; dive mode warning icon | |
19 global dive_warning2_block | |
20 #include "../src/Icons/dive_warning2.inc" ; 45x39 px | |
21 | 18 |
22 ; small warning icon | 19 global dive_warning2_block ; dive mode warning icon |
23 ; global warning_block | 20 #include "../src/Icons/dive_warning2.inc" ; 45x39 pixels |
24 ;#include "../src/Icons/warning.inc" ; 25x22 px | 21 |
22 ;----------------------------------------------------------------------------- | |
25 | 23 |
26 IFDEF _ostc_logo | 24 IFDEF _ostc_logo |
27 global ostc_logo_block | 25 |
28 ; OSTC logo | 26 global ostc_logo_block ; OSTC logo |
29 #include "../src/Icons/ostc_logo.inc" ; 220x61 px | 27 #include "../src/Icons/ostc_logo.inc" ; 220x61 pixels |
28 | |
30 ENDIF | 29 ENDIF |
31 | 30 |
31 ;----------------------------------------------------------------------------- | |
32 | |
32 END | 33 END |