From 2e3b58e6207997315cd69bf50968494b3b2b982b Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 28 Nov 2015 17:55:14 -0500 Subject: BankA misc functions predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ --- engine/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/common_text.asm') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index 0cbf70f0..687fbf99 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -23,7 +23,7 @@ PrintBeginningBattleText: ; f4000 (3d:4000) call PlayCry .continue ld hl, WildMonAppearedText - ld a, [W_MOVEMISSED] + ld a, [wMoveMissed] and a jr z, .notFishing ld hl, HookedMonAttackedText -- cgit v1.3.1-sl0p