diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 20:55:03 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 20:55:03 -0500 |
commit | b92d85fd301c1492b8f03be8a98e61f94eb3171d (patch) | |
tree | d3546dece79314dae37d31ab4717bf85be6b8c42 /data | |
parent | 50c162250732dbe5d90b8e38d66c3dc7ea114f00 (diff) |
Decompile link data
Diffstat (limited to 'data')
-rw-r--r-- | data/link.s | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/link.s b/data/link.s deleted file mode 100644 index b5ff999b8..000000000 --- a/data/link.s +++ /dev/null @@ -1,23 +0,0 @@ -@ the second big chunk of data - - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 - -gUnknown_082ED1FC:: @ 82ED1FC BgTemplate - .4byte 0x000001F8 - .4byte 0x00001081 - - .align 2 -gUnknown_082ED204:: @ 82ED204 - window_template 0x00, 0x00, 0x00, 0x1E, 0x05, 0x0F, 0x0002 - window_template 0x00, 0x00, 0x06, 0x1E, 0x07, 0x0F, 0x0098 - window_template 0x00, 0x00, 0x0D, 0x1E, 0x07, 0x0F, 0x016A - window_template_terminator - - .align 2 -gUnknown_082ED224:: @ 82ED224 - .byte 0x00, 0x01, 0x02, 0x00, 0xff, 0xfe, 0xff, 0x00 |