diff options
author | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-20 17:18:00 -0600 |
---|---|---|
committer | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-20 17:18:00 -0600 |
commit | 25fd51171427419dc29bbd07c4ceea93369e2de0 (patch) | |
tree | 21cd2e758d74f98e2bd72320afd191ba49272a19 | |
parent | fa11f7bd88d5f3ca91982493b4044202185e6d06 (diff) |
labeled Pokemon Healed music data
hg-commit-id: 5986ad3e5b6c
-rw-r--r-- | common.asm | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -3108,11 +3108,11 @@ db $02 ;Pokemon Get Healed PkmnHealed_mh: ;0x82B8 - 0x82C0 db $80 - dw $5BA3 ;Channel 1 + dw PkmnHealed_md_1 ;Channel 1 db $01 - dw $5BC4 ;Channel 2 + dw PkmnHealed_md_2 ;Channel 2 db $02 - dw $5BD2 ;Channel 3 + dw PkmnHealed_md_3 ;Channel 3 ;Routes 1 and 2 Routes1_mh: ;0x82C1 - 0x82CC @@ -3173,7 +3173,16 @@ db $03 ; The start and stop of these byte ranges were based off the theory they're lined ; consecutively (Right up against each other). -INCBIN "baserom.gbc",$82FD,$9bde - $82FD +INCBIN "baserom.gbc",$82FD,$9ba3 - $82FD + +PkmnHealed_md_1: ;9BA3 - 9BC3 +INCBIN "baserom.gbc",$9ba3,$9bc4 - $9ba3 + +PkmnHealed_md_2: ;9BC4 - 9BD1 +INCBIN "baserom.gbc",$9bc4,$9bd2 - $9bc4 + +PkmnHealed_md_3: ;9BD2 - 9BDD +INCBIN "baserom.gbc",$9bd2,$9bde - $9bd2 GlobalSongSpeed: ;9bde - 9bdf (2-byte data) dw $ED ;Not a pointer, (supposedly) speed of songs on all channels |