Function378b is IsAPokemon

This commit is contained in:
yenatch 2013-08-30 19:17:32 -04:00
parent f4572ecd4d
commit 17f25691db

View File

@ -7374,19 +7374,20 @@ Function3718: ; 3718
Function3741: ; 3741 IsAPokemon: ; 3741
; Return carry if species a is not a Pokemon.
and a and a
jr z, .asm_374c jr z, .NotAPokemon
cp EGG cp EGG
jr z, .asm_374e jr z, .Pokemon
cp $fc cp $fc
jr c, .asm_374e jr c, .Pokemon
.asm_374c .NotAPokemon
scf scf
ret ret
.asm_374e .Pokemon
and a and a
ret ret
; 3750 ; 3750
@ -7460,7 +7461,7 @@ Function3786: ; 3786
Function378b: ; 378b Function378b: ; 378b
ld a, [CurPartySpecies] ld a, [CurPartySpecies]
call Function3741 call IsAPokemon
jr c, .asm_37ad jr c, .asm_37ad
push hl push hl
ld de, VTiles2 ld de, VTiles2