From daf4fc87ae66e2c3d56840774efba10a9b903ee3 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 8 Sep 2014 23:32:33 -0700 Subject: Add comments regarding menus and sprites --- home.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 2eea88ea..870fb99a 100644 --- a/home.asm +++ b/home.asm @@ -1936,7 +1936,8 @@ DisplayListMenuID:: ; 2be6 (0:2be6) ld a,$0d ; list menu text box ID ld [wd125],a call DisplayTextBoxID ; draw the menu text box - call UpdateSprites ; move sprites + call UpdateSprites ; disable sprites behind the text box +; the code up to .skipMovingSprites appears to be useless hlCoord 4, 2 ; coordinates of upper left corner of menu text box ld de,$090e ; height and width of menu text box ld a,[wListMenuID] -- cgit v1.3.1-sl0p