Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -1112,10 +1112,8 @@ TimeCapsule_ReplaceTeruSama:
pop hl
ret
INCLUDE "data/items/catch_rate_items.asm"
Link_CopyOTData:
.loop
ld a, [hli]
@@ -1489,7 +1487,6 @@ Function28926:
call DelayFrames
jp InitTradeMenuDisplay
.Text_CantTradeLastMon:
; If you trade that #MON, you won't be able to battle.
text_jump UnknownText_0x1c41b1
@@ -1503,7 +1500,6 @@ Function28926:
text_jump UnknownText_0x1c41e6
db "@"
Function28ac9:
ld a, [wMenuCursorY]
cp 1
@@ -1964,7 +1960,6 @@ String_TooBadTheTradeWasCanceled:
db "Too bad! The trade"
next "was canceled!@"
LinkTextboxAtHL:
ld d, h
ld e, l

View File

@@ -126,7 +126,6 @@ _LoadTradeScreenBorder:
call __LoadTradeScreenBorder
ret
LinkComms_LoadPleaseWaitTextboxBorderGFX:
ld de, LinkCommsBorderGFX + $30 tiles
ld hl, vTiles2 tile $76

View File

@@ -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 "@"

View File

@@ -145,7 +145,6 @@ MysteryGiftFallbackItem:
ld c, DECO_POLKADOT_BED ; GREAT_BALL
ret
INCLUDE "data/items/mystery_gift_items.asm"
INCLUDE "data/decorations/mystery_gift_decos.asm"

View File

@@ -33,5 +33,4 @@ ConvertMon_1to2:
pop bc
ret
INCLUDE "data/pokemon/gen1_order.asm"