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,6 +1,6 @@
|
||||
; See also data/items/heal_status.asm
|
||||
|
||||
HeldStatusHealingEffects: ; 3de44
|
||||
HeldStatusHealingEffects:
|
||||
db HELD_HEAL_POISON, 1 << PSN
|
||||
db HELD_HEAL_FREEZE, 1 << FRZ
|
||||
db HELD_HEAL_BURN, 1 << BRN
|
||||
@@ -8,4 +8,3 @@ HeldStatusHealingEffects: ; 3de44
|
||||
db HELD_HEAL_PARALYZE, 1 << PAR
|
||||
db HELD_HEAL_STATUS, ALL_STATUS
|
||||
db -1 ; end
|
||||
; 3de51
|
||||
|
||||
Reference in New Issue
Block a user