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 @@
|
||||
ShowLinkBattleParticipants: ; 2ee18
|
||||
ShowLinkBattleParticipants:
|
||||
; If we're not in a communications room,
|
||||
; we don't need to be here.
|
||||
ld a, [wLinkMode]
|
||||
@@ -12,7 +12,7 @@ ShowLinkBattleParticipants: ; 2ee18
|
||||
call ClearSprites
|
||||
ret
|
||||
|
||||
FindFirstAliveMonAndStartBattle: ; 2ee2f
|
||||
FindFirstAliveMonAndStartBattle:
|
||||
xor a
|
||||
ld [hMapAnims], a
|
||||
call DelayFrame
|
||||
@@ -46,7 +46,7 @@ FindFirstAliveMonAndStartBattle: ; 2ee2f
|
||||
ld [hMapAnims], a
|
||||
ret
|
||||
|
||||
PlayBattleMusic: ; 2ee6c
|
||||
PlayBattleMusic:
|
||||
push hl
|
||||
push de
|
||||
push bc
|
||||
@@ -148,7 +148,7 @@ PlayBattleMusic: ; 2ee6c
|
||||
pop hl
|
||||
ret
|
||||
|
||||
ClearBattleRAM: ; 2ef18
|
||||
ClearBattleRAM:
|
||||
xor a
|
||||
ld [wBattlePlayerAction], a
|
||||
ld [wBattleResult], a
|
||||
|
||||
Reference in New Issue
Block a user