summaryrefslogtreecommitdiff
path: root/engine/experience.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-26 14:04:56 -0700
committeryenatch <yenatch@gmail.com>2014-05-26 22:04:39 -0700
commit40c17c906b2b3f65b3b04b1933b90238a7ac5566 (patch)
tree6de26c959808d5a792b692f2300c33557c1dbfab /engine/experience.asm
parent52ba96f5f4ec53450a0ff6257ea1040d09b7e537 (diff)
Remove most static wram addresses. Use labels instead.
For unknown addresses, use "w<address>". Label overleads are still an issue.
Diffstat (limited to 'engine/experience.asm')
-rwxr-xr-xengine/experience.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/experience.asm b/engine/experience.asm
index 80177b50..07726821 100755
--- a/engine/experience.asm
+++ b/engine/experience.asm
@@ -1,13 +1,13 @@
Func_58f43: ; 58f43 (16:4f43)
- ld a, [$cf98]
- ld [$d0b5], a
+ ld a, [wcf98]
+ ld [wd0b5], a
call GetMonHeader
ld d, $1
.asm_58f4e
inc d
call CalcExperience
push hl
- ld hl, $cfa8
+ ld hl, wcfa8
ld a, [$ff98]
ld c, a
ld a, [hld]