mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
less arbitrary wram clearing in game init
This commit is contained in:
parent
3aabca9baa
commit
b86d0da040
6
main.asm
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user