diff options
Diffstat (limited to 'home/battle.asm')
-rw-r--r-- | home/battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm index d1f59ad81..758c15ae1 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -275,7 +275,7 @@ Function3a90:: ; 3a90 ld l, a ld a, d ld h, a - ld de, $d00c + ld de, wd00c ld bc, $0028 call CopyBytes pop af |