From 48711cdf9aed3512b7229e7c8488b3c05ff64ff9 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sat, 3 Sep 2016 21:39:36 +0100 Subject: fix build error and add gitignore --- data/graphics.s | 2 +- graphics/unused/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 graphics/unused/.gitignore diff --git a/data/graphics.s b/data/graphics.s index e202d344a..bfa8a578b 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -4548,7 +4548,7 @@ gTradeMonBoxTilemap:: @ 8EA1DC8 gUnknown_08EA1DEC:: @ 8EA1DEC .incbin "graphics/trade/selected_mon.4bpp" - .incbin "graphics/unused/unknown_EA25EC.bin" + .incbin "graphics/unknown/unknown_EA25EC.bin" .align 2 gCreditsCopyrightEnd_Gfx:: @ 8EA260C diff --git a/graphics/unused/.gitignore b/graphics/unused/.gitignore new file mode 100644 index 000000000..7138daa26 --- /dev/null +++ b/graphics/unused/.gitignore @@ -0,0 +1 @@ +redyellowgreen_frame.bin -- cgit v1.2.3