From 1d9ccc96cc25f3540925e4057545bfc6f07a4f21 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 12 Oct 2015 15:14:10 -0400 Subject: Label and comment more palette functions Also fix replace.sh --- home.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'home.asm') 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 -- cgit v1.3.1-sl0p