diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 21:18:22 -0400 |
| commit | 06db7ec55bbc87ed18db72a53fb20fa7b4da9b29 (patch) | |
| tree | d9631415d7640c39b8883766fa5209f92912c95c /engine/movie/credits.asm | |
| parent | Use ASCII quotes in comments (diff) | |
| download | pokeyellow-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-x | engine/movie/credits.asm | 4 |
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 |
