From b86d0da040448f286aa65ff5b2bacb05fff200a8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 30 Aug 2013 14:21:26 -0400 Subject: [PATCH] less arbitrary wram clearing in game init --- main.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.asm b/main.asm index b14eb9995..9b39ebcc7 100644 --- a/main.asm +++ b/main.asm @@ -13225,17 +13225,17 @@ Function5ba7: ; 5ba7 Function5bae: ; 5bae ld hl, Sprites - ld bc, $0bcc + ld bc, Options - Sprites xor a call ByteFill ld hl, $d000 - ld bc, $047b + ld bc, PlayerID - $d000 xor a call ByteFill ld hl, PlayerID - ld bc, $0b7a + ld bc, $dff5 - PlayerID xor a call ByteFill