diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
| commit | b83acb03e50c4314e082e642bdb429346892d040 (patch) | |
| tree | 37d41244ef64c7bacde8879513a03bd5aab34cec /audio/engine_1.asm | |
| parent | Clean up music bank references (diff) | |
| download | pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.gz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.xz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.zip | |
Clean up white space
Diffstat (limited to 'audio/engine_1.asm')
| -rw-r--r-- | audio/engine_1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine_1.asm b/audio/engine_1.asm index 4177e14d..8343074a 100644 --- a/audio/engine_1.asm +++ b/audio/engine_1.asm @@ -31,7 +31,7 @@ Music2_UpdateMusic:: ; 0x9103 ld a, c inc c ; inc channel number cp CH7 - jr nz, .loop + jr nz, .loop ret ; this routine checks flags for music effects currently applied @@ -389,7 +389,7 @@ Music2_vibrato: ; 0x9335 ld b, $0 ld hl, wc04e add hl, bc - ld [hl], a ; store delay + ld [hl], a ; store delay ld hl, wc06e add hl, bc ld [hl], a ; store delay |
