summaryrefslogtreecommitdiff
path: root/engine/battle/init_battle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/init_battle.asm')
-rw-r--r--engine/battle/init_battle.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/init_battle.asm b/engine/battle/init_battle.asm
index 6a6331b7..bd8b2e8f 100644
--- a/engine/battle/init_battle.asm
+++ b/engine/battle/init_battle.asm
@@ -158,7 +158,7 @@ _LoadTrainerPic:
ld d, a ; de contains pointer to trainer pic
ld a, [wLinkState]
and a
- ld a, BANK(TrainerPics) ; this is where all the trainer pics are (not counting Red's)
+ ld a, BANK("Pics 6") ; this is where all the trainer pics are (not counting Red's)
jr z, .loadSprite
ld a, BANK(RedPicFront)
.loadSprite