From f0915e2b664f3c045cdea710aeced219396db8bb Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 29 Dec 2015 14:53:57 -0500 Subject: More BankF documentation Also introduce bit direction constants and setpal macros --- engine/evos_moves.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/evos_moves.asm') 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 -- cgit v1.3.1-sl0p