diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-10-14 11:53:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-10-14 11:53:12 -0700 |
commit | 80329c54897a545b9b8b3e82b686b09f295bb67a (patch) | |
tree | 322ca10c3e768cabfba250f1c7879b246a0781b6 /engine/credits.asm | |
parent | 94d4c89e093b76a0964114bd7a370046e70e965e (diff) | |
parent | cf966bb824ce0ffe384291cd51aa96a2dd86e839 (diff) |
Merge pull request #210 from yenatch/master
contest mons, fixed dumb labels, fixed more lz dumps, game freak logo, roofs
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 d5e4399b9..2cfac86f1 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -223,10 +223,10 @@ ParseCredits: ; 1099aa ld de, MUSIC_CREDITS push de ld de, MUSIC_NONE - call StartMusic + call PlayMusic call DelayFrame pop de - call StartMusic + call PlayMusic jp .loop .wait2 |