diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-27 00:48:11 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-27 00:48:11 -0400 |
commit | 04c8eff8828c4bf60bea9832a550069f5f51ebe4 (patch) | |
tree | fd73ed82d66588405af4be2f60a5e069ea63d342 /asm/macros/window.inc | |
parent | d740eabb3c19bae406d184c6f29c81b2c5dc952f (diff) | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
merge
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 |