Some more WRAM cleanup

This commit is contained in:
Remy Oukaour
2017-12-23 11:34:55 -05:00
parent 2f9f2317a3
commit 1d2df3bba1
4 changed files with 69 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ UnownPuzzle: ; e1190
xor a
ld [hBGMapMode], a
call DisableLCD
ld hl, wMisc
ld hl, wMisc ; includes wPuzzlePieces
ld bc, wMiscEnd - wMisc
xor a
call ByteFill