diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 12:30:16 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 12:30:16 -0400 |
commit | ad3fca33d3532f5dcffd22e5b88d3169675f43d0 (patch) | |
tree | db2e88ba1efa00c9957c688109a589294ba280b3 /yellow/audio.asm | |
parent | 888860a5eeec547348c6a049fdf2595c0aa1c522 (diff) |
Attempt to make yellow buildable.
Building Errors: Segmentation Error.
Diffstat (limited to 'yellow/audio.asm')
-rwxr-xr-x | yellow/audio.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yellow/audio.asm b/yellow/audio.asm index e94c7db5..973df848 100755 --- a/yellow/audio.asm +++ b/yellow/audio.asm @@ -1,2 +1,2 @@ -INCLUDE "yellow.asm" -INCLUDE "audio.asm" +;INCLUDE "yellow.asm" +;INCLUDE "audio.asm" |