summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2019-07-17 17:30:53 -0500
committerGitHub <noreply@github.com>2019-07-17 17:30:53 -0500
commit36597a7917144bbf5d9ae63a0f9d537f6f58eb74 (patch)
treee478588912070f759c95b8c276c03dc7a296c9d2 /home.asm
parent8addeffe6fb5012113e695b17680734933076e8e (diff)
parent092be231ccec12904d189092270b792c7f1fd68e (diff)
Merge pull request #220 from Rangi42/master
Replace some hard-coded values with constants
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 70dab701..0397cb08 100644
--- a/home.asm
+++ b/home.asm
@@ -2390,7 +2390,7 @@ EndTrainerBattle::
ld b, FLAG_SET
call TrainerFlagAction ; flag trainer as fought
ld a, [wEnemyMonOrTrainerClass]
- cp 200
+ cp OPP_ID_OFFSET
jr nc, .skipRemoveSprite ; test if trainer was fought (in that case skip removing the corresponding sprite)
ld hl, wMissableObjectList
ld de, $2
@@ -2424,7 +2424,7 @@ InitBattleEnemyParameters::
ld a, [wEngagedTrainerClass]
ld [wCurOpponent], a
ld [wEnemyMonOrTrainerClass], a
- cp 200
+ cp OPP_ID_OFFSET
ld a, [wEngagedTrainerSet]
jr c, .noTrainer
ld [wTrainerNo], a