diff options
author | yenatch <yenatch@gmail.com> | 2015-02-06 21:07:35 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-06 21:17:32 -0800 |
commit | d3054dc4cb9a874efdca06dcdb042f05d81a90b4 (patch) | |
tree | ffaac6c3f1406e2c21073fda3eb1741feb3fb517 /engine/credits.asm | |
parent | 78a0c398c25c60a04940b1f839ea51bd2200fb1f (diff) |
More graphics and straggling static refs.
Diffstat (limited to 'engine/credits.asm')
-rw-r--r-- | engine/credits.asm | 4 |
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. |