diff options
author | YamaArashi <shadow962@live.com> | 2014-09-08 23:32:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2014-09-08 23:32:33 -0700 |
commit | daf4fc87ae66e2c3d56840774efba10a9b903ee3 (patch) | |
tree | dfcafe62237afac0f3de7fef3b024de40e37a991 /home.asm | |
parent | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (diff) |
Add comments regarding menus and sprites
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |