Skip to content

Commit

Permalink
Identify sfx commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroDeoxys committed Nov 12, 2024
1 parent e4cf3fc commit 1861304
Show file tree
Hide file tree
Showing 102 changed files with 7,636 additions and 7,620 deletions.
4 changes: 2 additions & 2 deletions src/audio/music1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Music1_Init:
ld [wMusicPanning], a
xor a
ld [wdd8c], a
ld [wde53], a
ld [wSFXIsPlaying], a
ld [wMusicWaveChange], a
ld [wddef], a
ld [wddf0], a
Expand Down Expand Up @@ -1382,7 +1382,7 @@ Music1_f4866:
ld d, a
xor $ff
ld e, a
ld a, [hld]
ld a, [hld] ; wdd85
and d
ld d, a
ld a, [hl]
Expand Down
4 changes: 2 additions & 2 deletions src/audio/music2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Music2_Init:
ld [wMusicPanning], a
xor a
ld [wdd8c], a
ld [wde53], a
ld [wSFXIsPlaying], a
ld [wMusicWaveChange], a
ld [wddef], a
ld [wddf0], a
Expand Down Expand Up @@ -1382,7 +1382,7 @@ Music2_f4866:
ld d, a
xor $ff
ld e, a
ld a, [hld]
ld a, [hld] ; wdd85
and d
ld d, a
ld a, [hl]
Expand Down
Loading

0 comments on commit 1861304

Please sign in to comment.