diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-09-25 20:24:14 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-09-25 20:24:14 -0500 |
commit | 6f230848f62d1229ec46407b0a7411f1d41c6014 (patch) | |
tree | a932a3eb54c0e230f5ca20b7241fb3d1a04c43ba /asm/macros | |
parent | 3093d770ee66761ded30bbf66d85489507232984 (diff) |
Add window_template_terminator macro
Diffstat (limited to 'asm/macros')
-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 |