From e1c747e8f5c8ec23346888fceebb5e1db183ea08 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Fri, 28 Aug 2015 14:23:05 -0400 Subject: Attempt to make pokeyellow buildable, part 8. --- engine/battle/common_text.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engine/battle') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index e1fbedc2..5d427e97 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -35,9 +35,13 @@ PrintBeginningBattleText: ; f4000 (3d:4000) call DelayFrames ld hl, TrainerWantsToFightText .wildBattle + ld a, [W_BATTLETYPE] + and a + jr nz, .doNotDrawPokeballs push hl callab DrawAllPokeballs pop hl +.doNotDrawPokeballs call PrintText jr .done .pokemonTower -- cgit v1.3.1-sl0p