Battle type constants in the wild.

Also add constants for trap and Celebi event battles.
This commit is contained in:
yenatch
2014-06-13 22:53:20 -07:00
parent eb9fc6676c
commit e23f341258
16 changed files with 60 additions and 54 deletions

View File

@@ -238,10 +238,10 @@ ParkBall: ; e8a2
ld a, [EnemyMonCatchRate]
ld b, a
ld a, [BattleType]
cp $3
cp BATTLETYPE_TUTORIAL
jp z, .asm_e99c
ld a, [CurItem]
cp $1
cp MASTER_BALL
jp z, .asm_e99c
ld a, [CurItem]
ld c, a