diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-26 13:45:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 13:45:41 -0500 |
commit | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (patch) | |
tree | a932a3eb54c0e230f5ca20b7241fb3d1a04c43ba /asm/macros/window.inc | |
parent | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff) | |
parent | 60b0fd8b39d1bc5a4692d0ed5610552a13cbf93e (diff) |
Merge pull request #48 from Diegoisawesome/cleanup
Extract scattered baseroms and cleanup
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 |