summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/pokedex.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index c48030501..87427e753 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -2421,12 +2421,12 @@ Function4143b: ; 4143b
ret
.asm_4145b
- ld a, $0
+ ld a, BANK(sScratch)
call GetSRAMBank
callba Function1de0d7
ld hl, VTiles2
- ld de, $a000
- ld c, $31
+ ld de, sScratch
+ ld c, 7 * 7
ld a, [hROMBank]
ld b, a
call Get2bpp