summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-01-19 19:52:46 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-01-19 19:52:46 -0600
commitb22a80058104eca7f04ef608b01e96982a276216 (patch)
treece259bbad50193c43d619573f07a34d1c52f26e4 /asm/macros
parentfd544ba438c5545fb2e462c61c00d8f87798cb6d (diff)
Extract data from trade.s
Also rename window_template_terminator to null_window_template, in keeping with naming conventions
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/window.inc2
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