Remove more address comments

This commit is contained in:
Rangi
2018-06-24 21:39:23 -04:00
parent c7032617aa
commit 9afaed9b8f
16 changed files with 28 additions and 28 deletions

View File

@@ -41,14 +41,14 @@ RestoreTileBackup::
ld [hli], a
dec de
dec c
jr nz, .col ; 0x1c3b $fa
jr nz, .col
pop hl
ld bc, SCREEN_WIDTH
add hl, bc
pop bc
dec b
jr nz, .row ; 0x1c44 $ef
jr nz, .row
ret
@@ -60,7 +60,7 @@ PopWindow::
ld [de], a
inc de
dec b
jr nz, .loop ; 0x1c50 $fa
jr nz, .loop
ret
GetMenuBoxDims::

View File

@@ -40,7 +40,7 @@ InitScrollingMenu::
pop bc
jp TextBox
JoyTextDelay_ForcehJoyDown:: ; 354b joypad
JoyTextDelay_ForcehJoyDown::
call DelayFrame
ld a, [hInMenu]