diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 11:44:22 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 11:44:22 -0400 |
commit | 97b960f4a2e70a544483d1e2fde7a607acbc268e (patch) | |
tree | 959e6841428451aaac67dab90ce56298bc0c03ca | |
parent | f3a2242a9cbb3b31cb9840ea7b795068e87de21f (diff) |
Fix missing colons and missing LF at EOF
-rwxr-xr-x | audio/music/jessieandjames.asm | 2 | ||||
-rw-r--r-- | audio/sfx/unknown_8058b.asm | 2 | ||||
-rw-r--r-- | audio/sfx/unknown_80be2.asm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/music/jessieandjames.asm b/audio/music/jessieandjames.asm index 1f902630..0d349ddb 100755 --- a/audio/music/jessieandjames.asm +++ b/audio/music/jessieandjames.asm @@ -300,4 +300,4 @@ Music_JessieAndJames_Ch3: rest 1 E_ 1 rest 1 - loopchannel 0, .loop
\ No newline at end of file + loopchannel 0, .loop diff --git a/audio/sfx/unknown_8058b.asm b/audio/sfx/unknown_8058b.asm index e954640a..ef71f9fb 100644 --- a/audio/sfx/unknown_8058b.asm +++ b/audio/sfx/unknown_8058b.asm @@ -10,7 +10,7 @@ SFX_8058b_4_Ch4: unknownsfx0x20 $f, $91, $20, $07 endchannel -SFX_805ae_4_Ch5 +SFX_805ae_4_Ch5: dutycycle $79 unknownsfx0x20 $a, $e7, $82, $06 unknownsfx0x20 $2, $e7, $62, $06 diff --git a/audio/sfx/unknown_80be2.asm b/audio/sfx/unknown_80be2.asm index a257d6e0..3677f49b 100644 --- a/audio/sfx/unknown_80be2.asm +++ b/audio/sfx/unknown_80be2.asm @@ -22,7 +22,7 @@ SFX_80c05_4_Ch5: unknownsfx0x20 $8, $b1, $51, $06 endchannel -SFX_80c28_4_Ch7 +SFX_80c28_4_Ch7: unknownnoise0x20 $6, $e3, $4c unknownnoise0x20 $4, $c3, $3c unknownnoise0x20 $5, $d4, $3c |