More work on slots; WRAM cleanup, Move Deleter

This commit is contained in:
PikalaxALT
2015-12-19 14:48:30 -05:00
parent 3d36f1a837
commit 987ed1fafb
37 changed files with 477 additions and 492 deletions

View File

@@ -489,14 +489,14 @@ endr
ret
; 1fbf
ResetTextRelatedRAM:: ; 1fbf
ClearWindowData:: ; 1fbf
ld hl, wWindowStackPointer
call .bytefill
ld hl, wMenuDataHeader
call .bytefill
ld hl, wMenuData2Flags
call .bytefill
ld hl, wcfa1
ld hl, w2DMenuCursorInitY
call .bytefill
ld a, [rSVBK]