diff options
-rw-r--r-- | audio/engine.asm | 2 | ||||
-rw-r--r-- | audio/song_header_pointers.inc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index aa9f133..f722621 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -2527,7 +2527,7 @@ _PlayMusic:: ld [hl], e inc hl ld [hl], d - ld hl, Music + ld hl, SongHeaderPointers add hl, de add hl, de add hl, de diff --git a/audio/song_header_pointers.inc b/audio/song_header_pointers.inc index 445044f..b43798b 100644 --- a/audio/song_header_pointers.inc +++ b/audio/song_header_pointers.inc @@ -1,4 +1,3 @@ -Music: SongHeaderPointers: dba Music_None dba Music_Title |