Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -1168,7 +1168,6 @@ Function1050c8:
|
||||
.okay
|
||||
jp CloseSRAM
|
||||
|
||||
|
||||
BackupMysteryGift:
|
||||
call GetMysteryGiftBank
|
||||
ld hl, sMysteryGiftItem
|
||||
@@ -1180,7 +1179,6 @@ BackupMysteryGift:
|
||||
ld [de], a
|
||||
jp CloseSRAM
|
||||
|
||||
|
||||
RestoreMysteryGift:
|
||||
call GetMysteryGiftBank
|
||||
ld hl, sBackupMysteryGiftItem
|
||||
@@ -1202,12 +1200,10 @@ MysteryGift_ClearTrainerData:
|
||||
jr nz, .loop
|
||||
ret
|
||||
|
||||
|
||||
GetMysteryGiftBank:
|
||||
ld a, BANK(sBackupMysteryGiftItem)
|
||||
jp GetSRAMBank
|
||||
|
||||
|
||||
StagePartyDataForMysteryGift:
|
||||
; You will be sending this data to your mystery gift partner.
|
||||
; Structure is the same as a trainer with species and moves
|
||||
@@ -1493,7 +1489,6 @@ String_PressAToLink_BToCancel_JP:
|
||||
next "つうしん<WO>ちゅうし します"
|
||||
db "@"
|
||||
|
||||
|
||||
Text_ReceivedCard:
|
||||
text_jump UnknownText_0x1c051a
|
||||
db "@"
|
||||
|
Reference in New Issue
Block a user