summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
commit1d9ccc96cc25f3540925e4057545bfc6f07a4f21 (patch)
treed2be3b02faed528aa3ee44cc05caf5f3f042442c /home.asm
parent9bf72160086561d0405241bf3a229e60f1e967e2 (diff)
Label and comment more palette functions
Also fix replace.sh
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home.asm b/home.asm
index b074fabf..6b802444 100644
--- a/home.asm
+++ b/home.asm
@@ -2337,7 +2337,7 @@ UpdateGBCPal_BGP:: ; 3021 (0:3021)
ld a,[wLastBGP]
cp b
jr z,.noChangeInBGP
- callba Func_72524 ; 1c:6524
+ callba _UpdateGBCPal_BGP ; 1c:6524
.noChangeInBGP
pop hl
pop de
@@ -2359,8 +2359,8 @@ UpdateGBCPal_OBP0:: ; 3040 (0:3040)
ld a,[wLastOBP0]
cp b
jr z,.noChangeInOBP0
- ld b,BANK(Func_7256c) ; 1c:656c
- ld hl,Func_7256c
+ ld b,BANK(_UpdateGBCPal_OBP) ; 1c:656c
+ ld hl,_UpdateGBCPal_OBP
ld c,$1
call Bankswitch
.noChangeInOBP0
@@ -2384,8 +2384,8 @@ UpdateGBCPal_OBP1:: ; 3061 (0:3061)
ld a,[wLastOBP1]
cp b
jr z,.noChangeInOBP1
- ld b,BANK(Func_7256c)
- ld hl,Func_7256c
+ ld b,BANK(_UpdateGBCPal_OBP)
+ ld hl,_UpdateGBCPal_OBP
ld c,$2
call Bankswitch
.noChangeInOBP1