diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
commit | 6d333bed5fde0c2da0a6a9df2ccae83933400e42 (patch) | |
tree | 0485e425e27cdb5d373bbd7fad10af5dfc00fbd5 /audio/engine.asm | |
parent | 446f1846b1c614ab1538d1ce11aa2781c22717f2 (diff) |
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index bcd14ab8d..d394067c3 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -1615,9 +1615,9 @@ Music_JumpIf: ret MusicEE: +; unused ; conditional jump ; checks a byte in ram corresponding to the current channel -; doesn't seem to be set by any commands ; params: 2 ; ll hh ; pointer @@ -1667,15 +1667,15 @@ MusicEE: ret MusicF9: +; unused ; sets some flag -; seems to be unused ; params: 0 ld a, TRUE ld [wUnusedMusicF9Flag], a ret MusicE2: -; seems to have been dummied out +; unused ; params: 1 call GetMusicByte ld hl, CHANNEL_FIELD2C |