aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/credits.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:18:22 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:18:22 -0400
commit06db7ec55bbc87ed18db72a53fb20fa7b4da9b29 (patch)
treed9631415d7640c39b8883766fa5209f92912c95c /engine/movie/credits.asm
parentUse ASCII quotes in comments (diff)
downloadpokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.gz
pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.xz
pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.zip
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar
Diffstat (limited to 'engine/movie/credits.asm')
-rwxr-xr-xengine/movie/credits.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/credits.asm b/engine/movie/credits.asm
index caf62852..42b8e0cc 100755
--- a/engine/movie/credits.asm
+++ b/engine/movie/credits.asm
@@ -1,5 +1,5 @@
HallOfFamePC:
- callba AnimateHallOfFame
+ farcall AnimateHallOfFame
call ClearScreen
ld c, 100
call DelayFrames
@@ -235,7 +235,7 @@ Credits:
jr .nextCreditsScreen
.showCopyrightText
push de
- callba LoadCopyrightTiles
+ farcall LoadCopyrightTiles
pop de
pop de
jr .nextCreditsCommand