diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
| commit | 2b7961759b3786725b95ee8f4a0b6e556091db7a (patch) | |
| tree | 6287d4bb7bad7d012f804dc18856341a09fc015b /home/vblank.asm | |
| parent | Merge branch 'master' of https://github.com/iimarckus/pokered (diff) | |
| download | pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.tar.gz pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.tar.xz pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.zip | |
Fixes.
Diffstat (limited to 'home/vblank.asm')
| -rw-r--r-- | home/vblank.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/vblank.asm b/home/vblank.asm index 8eff5bab..1df155db 100644 --- a/home/vblank.asm +++ b/home/vblank.asm @@ -55,6 +55,7 @@ VBlank:: ; 1de5 (0:1de5) jr z, .skipDec dec a ld [H_FRAMECOUNTER], a +.skipDec call FadeOutAudio |
