aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/bank_e_misc.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
commit40c1ecb4374a83d9511fe2c5fa99704d9cfc521b (patch)
tree400c46f2005706ea7243cb243544be9ca2c51206 /engine/battle/bank_e_misc.asm
parentnamed wram variables (diff)
downloadpokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.tar.gz
pokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.tar.xz
pokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.zip
fixed names
Diffstat (limited to 'engine/battle/bank_e_misc.asm')
-rwxr-xr-xengine/battle/bank_e_misc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/bank_e_misc.asm b/engine/battle/bank_e_misc.asm
index f47087d8..dc766f23 100755
--- a/engine/battle/bank_e_misc.asm
+++ b/engine/battle/bank_e_misc.asm
@@ -92,9 +92,9 @@ InitList: ; 39bd5 (e:5bd5)
ld a, h
ld [wListPointer + 1], a
ld a, e
- ld [wcf8d], a
+ ld [wUnusedCF8D], a
ld a, d
- ld [wcf8e], a
+ ld [wUnusedCF8D + 1], a
ld bc, ItemPrices
ld a, c
ld [wItemPrices], a