Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -1,4 +1,4 @@
ApplyPokerusTick: ; 13988
ApplyPokerusTick:
; decreases all pokemon's pokerus counter by b. if the lower nybble reaches zero, the pokerus is cured.
ld hl, wPartyMon1PokerusStatus ; wPartyMon1 + MON_PKRS
ld a, [wPartyCount]

View File

@@ -1,4 +1,4 @@
_CheckPokerus: ; 4d860
_CheckPokerus:
; Return carry if a monster in your party has Pokerus
; Get number of monsters to iterate over

View File

@@ -1,4 +1,4 @@
GivePokerusAndConvertBerries: ; 2ed44
GivePokerusAndConvertBerries:
call ConvertBerriesToBerryJuice
ld hl, wPartyMon1PokerusStatus
ld a, [wPartyCount]
@@ -121,7 +121,7 @@ GivePokerusAndConvertBerries: ; 2ed44
ld [hl], a
ret
ConvertBerriesToBerryJuice: ; 2ede6
ConvertBerriesToBerryJuice:
; If we haven't been to Goldenrod City at least once,
; prevent Shuckle from turning held Berry into Berry Juice.
ld hl, wStatusFlags2