From a74c6f8586e44b0324067b29647e858d772697c2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 14 Jan 2017 00:53:26 -0800 Subject: begin splitting data2 --- data/window.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/window.s (limited to 'data/window.s') 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 -- cgit v1.2.3