diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-05 18:11:43 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-05 18:11:43 -0500 |
commit | ccf4fe54a8e444aaf966fac7b38bc9452c494222 (patch) | |
tree | 7c21752ae69d86ab13e0dc3cb8addf56083f9c12 /engine/HoF_room_pc.asm | |
parent | 5978562fa17b8663cf85cbe9ced6e4ccbf46d8af (diff) |
Remove unused gfx file extensions
Diffstat (limited to 'engine/HoF_room_pc.asm')
-rwxr-xr-x | engine/HoF_room_pc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/HoF_room_pc.asm b/engine/HoF_room_pc.asm index 704fea16..90b9450b 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -266,4 +266,4 @@ INCLUDE "data/credits_order.asm" INCLUDE "text/credits_text.asm" TheEndGfx: ; 7473e (1d:473e) (7473f on blue) - INCBIN "gfx/theend.interleave.2bpp" + INCBIN "gfx/theend.2bpp" |