diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 23:32:12 -0600 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 23:32:12 -0600 |
| commit | d12fd5c5ce574dd920a968794591afe7d42659fb (patch) | |
| tree | 95a469d0243864473d13cd19082827cc89fe1a69 /data/window.s | |
| parent | 56f5e8bdabdc9cb18f65eccc4de66b2932489db1 (diff) | |
| parent | 83ae14e2b9e2af7ce3eb01383fe3466357ac30b1 (diff) | |
Merge remote-tracking branch 'refs/remotes/pret/master'
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 |
