sub_812EEB0

This commit is contained in:
scnorton
2019-04-09 18:23:34 -04:00
parent fb423f957d
commit 789e598c92
7 changed files with 75 additions and 76 deletions
+5
View File
@@ -147,3 +147,8 @@
.2byte MAP_\map_name
.space 2
.endm
.macro window_template bg, top, left, height, width, palno, baseBlock
.byte \bg, \top, \left, \height, \width, \palno
.2byte \baseBlock
.endm