summaryrefslogtreecommitdiff
path: root/engine/battle/e.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
commit32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (patch)
tree3568312441db2bbd4acf0f6885913980f4c0eaad /engine/battle/e.asm
parent4fd7a42b235b68ffc11d4f02305b695c2ed05549 (diff)
Named wram symbols
Diffstat (limited to 'engine/battle/e.asm')
-rwxr-xr-xengine/battle/e.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/battle/e.asm b/engine/battle/e.asm
index 9f93baa6..ff3ac839 100755
--- a/engine/battle/e.asm
+++ b/engine/battle/e.asm
@@ -665,18 +665,18 @@ Func_39bd5: ; 39bd5 (e:5bd5)
.asm_39c18
ld [W_LISTTYPE], a
ld a, l
- ld [wcf8b], a
+ ld [wList], a
ld a, h
- ld [wcf8c], a
+ ld [wList + 1], a
ld a, e
ld [wcf8d], a
ld a, d
ld [wcf8e], a
- ld bc, ItemPrices ; $4608
+ ld bc, ItemPrices
ld a, c
- ld [wcf8f], a
+ ld [wItemPrices], a
ld a, b
- ld [wcf90], a
+ ld [wItemPrices + 1], a
ret
Func_39c37: ; 39c37 (e:5c37)