Remove HRAM label address comments

This commit is contained in:
Rangi
2018-08-25 14:39:24 -04:00
parent 1c0fff7668
commit 7aa1c1f388
8 changed files with 22 additions and 22 deletions

View File

@@ -400,7 +400,7 @@ NamingScreenJoypadLoop:
ret
.ReadButtons:
ld hl, hJoyPressed ; $ffa7
ld hl, hJoyPressed
ld a, [hl]
and A_BUTTON
jr nz, .a
@@ -1083,7 +1083,7 @@ INCBIN "gfx/icons/mail_big.2bpp"
ret
.process_joypad
ld hl, hJoyPressed ; $ffa7
ld hl, hJoyPressed
ld a, [hl]
and A_BUTTON
jr nz, .a

View File

@@ -39,7 +39,7 @@ SaveMenu_CopyTilemapAtOnce:
ret
.CopyTilemapAtOnce:
ld [hSPBuffer], sp ; $ffd9
ld [hSPBuffer], sp
ld sp, hl
ldh a, [hBGMapAddress + 1]
ld h, a