Get rid of one-byte incbins in sound data.

This commit is contained in:
yenatch 2015-01-27 15:04:01 -08:00
parent 5aec11492d
commit fe230e2e7d
13 changed files with 73 additions and 219 deletions

View File

@ -4,9 +4,7 @@ Music_DancingHall: ; ef9bc
dbw $02, Music_DancingHall_Ch3
; ef9c5
INCBIN "baserom.gbc", $ef9c5, $ef9c6 - $ef9c5
db $3
Music_DancingHall_Ch1: ; ef9c6
tempo 208

View File

@ -4,9 +4,7 @@ Music_KantoTrainerBattle: ; ec9fa
dbw $02, Music_KantoTrainerBattle_Ch3
; eca03
INCBIN "baserom.gbc", $eca03, $eca04 - $eca03
db $3
Music_KantoTrainerBattle_Ch1: ; eca04
tempo 114

View File

@ -4,9 +4,7 @@ Music_KantoWildBattle: ; ed06d
dbw $02, Music_KantoWildBattle_Ch3
; ed076
INCBIN "baserom.gbc", $ed076, $ed077 - $ed076
db $3
Music_KantoWildBattle_Ch1: ; ed077
tempo 112

View File

@ -4,9 +4,7 @@ Music_LavenderTown: ; ef72f
dbw $02, Music_LavenderTown_Ch3
; ef738
INCBIN "baserom.gbc", $ef738, $ef739 - $ef738
db $3
Music_LavenderTown_Ch1: ; ef739
tempo 160

View File

@ -4,9 +4,7 @@ Music_LookKimonoGirl: ; f79b8
dbw $02, Music_LookKimonoGirl_Ch3
; f79c1
INCBIN "baserom.gbc", $f79c1, $f79c2 - $f79c1
db $3
Music_LookKimonoGirl_Ch1: ; f79c2
tempo 160

View File

@ -61,9 +61,7 @@ Music_LookYoungster_branch_f66ea: ; f66ea
loopchannel 0, Music_LookYoungster_branch_f66ea
; f670e
INCBIN "baserom.gbc", $f670e, $f670f - $f670e
db $ff
Music_LookYoungster_Ch2: ; f670f
stereopanning $f0
@ -162,9 +160,7 @@ Music_LookYoungster_branch_f672f: ; f672f
loopchannel 0, Music_LookYoungster_branch_f672f
; f6783
INCBIN "baserom.gbc", $f6783, $f6784 - $f6783
db $ff
Music_LookYoungster_Ch3: ; f6784
stereopanning $ff
@ -300,8 +296,6 @@ Music_LookYoungster_branch_f67ae: ; f67ae
loopchannel 0, Music_LookYoungster_branch_f67ae
; f6810
INCBIN "baserom.gbc", $f6810, $f6811 - $f6810
db $ff

View File

@ -4,9 +4,7 @@ Music_NewBarkTown: ; eb2d3
dbw $02, Music_NewBarkTown_Ch3
; eb2dc
INCBIN "baserom.gbc", $eb2dc, $eb2dd - $eb2dc
db $3
Music_NewBarkTown_Ch1: ; eb2dd
tempo 187

View File

@ -3,9 +3,7 @@ Music_PostCredits: ; cfd9e
dbw $01, Music_PostCredits_Ch2
; cfda4
INCBIN "baserom.gbc", $cfda4, $cfda5 - $cfda4
db $2
Music_PostCredits_Ch1: ; cfda5
tempo 271

View File

@ -4,9 +4,7 @@ Music_ProfOaksPokemonTalk: ; f4c9f
dbw $02, Music_ProfOaksPokemonTalk_Ch3
; f4ca8
INCBIN "baserom.gbc", $f4ca8, $f4ca9 - $f4ca8
db $3
Music_ProfOaksPokemonTalk_Ch1: ; f4ca9
tempo 164

View File

@ -4,9 +4,7 @@ Music_Route1: ; ec000
dbw $02, Music_Route1_Ch3
; ec009
INCBIN "baserom.gbc", $ec009, $ec00a - $ec009
db $3
Music_Route1_Ch1: ; ec00a
stereopanning $f

View File

@ -4,9 +4,7 @@ Music_Surf: ; f518a
dbw $02, Music_Surf_Ch3
; f5193
INCBIN "baserom.gbc", $f5193, $f5194 - $f5193
db $3
Music_Surf_Ch1: ; f5194
tempo 108

View File

@ -4,9 +4,7 @@ Music_VermilionCity: ; eb676
dbw $02, Music_VermilionCity_Ch3
; eb67f
INCBIN "baserom.gbc", $eb67f, $eb680 - $eb67f
db $3
Music_VermilionCity_Ch1: ; eb680
stereopanning $f

File diff suppressed because it is too large Load Diff