diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 14:21:26 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 14:21:26 -0400 |
commit | b86d0da040448f286aa65ff5b2bacb05fff200a8 (patch) | |
tree | 279f45553f127c3abdf0e4686dd6c6240e2c06c2 | |
parent | 3aabca9baa859b3761235db8cb55b52837b5f5dc (diff) |
less arbitrary wram clearing in game init
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |