mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
move musicdata to files in /music, data removed fn
This commit is contained in:
parent
22ac1dfaf0
commit
b7c788c654
@ -3198,7 +3198,6 @@ octave: MACRO
|
|||||||
notetype: MACRO
|
notetype: MACRO
|
||||||
db $d8
|
db $d8
|
||||||
db \1
|
db \1
|
||||||
db \2
|
|
||||||
ENDM
|
ENDM
|
||||||
forceoctave: MACRO
|
forceoctave: MACRO
|
||||||
db $d9
|
db $d9
|
||||||
|
1
music/championbattle.asm
Normal file
1
music/championbattle.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ea9c1,$ead99 - $ea9c1
|
1
music/darkcave.asm
Normal file
1
music/darkcave.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ea2be,$ea50d - $ea2be
|
1
music/elmslab.asm
Normal file
1
music/elmslab.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ea040,$ea2be - $ea040
|
1
music/goldenrodcity.asm
Normal file
1
music/goldenrodcity.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$eb453,$eb676 - $eb453
|
1
music/johtogymleaderbattle.asm
Normal file
1
music/johtogymleaderbattle.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ea50d,$ea9c1 - $ea50d
|
1
music/lookpokemaniac.asm
Normal file
1
music/lookpokemaniac.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ebde1,$ebeab - $ebde1
|
1
music/newbarktown.asm
Normal file
1
music/newbarktown.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$eb2d3,$eb453 - $eb2d3
|
17
music/nothing.asm
Normal file
17
music/nothing.asm
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
; 0xe91a3
|
||||||
|
db $c0
|
||||||
|
dw Music_Nothing_Ch1
|
||||||
|
db $01
|
||||||
|
dw Music_Nothing_Ch2
|
||||||
|
db $02
|
||||||
|
dw Music_Nothing_Ch3
|
||||||
|
db $03
|
||||||
|
dw Music_Nothing_Ch4
|
||||||
|
; 0xe91af
|
||||||
|
|
||||||
|
Music_Nothing_Ch1: ; 0xe91af
|
||||||
|
Music_Nothing_Ch2: ; 0xe91af
|
||||||
|
Music_Nothing_Ch3: ; 0xe91af
|
||||||
|
Music_Nothing_Ch4: ; 0xe91af
|
||||||
|
endchannel ; end
|
||||||
|
; 0xe91b0
|
1
music/rivalbattle.asm
Normal file
1
music/rivalbattle.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$e974f,$e9b6f - $e974f
|
1
music/rocketbattle.asm
Normal file
1
music/rocketbattle.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$e9b6f,$ea040 - $e9b6f
|
1
music/route36.asm
Normal file
1
music/route36.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$e94e9,$e974f - $e94e9
|
1
music/ruinsofalphinterior.asm
Normal file
1
music/ruinsofalphinterior.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ebd9e,$ebde1 - $ebd9e
|
1
music/ssaqua.asm
Normal file
1
music/ssaqua.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ead99,$eb2d3 - $ead99
|
1
music/titlescreen.asm
Normal file
1
music/titlescreen.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$eb808,$ebd9e - $eb808
|
1
music/trainervictory.asm
Normal file
1
music/trainervictory.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$ebeab,$ebfc3 - $ebeab
|
1
music/vermilioncity.asm
Normal file
1
music/vermilioncity.asm
Normal file
@ -0,0 +1 @@
|
|||||||
|
INCBIN "baserom.gbc",$eb676,$eb808 - $eb676
|
Loading…
x
Reference in New Issue
Block a user