summaryrefslogtreecommitdiff
path: root/engine/palettes.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 13:05:36 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 13:05:36 -0400
commit2cf4efe15c50e84824bad8420b16009e6fa066c3 (patch)
tree116e2fb232f85208892d47360e044e6eccfb4c20 /engine/palettes.asm
parent9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17 (diff)
Rename some palette labels.
Also add replace.sh
Diffstat (limited to 'engine/palettes.asm')
-rwxr-xr-xengine/palettes.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm
index 2668236a..58efd103 100755
--- a/engine/palettes.asm
+++ b/engine/palettes.asm
@@ -849,17 +849,17 @@ Func_7240f:: ; 7240f (1c:640f)
and a
jr nz,.asm_72419
ld a,[rBGP]
- ld [wdef2],a
+ ld [wLastBGP],a
jr .asm_72428
.asm_72419
dec a
jr nz,.asm_72423
ld a,[rOBP0]
- ld [wdef3],a
+ ld [wLastOBP0],a
jr .asm_72428
.asm_72423
ld a,[rOBP1]
- ld [wdef4],a
+ ld [wLastOBP1],a
.asm_72428
ld b,a
and $3