diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 23:37:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 23:37:08 -0500 |
commit | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (patch) | |
tree | 5ab5b3207baa0e92b903cd5b0ba4e82be6395790 /engine/dummy_game.asm | |
parent | 31901f73b0cb0c516962975c323df06d73263486 (diff) |
Move some gfx/unknown/ files into meaningful directories
Diffstat (limited to 'engine/dummy_game.asm')
-rwxr-xr-x | engine/dummy_game.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/dummy_game.asm b/engine/dummy_game.asm index edda3d02e..3ff1888dc 100755 --- a/engine/dummy_game.asm +++ b/engine/dummy_game.asm @@ -609,4 +609,4 @@ DummyGame_InterpretJoypad_AnimateCursor: ; e21a1 (38:61a1) ; e2221 (38:6221) LZ_e2221: ; e2221 -INCBIN "gfx/unknown/0e2221.2bpp.lz" +INCBIN "gfx/dummy_game/dummy_game.2bpp.lz" |