aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-29 14:53:57 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-29 14:53:57 -0500
commitf0915e2b664f3c045cdea710aeced219396db8bb (patch)
tree791dd3a4cc749f482593f2bd3746f904304430d0 /engine/evos_moves.asm
parentStart disassembling bank0F (Battle) (diff)
downloadpokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.tar.gz
pokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.tar.xz
pokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.zip
More BankF documentation
Also introduce bit direction constants and setpal macros
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index e66cacd3..2e0c3cc9 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -365,7 +365,7 @@ LearnMoveFromLevelUp: ; 3b00c (e:700c)
ld a, b
and a
jr z, .done
- callab IsThisPartymonOurPikachu
+ callab IsThisPartymonStarterPikachu_Party
jr nc, .done
ld a, [wMoveNum]
cp THUNDERBOLT