diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-18 13:20:35 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-18 13:20:35 +0700 |
commit | 89f8e366d65c15b8645564b3e2409070ac9717a4 (patch) | |
tree | bfdfeca0aaa7b708a4a971dc42a2a19a33c4a0cc | |
parent | 4192cd4e3a8f940e02023dfb3baa3196c4530244 (diff) |
Music -> SongHeaderPointers
-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 |