diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-09-03 21:39:36 +0100 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-09-03 21:39:36 +0100 |
commit | 48711cdf9aed3512b7229e7c8488b3c05ff64ff9 (patch) | |
tree | 2cf7c01a63ac97fc9e18e2b31bef0668ce72c92d | |
parent | 893d4115c997e0562a99eeac528c8830605a5412 (diff) |
fix build error and add gitignore
-rw-r--r-- | data/graphics.s | 2 | ||||
-rw-r--r-- | graphics/unused/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
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 |