summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-08 14:22:18 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-08 14:22:18 -0500
commit33ea880aa4f408624b967d4ab811c477e6a76784 (patch)
tree4498627a74bec31397c076c92d5db70c2565a450 /home.asm
parentc7ce0a95184784f029779426611324ff84f2ef12 (diff)
Adding Glaceon test
An example to show adding a second new Pokemon and a new evolution item in pokered
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 56652171..c4cbfdfe 100644
--- a/home.asm
+++ b/home.asm
@@ -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