summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-09-08 23:32:33 -0700
committerYamaArashi <shadow962@live.com>2014-09-08 23:32:33 -0700
commitdaf4fc87ae66e2c3d56840774efba10a9b903ee3 (patch)
treedfcafe62237afac0f3de7fef3b024de40e37a991 /home.asm
parent59f0507e4cd0693eb89f5ab3e44cb3c442666140 (diff)
Add comments regarding menus and sprites
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm3
1 files changed, 2 insertions, 1 deletions
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]