diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:48:24 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-11 17:50:20 -0700 |
| commit | 7e112672b436afee27f1a5a0d6e7a5964e7829b2 (patch) | |
| tree | 9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /audio/engine_3.asm | |
| parent | Merge branch 'master' of github.com:pret/pokeyellow (diff) | |
| download | pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.gz pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.xz pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.zip | |
remove address comments
Diffstat (limited to 'audio/engine_3.asm')
| -rw-r--r-- | audio/engine_3.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/engine_3.asm b/audio/engine_3.asm index 71416dbc..418ee10b 100644 --- a/audio/engine_3.asm +++ b/audio/engine_3.asm @@ -1,6 +1,6 @@ ; The third of three duplicated sound engines. -Audio3_PlaySound:: ; 7d10d (1f:510d) +Audio3_PlaySound:: ld [wSoundID], a ld a, [wSoundID] cp $ff @@ -15,7 +15,7 @@ Audio3_PlaySound:: ; 7d10d (1f:510d) call InitMusicVariables jp Audio3_7d192 -Audio3_7d12d: ; 7d12d (1f:512d) +Audio3_7d12d: ld l, a ld e, a ld h, $0 @@ -81,11 +81,11 @@ Audio3_7d12d: ; 7d12d (1f:512d) dec c jp .asm_7d146 -Audio3_7d18e: ; 7d18e (1f:518e) +Audio3_7d18e: call StopAllAudio ret -Audio3_7d192: ; 7d192 (1f:5192) +Audio3_7d192: ld a, [wSoundID] ld l, a ld e, a @@ -186,5 +186,5 @@ Audio3_7d192: ; 7d192 (1f:5192) .asm_7d21f ret -Noise3_endchannel: ; 7d220 (1f:5220) - endchannel
\ No newline at end of file +Noise3_endchannel: + endchannel |
