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 @@
|
||||
BattleCommand_TripleKick: ; 346b2
|
||||
BattleCommand_TripleKick:
|
||||
; triplekick
|
||||
|
||||
ld a, [wKickCounter]
|
||||
@@ -26,14 +26,12 @@ BattleCommand_TripleKick: ; 346b2
|
||||
ld [hl], a
|
||||
ret
|
||||
|
||||
; 346cd
|
||||
|
||||
|
||||
BattleCommand_KickCounter: ; 346cd
|
||||
BattleCommand_KickCounter:
|
||||
; kickcounter
|
||||
|
||||
ld hl, wKickCounter
|
||||
inc [hl]
|
||||
ret
|
||||
|
||||
; 346d2
|
||||
|
||||
Reference in New Issue
Block a user