diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-09 20:55:19 -0700 |
| commit | 91793015e53dbed09576f825d39e71bc59bf90a5 (patch) | |
| tree | 2e21a17f28744e759c70bdef4197adaa043fe938 /home/audio.asm | |
| parent | Add comments regarding menus and sprites (diff) | |
| download | pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.gz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.tar.xz pokeyellow-91793015e53dbed09576f825d39e71bc59bf90a5.zip | |
Labelled and commented mostly sprite-related things
Diffstat (limited to 'home/audio.asm')
| -rw-r--r-- | home/audio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm index fa62cc8a..8dcc0d93 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -1,4 +1,4 @@ -Func_2307:: ; 2307 (0:2307) +PlayDefaultMusic:: ; 2307 (0:2307) call WaitForSoundToFinish xor a ld c, a |
