move musicdata to files in /music, data removed fn

This commit is contained in:
padz 2012-11-03 03:25:08 -04:00
parent 22ac1dfaf0
commit b7c788c654
18 changed files with 60 additions and 7218 deletions

View File

@ -3198,7 +3198,6 @@ octave: MACRO
notetype: MACRO
db $d8
db \1
db \2
ENDM
forceoctave: MACRO
db $d9

7245
main.asm

File diff suppressed because it is too large Load Diff

1
music/championbattle.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ea9c1,$ead99 - $ea9c1

1
music/darkcave.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ea2be,$ea50d - $ea2be

1
music/elmslab.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ea040,$ea2be - $ea040

1
music/goldenrodcity.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$eb453,$eb676 - $eb453

View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ea50d,$ea9c1 - $ea50d

1
music/lookpokemaniac.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ebde1,$ebeab - $ebde1

1
music/newbarktown.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$eb2d3,$eb453 - $eb2d3

17
music/nothing.asm Normal file
View 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
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$e974f,$e9b6f - $e974f

1
music/rocketbattle.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$e9b6f,$ea040 - $e9b6f

1
music/route36.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$e94e9,$e974f - $e94e9

View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ebd9e,$ebde1 - $ebd9e

1
music/ssaqua.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ead99,$eb2d3 - $ead99

1
music/titlescreen.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$eb808,$ebd9e - $eb808

1
music/trainervictory.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$ebeab,$ebfc3 - $ebeab

1
music/vermilioncity.asm Normal file
View File

@ -0,0 +1 @@
INCBIN "baserom.gbc",$eb676,$eb808 - $eb676