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 | |
parent | 0e12eafe6635da8e80ed33f7460e09c567d0e31f (diff) |
Remove redundant dimensions in image filenames.
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/HoF_room_pc.asm | 2 | ||||
-rwxr-xr-x | engine/intro.asm | 2 | ||||
-rwxr-xr-x | engine/overworld/emotion_bubbles.asm | 2 |
3 files changed, 3 insertions, 3 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" diff --git a/engine/intro.asm b/engine/intro.asm index c20e5e3f..8e344e48 100755 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -425,7 +425,7 @@ IntroNidorinoAnimation7: ; 41950 (10:5950) db $50 ; list terminator GameFreakIntro: ; 41959 (10:5959) - INCBIN "gfx/gamefreak_intro.h8.2bpp" + INCBIN "gfx/gamefreak_intro.2bpp" INCBIN "gfx/gamefreak_logo.2bpp" ds $10 ; blank tile diff --git a/engine/overworld/emotion_bubbles.asm b/engine/overworld/emotion_bubbles.asm index 27214240..a8d863df 100755 --- a/engine/overworld/emotion_bubbles.asm +++ b/engine/overworld/emotion_bubbles.asm @@ -65,4 +65,4 @@ EmotionBubblesOAM: ; 17cb5 (5:7cb5) db $FA,$00,$FB,$00 EmotionBubbles: ; 17cbd (5:7cbd) - INCBIN "gfx/emotion_bubbles.w16.2bpp" + INCBIN "gfx/emotion_bubbles.2bpp" |