diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-28 16:32:23 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-28 16:32:23 +0200 |
commit | 14fcc9ec209a0a910dd0cf870dc835e7b7408e4c (patch) | |
tree | 9f36acaa5a718f110f200603038b2942caabf30c /asm/macros/window.inc | |
parent | bc3b4b4d9ae6ab59c9ce3892b7d287ebd0ee13fa (diff) | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
merge with master and move to C
Diffstat (limited to 'asm/macros/window.inc')
-rw-r--r-- | asm/macros/window.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/macros/window.inc b/asm/macros/window.inc index 04c148114..b7291138b 100644 --- a/asm/macros/window.inc +++ b/asm/macros/window.inc @@ -8,6 +8,10 @@ .2byte \vram_tile_offset .endm + .macro window_template_terminator + window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 + .endm + .macro glyph_width_func font_id, func .4byte \font_id .4byte \func |