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 all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PhoneRing_CopyTilemapAtOnce: ; 4d188
|
||||
PhoneRing_CopyTilemapAtOnce:
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
jp z, WaitBGMap
|
||||
@@ -41,7 +41,7 @@ PhoneRing_CopyTilemapAtOnce: ; 4d188
|
||||
ld [hBGMapMode], a
|
||||
ret
|
||||
|
||||
.CopyTilemapAtOnce: ; 4d1cb
|
||||
.CopyTilemapAtOnce:
|
||||
ld [hSPBuffer], sp
|
||||
ld sp, hl
|
||||
ld a, [hBGMapAddress + 1]
|
||||
|
||||
Reference in New Issue
Block a user