diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 19:47:25 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 19:47:25 -0400 |
commit | 805b4fa7fd18deaec63442db975a381f11445b02 (patch) | |
tree | 4499dd3298b7b1526460f3c93aac035ec61d9d96 /engine/items/items.asm | |
parent | edebb637f4f390800246d1fc65931f6ae284c3e3 (diff) |
Fix build errors
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 749a2753..25c50b4f 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -673,7 +673,7 @@ ItemUseEvoStone: ; d7d0 (3:57d0) ld [wcf91],a call Func_d85d jr nc, .noEffect - callab Func_fce18 + callab IsThisPartymonOurPikachu jr nc, .notPlayerPikachu ld e, $1b callab Func_f0000 @@ -2372,8 +2372,8 @@ ItemUseTMHM: ; e374 (3:6374) push af ld a,d ld [wWhichPokemon],a - callabd_ModifyPikachuHappiness PIKAHAPPY_USETMHM - callab Func_fce18 + callabd_ModifyPikachuHappiness PIKAHAPPY_USEDTMHM + callab IsThisPartymonOurPikachu jr nc,.notTeachingThunderboltOrThunderToPikachu ld a,[wcf91] cp a,TM_24 ; are we teaching thunderbolt to the player pikachu? |