diff options
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. |