summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-08-23 23:07:15 -0500
committerdannye <corrnondacqb@yahoo.com>2015-08-23 23:07:15 -0500
commitd9eea7dd660eeb428717f21861ef5f05e1a74418 (patch)
tree311c4ad4e9004b6e582fd181ef8e4441b3461173 /home.asm
parent1a987d1e1ab96ca9553d4253c72858057332a03a (diff)
Internal order = Pokedex order
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm31
1 files changed, 8 insertions, 23 deletions
diff --git a/home.asm b/home.asm
index 0d7c5271..bc9e40b2 100644
--- a/home.asm
+++ b/home.asm
@@ -733,31 +733,16 @@ UncompressMonSprite:: ; 1627 (0:1627)
; $74 ≤ index < $99, bank $C
; $99 ≤ index, bank $D
ld a,[wcf91] ; XXX name for this ram location
- ld b,a
- cp MEW
- ld a,BANK(MewPicFront)
- jr z,.GotBank
- ld a,b
cp FOSSIL_KABUTOPS
+ jr z,.RecallBank
+ cp FOSSIL_AERODACTYL
+ jr z,.RecallBank
+ cp MON_GHOST
+ jr z,.RecallBank
+ ld a,[W_MONHPICBANK]
+ jr .GotBank
+.RecallBank
ld a,BANK(FossilKabutopsPic)
- jr z,.GotBank
- ld a,b
- cp TANGELA + 1
- ld a,BANK(TangelaPicFront)
- jr c,.GotBank
- ld a,b
- cp MOLTRES + 1
- ld a,BANK(MoltresPicFront)
- jr c,.GotBank
- ld a,b
- cp BEEDRILL + 2
- ld a,BANK(BeedrillPicFront)
- jr c,.GotBank
- ld a,b
- cp STARMIE + 1
- ld a,BANK(StarmiePicFront)
- jr c,.GotBank
- ld a,BANK(VictreebelPicFront)
.GotBank
jp UncompressSpriteData