summaryrefslogtreecommitdiff
path: root/engine/gfx.asm
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2019-02-26 01:58:23 +0100
committerobskyr <powpowd@gmail.com>2019-02-26 01:58:23 +0100
commit9608dcfb97c31c44c7fbf1d0ca267ad7736389f7 (patch)
tree9808dbd1bd18776d96d84c97caa6607af47736d5 /engine/gfx.asm
parent5c9ee00c82b9140c1e818f68d4f37ab59c631197 (diff)
parent0e77e1aaa7f27e44cb8cbc4afdb75305bd2944df (diff)
Merge branch '2Tie-master'
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)