diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 14:39:24 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-07-03 14:39:24 -0500 |
commit | fc9b61e8ac9007221faa2f71377dd49c5880ab47 (patch) | |
tree | edb491d84ab22c1e4dc7bbd81bd58ab172805f65 /audio.asm | |
parent | f4a31b3e0b7ca89e14c4e3836f3d3ad15f38e5ce (diff) |
Rename/organize part 3 of 4
rename functions, clean up address/wram comments, other misc
only broken up so that all changes are viewable on github
Diffstat (limited to 'audio.asm')
-rw-r--r-- | audio.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -443,7 +443,7 @@ Music_Cities1AlternateTempo:: ; 0x9b81 ld [wcfc9], a ld a, $ff ld [wMusicHeaderPointer], a - ld c, $64 + ld c, 100 call DelayFrames ld c, BANK(Music_Cities1) ld a, MUSIC_CITIES1 @@ -557,7 +557,7 @@ Music8_OverwriteChannelPointer: ; 2231d (8:631d) SECTION "Audio Engine 3", ROMX, BANK[AUDIO_3] -Func_7d13b:: ; 7d13b (1f:513b) +PlayPokedexRatingSfx:: ; 7d13b (1f:513b) ld a, [$ffdc] ld c, $0 ld hl, OwnedMonValues |