diff options
author | yenatch <yenatch@gmail.com> | 2018-03-10 18:01:54 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-10 18:53:04 -0500 |
commit | f75049feef17757cd07eb86cf34729c272cefcd5 (patch) | |
tree | 7297aa8ae7a05b45a60160baa304a7e0088235b7 /engine/HoF_room_pc.asm | |
parent | 37ded1d150197b3784bc351eeeb0a8d9713c2e35 (diff) |
Use rgbgfx and c tools instead of the submodule.
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 fb196486..7e08631c 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -266,5 +266,5 @@ INCLUDE "data/credits_order.asm" INCLUDE "text/credits_text.asm" TheEndGfx: - INCBIN "gfx/theend.interleave.2bpp" + INCBIN "gfx/theend.2bpp" TheEndGfxEnd: |