From f4e5715bf29386b9dda69cd64f575b0a61cadbc5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 30 May 2020 15:27:33 -0400 Subject: Use makebanner.exe --- data/icon.s | 6 ------ data/title.s | 16 ---------------- data/title/title.txt | Bin 50 -> 0 bytes 3 files changed, 22 deletions(-) delete mode 100644 data/icon.s delete mode 100644 data/title.s delete mode 100644 data/title/title.txt (limited to 'data') 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 deleted file mode 100644 index 2d687892..00000000 Binary files a/data/title/title.txt and /dev/null differ -- cgit v1.2.3