summaryrefslogtreecommitdiff
path: root/engine/gfx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx.asm')
-rw-r--r--engine/gfx.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/gfx.asm b/engine/gfx.asm
index 7ab0071..9a917ce 100644
--- a/engine/gfx.asm
+++ b/engine/gfx.asm
@@ -117,6 +117,7 @@ LoadPokemonStatsGraphics:: ; f80fb (3e:40fb)
ld hl, $9550
lb bc, BANK(ExpBarGFX), ((ExpBarGFXEnd - ExpBarGFX) / LEN_2BPP_TILE)
call Get2bpp
+LoadOnlyPokemonStatsGraphics:: ; 3E:412E
ld de, StatsGFX
ld hl, $9310
lb bc, BANK(StatsGFX), ((StatsGFXEnd - StatsGFX) / LEN_2BPP_TILE)