mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-03-29 23:59:57 +13:00
Merge pull request #153 from strager/strager-fix-wrong-variable
Use correct variable in EngageMapTrainer
This commit is contained in:
commit
0d062b49a6
1 changed files with 1 additions and 1 deletions
2
home.asm
2
home.asm
|
|
@ -2528,7 +2528,7 @@ EngageMapTrainer::
|
|||
ld a, [hli] ; load trainer class
|
||||
ld [wEngagedTrainerClass], a
|
||||
ld a, [hl] ; load trainer mon set
|
||||
ld [wEnemyMonAttackMod], a
|
||||
ld [wEngagedTrainerSet], a
|
||||
jp PlayTrainerMusic
|
||||
|
||||
PrintEndBattleText::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue