diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-30 01:30:10 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-30 01:30:10 -0700 |
| commit | 188ac8a9b4816dd98df0108314e58885c3b07452 (patch) | |
| tree | 5e17ce5d66b7a008d482bc9468e6bf51f1e9dc1a /engine/HoF_room_pc.asm | |
| parent | Dust off the makefile and prepare to build Yellow. (diff) | |
| download | pokeyellow-188ac8a9b4816dd98df0108314e58885c3b07452.tar.gz pokeyellow-188ac8a9b4816dd98df0108314e58885c3b07452.tar.xz pokeyellow-188ac8a9b4816dd98df0108314e58885c3b07452.zip | |
Remove redundant dimensions in image filenames.
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 82e769f5..5af7484c 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -260,4 +260,4 @@ INCLUDE "data/credits_order.asm" INCLUDE "text/credits_text.asm" TheEndGfx: ; 7473e (1d:473e) ; 473E (473F on blue) - INCBIN "gfx/theend.w40.interleave.2bpp" + INCBIN "gfx/theend.interleave.2bpp" |
