Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 110:8aa8acada0fd
Display deco-type icon in surface mode.
author | JeanDo |
---|---|
date | Wed, 22 Dec 2010 03:23:55 +0100 |
parents | 6f8e3a08011e |
children | 14a074e1a375 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Tue Dec 21 09:39:23 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Wed Dec 22 03:23:55 2010 +0100 @@ -129,6 +129,11 @@ endif ;============================================================================= +; (should be after aa_wordprocessor) +#include color_processor.asm ; Color image drawing. +#include dive_icons.asm ; Draw dive type icons in surface mode. + +;============================================================================= p2_deco code 0x0C000 ; Mark segment name into the .map file #include p2_deco_main_v110d.txt