summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-29 20:03:46 -0400
committeryenatch <yenatch@gmail.com>2013-08-29 21:20:45 -0400
commit579ab1350762a553d4f61e4c3534b52e857bc682 (patch)
tree24af533f60c7970e77a3ae23b680050029a32ace
parent64a6af405240dcef1fdf4b4d321d9cc2093d2fd0 (diff)
proper labeling of common function GetSpritePalette
-rw-r--r--main.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 17a7b7b8a..0cd3625b4 100644
--- a/main.asm
+++ b/main.asm
@@ -668,12 +668,12 @@ SafeTileAnimation: ; 17d3
; 17ff
-Function17ff: ; 17ff
+GetSpritePalette: ; 17ff
push hl
push de
push bc
ld c, a
- callba GetSpritePalette
+ callba _GetSpritePalette
ld a, c
pop bc
pop de
@@ -16422,7 +16422,7 @@ Function811d: ; 811d
call Function180e
ld [$c2f2], a
ld a, [hl]
- call Function17ff
+ call GetSpritePalette
ld [$c2f3], a
ld hl, $0008
add hl, bc
@@ -26460,7 +26460,7 @@ Function142a7: ; 142a7
; 142c4
-GetSpritePalette: ; 142c4
+_GetSpritePalette: ; 142c4
ld a, c
call GetMonSprite
jr c, .asm_142d8