summaryrefslogtreecommitdiff
path: root/engine/events/print_unown.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-14 23:00:22 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-14 23:00:22 -0500
commitdfcca93b451cecb6857f8b6bc6b9f67e997b09c9 (patch)
treeacf41a46e600fa3452536f97dc3f934968b3c839 /engine/events/print_unown.asm
parent5c28d05bb40b47f084a34eb732da92c899e18db6 (diff)
parent6c5cd7a963fb2b5eed109aeef25f041eabba0004 (diff)
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (resolve PR #460)
# Conflicts: # engine/battle/core.asm # engine/save.asm
Diffstat (limited to 'engine/events/print_unown.asm')
-rw-r--r--engine/events/print_unown.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/print_unown.asm b/engine/events/print_unown.asm
index 948af5937..41f2bab9c 100644
--- a/engine/events/print_unown.asm
+++ b/engine/events/print_unown.asm
@@ -154,7 +154,7 @@ UnownPrinter: ; 16be4
.Load2bppToSRAM: ; 16cff
ld a, [rSVBK]
push af
- ld a, $6
+ ld a, BANK(wDecompressScratch)
ld [rSVBK], a
ld a, BANK(sScratch)
@@ -178,7 +178,7 @@ UnownPrinter: ; 16be4
hlcoord 1, 9
ld de, UnownDexVacantString
call PlaceString
- xor a
+ xor a ; sScratch
call GetSRAMBank
ld hl, sScratch
ld bc, $31 tiles