diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
commit | f53a39e7a25dd8c7240d4d6c2fd81932927f812e (patch) | |
tree | 5d9929a043f362b53328355114b53aed563a286e /asm/macros | |
parent | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (diff) | |
parent | 0db23bc215000bbad41968ba5a650e55f86ceb71 (diff) |
mystery event labels
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/window.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/window.inc b/asm/macros/window.inc index b7291138b..a91782bbf 100644 --- a/asm/macros/window.inc +++ b/asm/macros/window.inc @@ -8,7 +8,7 @@ .2byte \vram_tile_offset .endm - .macro window_template_terminator + .macro null_window_template window_template 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0000 .endm |