summaryrefslogtreecommitdiff
path: root/engine/credits.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-06 21:07:35 -0800
committeryenatch <yenatch@gmail.com>2015-02-06 21:17:32 -0800
commitd3054dc4cb9a874efdca06dcdb042f05d81a90b4 (patch)
treeffaac6c3f1406e2c21073fda3eb1741feb3fb517 /engine/credits.asm
parent78a0c398c25c60a04940b1f839ea51bd2200fb1f (diff)
More graphics and straggling static refs.
Diffstat (limited to 'engine/credits.asm')
-rw-r--r--engine/credits.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index 7504898ca..8fc8ad627 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -444,7 +444,7 @@ ParseCredits: ; 1099aa
xor a
ld [$cf64], a ; frame
call GetCreditsPalette
- call $32f9 ; update hw pal registers
+ call Function32f9 ; update hw pal registers
jr .loop
.clear
@@ -481,7 +481,7 @@ ParseCredits: ; 1099aa
ld [$ffd4], a
.done
- jp $5951
+ jp Function109951
.end
; Stop execution.