mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +13:00
Move music back. Music has pointers that need to change.
hg-commit-id: 355ceca6c2ba
This commit is contained in:
parent
83b516d501
commit
7c03eac5bb
4 changed files with 7 additions and 6 deletions
13
common.asm
13
common.asm
|
|
@ -3175,14 +3175,15 @@ INCBIN "baserom.gbc",$82FD,$A7C5 - $82FD
|
||||||
; Music Data
|
; Music Data
|
||||||
; The start and stop of these byte ranges were based off the theory they're lined
|
; The start and stop of these byte ranges were based off the theory they're lined
|
||||||
; consecutively (Right up against each other).
|
; consecutively (Right up against each other).
|
||||||
PalletTown_md_1:
|
|
||||||
INCBIN "music/PalletTownCh1.md" ;0xA7C5-0xA85E (153 bytes)
|
|
||||||
|
|
||||||
PalletTown_md_2:
|
PalletTown_md_1: ; 0xa7c5 (154 bytes)
|
||||||
INCBIN "music/PalletTownCh2.md" ;0xA85F-0xA8DD (126 bytes)
|
INCBIN "baserom.gbc",$a7c5,$a85f - $a7c5
|
||||||
|
|
||||||
PalletTown_md_3:
|
PalletTown_md_2: ; 0xa85f (127 bytes)
|
||||||
INCBIN "music/PalletTownCh3.md" ;0xA8DE-0xAA75 (407 bytes) ;Suspiciously Big
|
INCBIN "baserom.gbc",$a85f,$a8de - $a85f
|
||||||
|
|
||||||
|
PalletTown_md_3: ; 0xa8de (408 bytes)
|
||||||
|
INCBIN "baserom.gbc",$a8de,$aa76 - $a8de
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$AA76,$C000 - $AA76
|
INCBIN "baserom.gbc",$AA76,$C000 - $AA76
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue