From fcb61ae0e4724e8901562d9f89f69ff70822886c Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 25 Jun 2025 23:59:47 -0400 Subject: Distinguish single trainer pics section from Pokemon pics --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 8aa27cce..114e715b 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6919,7 +6919,7 @@ _LoadTrainerPic: ld d, a ; de contains pointer to trainer pic ld a, [wLinkState] and a - ld a, BANK("Pics 6") ; this is where all the trainer pics are (not counting Red's) + ld a, BANK("Trainer Pics") jr z, .loadSprite ld a, BANK(RedPicFront) .loadSprite -- cgit v1.3.1-sl0p