summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
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