You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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
|
||||
|
||||
Reference in New Issue
Block a user