diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 15:14:10 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 15:14:10 -0400 |
commit | 1d9ccc96cc25f3540925e4057545bfc6f07a4f21 (patch) | |
tree | d2be3b02faed528aa3ee44cc05caf5f3f042442c /home.asm | |
parent | 9bf72160086561d0405241bf3a229e60f1e967e2 (diff) |
Label and comment more palette functions
Also fix replace.sh
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |