diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -740,6 +740,10 @@ UncompressMonSprite:: ld a,BANK(LeafeonPicFront) jr z,.GotBank ld a,b + cp GLACEON + ld a,BANK(GlaceonPicFront) + jr z,.GotBank + ld a,b cp FOSSIL_KABUTOPS ld a,BANK(FossilKabutopsPic) jr z,.GotBank |