From f7d5b6eb6b0c43f93a1e2c5b71639a1d7c6d0004 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 27 Dec 2011 13:01:14 -0700 Subject: And update the paths for the fossils… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 5c617657d739 --- pokered.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokered.asm b/pokered.asm index 7fbc33a8..266f399c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5838,7 +5838,7 @@ BeedrillPicFront: BeedrillPicBack: INCBIN "pic/monback/beedrillb.pic" FossilKabutopsPic: - INCBIN "pic/other/fossilkabutops.pic" + INCBIN "pic/bmon/fossilkabutops.pic" INCBIN "baserom.gbc",$2fb7b,$2ff3c-$2fb7b @@ -6048,7 +6048,7 @@ CharizardPicFront: CharizardPicBack: INCBIN "pic/monback/charizardb.pic" FossilAerodactylPic: - INCBIN "pic/other/fossilaerodactyl.pic" + INCBIN "pic/bmon/fossilaerodactyl.pic" GhostPic: INCBIN "pic/other/ghost.pic" OddishPicFront: -- cgit v1.3.1-sl0p