diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:21 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:21 -0400 |
| commit | f99a715fae311d2611ec4a714b002e103c4642ca (patch) | |
| tree | 55c3b2f36f037ab192777755fe7e4b8f5a22131d /engine/battle/core.asm | |
| parent | Merge pull request #196 from Rangi42/polishedmaps (diff) | |
| download | pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.gz pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.xz pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.zip | |
Replace some hard-coded values with constants
Diffstat (limited to 'engine/battle/core.asm')
| -rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 056a9588..04336810 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6867,7 +6867,7 @@ InitBattleCommon: res 1, [hl] callab InitBattleVariables ld a, [wEnemyMonSpecies2] - sub 200 + sub OPP_ID_OFFSET jp c, InitWildBattle ld [wTrainerClass], a call GetTrainerInformation |
