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:
@@ -188,7 +188,6 @@ CheckPokeMail::
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
|
||||
GivePokeMail::
|
||||
ld a, [wPartyCount]
|
||||
dec a
|
||||
@@ -237,7 +236,6 @@ GivePokeMail::
|
||||
ld [de], a
|
||||
jp CloseSRAM
|
||||
|
||||
|
||||
BackupPartyMonMail:
|
||||
ld a, BANK(sPartyMail)
|
||||
call GetSRAMBank
|
||||
@@ -277,7 +275,6 @@ DeletePartyMonMail:
|
||||
call ByteFill
|
||||
jp CloseSRAM
|
||||
|
||||
|
||||
IsAnyMonHoldingMail:
|
||||
ld a, [wPartyCount]
|
||||
and a
|
||||
|
||||
Reference in New Issue
Block a user