diff options
author | IIMarckus <iimarckus@gmail.com> | 2010-12-03 20:57:23 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2010-12-03 20:57:23 -0700 |
commit | f4c48cca7ade0247f45d5fc5e3b31a3bc9419448 (patch) | |
tree | 50475e061a25035214309d9798397c2151c180f8 | |
parent | b3f714df8dcd4067c90a312f301de63c35a068e0 (diff) |
fix typo, thx Sawakita
hg-commit-id: 6d5855c95eb8
-rw-r--r-- | pokered.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 63e3f3c0..397d6996 100644 --- a/pokered.asm +++ b/pokered.asm @@ -622,7 +622,6 @@ OakSpeech: ; 6115 ld a,2 ; bank of song ld c,a ld a,$EF ; song # - ld a,$D9 call $23A1 ; plays music call ClearScreen call $36A0 |