You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove HRAM label address comments
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user