diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-26 16:45:14 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-26 16:45:14 -0400 |
| commit | af5c365ad6402ab518dc4b786a62d060e50fb749 (patch) | |
| tree | 19f820f0272bb7dac7969d989356ad8e03586c77 /home/vblank.asm | |
| parent | More pikachu related bank3f (diff) | |
| download | pokeyellow-af5c365ad6402ab518dc4b786a62d060e50fb749.tar.gz pokeyellow-af5c365ad6402ab518dc4b786a62d060e50fb749.tar.xz pokeyellow-af5c365ad6402ab518dc4b786a62d060e50fb749.zip | |
Bank2 audio.
todo: correct labels
Diffstat (limited to 'home/vblank.asm')
| -rw-r--r-- | home/vblank.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm index 1df155db..0e529dd0 100644 --- a/home/vblank.asm +++ b/home/vblank.asm @@ -65,7 +65,7 @@ VBlank:: ; 1de5 (0:1de5) ld a, $2 call BankswitchCommon - call Music2_UpdateMusic + call Audio1_UpdateMusic call SerialFunction ; add this |
