You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -28,7 +28,6 @@ BeastsCheck:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
|
||||
MonCheck:
|
||||
; Check if the player owns any Pokémon of the species in wScriptVar.
|
||||
; Return the result in wScriptVar.
|
||||
@@ -46,7 +45,6 @@ MonCheck:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
|
||||
CheckOwnMonAnywhere:
|
||||
; Check if the player owns any monsters of the species in wScriptVar.
|
||||
; It must exist in either party or PC, and have the player's OT and ID.
|
||||
@@ -178,7 +176,6 @@ CheckOwnMonAnywhere:
|
||||
and a
|
||||
ret
|
||||
|
||||
|
||||
CheckOwnMon:
|
||||
; Check if a Pokémon belongs to the player and is of a specific species.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user