shithub: pokered

Download patch

ref: f4c48cca7ade0247f45d5fc5e3b31a3bc9419448
parent: b3f714df8dcd4067c90a312f301de63c35a068e0
author: IIMarckus <[email protected]>
date: Fri Dec 3 15:57:23 EST 2010

fix typo, thx Sawakita

hg-commit-id: 6d5855c95eb8


--- a/pokered.asm
+++ b/pokered.asm
@@ -622,7 +622,6 @@
 	ld a,2     ; bank of song
 	ld c,a
 	ld a,$EF    ; song #
-	ld a,$D9
 	call $23A1  ; plays music
 	call ClearScreen
 	call $36A0