diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
commit | f0915e2b664f3c045cdea710aeced219396db8bb (patch) | |
tree | 791dd3a4cc749f482593f2bd3746f904304430d0 /engine/items | |
parent | 47979336e29d7e22d524e35ddc50576874ead009 (diff) |
More BankF documentation
Also introduce bit direction constants and setpal macros
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/items.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 4ff01eff..bda01e27 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 IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .notPlayerPikachu ld e, $1b callab PlayPikachuSoundClip @@ -2373,7 +2373,7 @@ ItemUseTMHM: ; e374 (3:6374) ld a,d ld [wWhichPokemon],a callabd_ModifyPikachuHappiness PIKAHAPPY_USEDTMHM - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc,.notTeachingThunderboltOrThunderToPikachu ld a,[wcf91] cp a,TM_24 ; are we teaching thunderbolt to the player pikachu? |