summaryrefslogtreecommitdiff
path: root/engine/pokedex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r--engine/pokedex.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index 87427e753..066653777 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -2543,17 +2543,17 @@ Function41a24: ; 41a24
; 41a2c
Function41a2c: ; 41a2c
- ld a, $0
+ ld a, BANK(sScratch)
call GetSRAMBank
ld hl, UnownFont
- ld de, $a188
+ ld de, sScratch + $188
ld bc, $270
ld a, BANK(UnownFont)
call FarCopyBytes
- ld hl, $a188
+ ld hl, sScratch + $188
ld bc, $1b0
call Function41504
- ld de, $a188
+ ld de, sScratch + $188
ld hl, $9400
lb bc, BANK(Function41a2c), $1b
call Request2bpp