diff options
Diffstat (limited to 'engine/battle/common_text.asm')
-rw-r--r-- | engine/battle/common_text.asm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |