diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-19 19:54:19 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-19 19:54:19 -0600 |
commit | 4559a95d9b67a9f5e9f00d8e4349bb578ccf027f (patch) | |
tree | c87aa282533fac285958c97afd710bec71d66017 /asm/macros/window.inc | |
parent | c74334c26a1565b3cae586efd2f8a07a8bb0f912 (diff) | |
parent | b22a80058104eca7f04ef608b01e96982a276216 (diff) |
Merge branch 'dump_data' of https://github.com/Diegoisawesome/pokeemerald
Diffstat (limited to 'asm/macros/window.inc')
-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 |