diff options
Diffstat (limited to 'battle')
| -rw-r--r-- | battle/core.asm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/battle/core.asm b/battle/core.asm index 21409c2a4..8c4ab73e4 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -3484,8 +3484,8 @@ IsThePlayerPkmnTypesEffectiveAgainstOTPkmn: ; 3d618  	add hl, bc  	ld a, [hl]  	dec a -	ld hl, BaseData + 7 ; type -	ld bc, BaseData1 - BaseData0 +	ld hl, BaseData + BASE_TYPES +	ld bc, BASE_DATA_SIZE  	call AddNTimes  	ld de, EnemyMonType  	ld bc, 2 | 
