diff options
author | YamaArashi <shadow962@live.com> | 2017-01-14 00:53:26 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-14 00:53:26 -0800 |
commit | a74c6f8586e44b0324067b29647e858d772697c2 (patch) | |
tree | 4bfdfd01004885994babb60bbbc2cc466c294c5a /data/window.s | |
parent | ebf4c5ca76fc2c05443361a7ca633a897a4a76d7 (diff) |
begin splitting data2
Diffstat (limited to 'data/window.s')
-rw-r--r-- | data/window.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/window.s b/data/window.s new file mode 100644 index 000000000..204152b3e --- /dev/null +++ b/data/window.s @@ -0,0 +1,7 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +gDummyWindowTemplate:: @ 82E9584 + window_template -1, 0, 0, 0, 0, 0, 0 |