You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove all address comments
This commit is contained in:
@@ -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]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
_CheckPokerus: ; 4d860
|
||||
_CheckPokerus:
|
||||
; Return carry if a monster in your party has Pokerus
|
||||
|
||||
; Get number of monsters to iterate over
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user