diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-30 15:27:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-30 15:27:33 -0400 |
commit | f4e5715bf29386b9dda69cd64f575b0a61cadbc5 (patch) | |
tree | 5a9f80b7521a70e8df5c0f94133fe38abe327bf6 /data | |
parent | a4e406b821808db73574193e0bfdffd6ee756687 (diff) |
Use makebanner.exe
Diffstat (limited to 'data')
-rw-r--r-- | data/icon.s | 6 | ||||
-rw-r--r-- | data/title.s | 16 | ||||
-rw-r--r-- | data/title/title.txt | bin | 50 -> 0 bytes |
3 files changed, 0 insertions, 22 deletions
diff --git a/data/icon.s b/data/icon.s deleted file mode 100644 index 976077b0..00000000 --- a/data/icon.s +++ /dev/null @@ -1,6 +0,0 @@ - .text - .short 0x0001 - .short 0x048B - .space 0x1C - .incbin "graphics/icon.4bpp" - .incbin "graphics/icon.gbapal" diff --git a/data/title.s b/data/title.s deleted file mode 100644 index 56b16107..00000000 --- a/data/title.s +++ /dev/null @@ -1,16 +0,0 @@ - .text - .global ROMTitles -ROMTitles: - ; UTF16LE has a leading short that should be skipped - .incbin "data/title/title.txt", 2 - .space 0x100-(.-ROMTitles) - .incbin "data/title/title.txt", 2 - .space 0x200-(.-ROMTitles) - .incbin "data/title/title.txt", 2 - .space 0x300-(.-ROMTitles) - .incbin "data/title/title.txt", 2 - .space 0x400-(.-ROMTitles) - .incbin "data/title/title.txt", 2 - .space 0x500-(.-ROMTitles) - .incbin "data/title/title.txt", 2 - .space 0x600-(.-ROMTitles) diff --git a/data/title/title.txt b/data/title/title.txt Binary files differdeleted file mode 100644 index 2d687892..00000000 --- a/data/title/title.txt +++ /dev/null |