diff options
| author | Mr Wint <MrWint42@gmail.com> | 2013-03-12 01:52:32 +0100 |
|---|---|---|
| committer | Mr Wint <MrWint42@gmail.com> | 2013-03-12 01:52:32 +0100 |
| commit | 120235c3937fb47fc85388f8da5360178294d5d1 (patch) | |
| tree | b5496f5a2b1a99e5d9a2bb881185124aad8d0f11 /music.asm | |
| parent | in-battle enemy move selection routines (diff) | |
| download | pokeyellow-120235c3937fb47fc85388f8da5360178294d5d1.tar.gz pokeyellow-120235c3937fb47fc85388f8da5360178294d5d1.tar.xz pokeyellow-120235c3937fb47fc85388f8da5360178294d5d1.zip | |
formatted attack effects and use more EQUs
automatically extracted and included a bunch of assembly
Diffstat (limited to 'music.asm')
| -rw-r--r-- | music.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7918,6 +7918,7 @@ UnknSong_md_9b17: db $da
db $fb
+Func_9b47:
mus_note noteC, note2_4_8_16
mus_note noteC, note8_16; 9B48
mus_note noteD#, note2_4_8_16
@@ -7955,6 +7956,7 @@ UnknSong_md_9b17: mus_note noteD, note8_16
mus_note noteRst, note2_8
+Func_9b65:
mus_note noteC, note2_4_8_16
mus_note noteC, note8_16; 9B66
mus_note noteD#, note2_4_8_16
@@ -7976,6 +7978,7 @@ UnknSong_md_9b17: mus_note noteF#, note16
mus_note noteF, note2_4
+Func_9b75:
mus_note noteRst, note2_4_8; 9B75
mus_note noteE, note2
@@ -14677,4 +14680,4 @@ Pokecenter_md_2: ;0xbef9 - bf6f (118 bytes) INCBIN "baserom.gbc",$bef9,$bf70 - $bef9
Pokecenter_md_3: ;0xbf70 - bfff (143 bytes)
-INCBIN "baserom.gbc",$bf70,$c000 - $bf70
\ No newline at end of file +INCBIN "baserom.gbc",$bf70,$c000 - $bf70
|
