summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home.asm b/home.asm
index def6200a..56652171 100644
--- a/home.asm
+++ b/home.asm
@@ -736,6 +736,10 @@ UncompressMonSprite::
ld a,BANK(MewPicFront)
jr z,.GotBank
ld a,b
+ cp LEAFEON
+ ld a,BANK(LeafeonPicFront)
+ jr z,.GotBank
+ ld a,b
cp FOSSIL_KABUTOPS
ld a,BANK(FossilKabutopsPic)
jr z,.GotBank