Battle animation annotations

This commit is contained in:
PikalaxALT
2016-03-01 22:31:21 -05:00
parent e044b8ec08
commit 599e6e8d16
49 changed files with 761 additions and 772 deletions

View File

@@ -15,7 +15,7 @@ noise: macro
endm
musicheader: macro
; number of tracks, ??, address
; number of tracks, track idx, address
dbw ((\1 - 1) << 6) + (\2 - 1), \3
endm