From 6f230848f62d1229ec46407b0a7411f1d41c6014 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Mon, 25 Sep 2017 20:24:14 -0500 Subject: Add window_template_terminator macro --- asm/macros/window.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asm/macros') 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 -- cgit v1.2.3