2018-06-24 07:09:41 -07:00
|
|
|
LinkCommunications:
|
2015-11-11 20:38:57 -08:00
|
|
|
call ClearBGPalettes
|
|
|
|
ld c, 80
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
call ClearScreen
|
|
|
|
call ClearSprites
|
|
|
|
call UpdateSprites
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSCX], a
|
|
|
|
ldh [hSCY], a
|
2015-11-11 20:38:57 -08:00
|
|
|
ld c, 80
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
call ClearScreen
|
|
|
|
call UpdateSprites
|
|
|
|
call LoadStandardFont
|
|
|
|
call LoadFontsBattleExtra
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkComms_LoadPleaseWaitTextboxBorderGFX
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 3, 8
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 2
|
|
|
|
ld c, 12
|
2015-11-09 20:55:39 -08:00
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkTextbox2
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 4, 10
|
2015-12-20 09:54:08 -08:00
|
|
|
ld de, String_PleaseWait
|
2015-11-09 20:55:39 -08:00
|
|
|
call PlaceString
|
2016-05-15 18:50:31 -07:00
|
|
|
call SetTradeRoomBGPals
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wcf5d
|
2018-01-19 11:49:43 -08:00
|
|
|
xor a ; LOW($5000)
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld [hl], HIGH($5000)
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TIMECAPSULE
|
2015-12-20 09:54:08 -08:00
|
|
|
jp nz, Gen2ToGen2LinkComms
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Gen2ToGen1LinkComms:
|
2015-12-20 09:54:08 -08:00
|
|
|
call ClearLinkData
|
|
|
|
call Link_PrepPartyData_Gen1
|
2015-12-22 15:03:00 -08:00
|
|
|
call FixDataForLinkTransfer
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2016-05-15 18:50:31 -07:00
|
|
|
call WaitLinkTransfer
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .player_1
|
2018-01-19 11:49:43 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialSend], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2018-01-19 11:49:43 -08:00
|
|
|
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialSend], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.player_1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_NONE
|
|
|
|
call PlayMusic
|
2018-01-19 11:49:43 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, 1 << SERIAL
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wd1f3
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wEnemyMonSpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, $11
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, wLinkData
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPlayerName
|
2015-12-21 11:10:16 -08:00
|
|
|
ld bc, $1a8
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
2018-03-19 08:36:14 -07:00
|
|
|
ld hl, wLink_c608
|
|
|
|
ld de, wTrademons
|
|
|
|
ld bc, wTrademons - wLink_c608
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << JOYPAD) | (1 << SERIAL) | (1 << TIMER) | (1 << VBLANK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-12-22 15:03:00 -08:00
|
|
|
call Link_CopyRandomNumbers
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPlayerName
|
2015-12-21 11:10:16 -08:00
|
|
|
call Link_FindFirstNonControlCharacter_SkipZero
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
|
|
|
pop hl
|
|
|
|
and a
|
|
|
|
jp z, Function28b22
|
|
|
|
cp $7
|
|
|
|
jp nc, Function28b22
|
2015-12-20 09:54:08 -08:00
|
|
|
ld de, wLinkData
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, $1a2
|
2015-12-21 11:10:16 -08:00
|
|
|
call Link_CopyOTData
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wPlayerTrademonSpecies
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, wTimeCapsulePartyMon1Species
|
2018-01-19 11:49:43 -08:00
|
|
|
ld c, 2
|
2015-12-21 11:10:16 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
and a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .next
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hl], a
|
|
|
|
pop bc
|
|
|
|
pop hl
|
2015-12-21 11:10:16 -08:00
|
|
|
jr .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.next
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wc90f
|
|
|
|
dec c
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .loop
|
|
|
|
ld hl, wLinkPlayerName
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPlayerName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPartyCount
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-21 11:10:16 -08:00
|
|
|
.party_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2015-12-21 11:10:16 -08:00
|
|
|
cp -1
|
|
|
|
jr z, .done_party
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wTempSpecies], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push de
|
2018-01-16 11:30:10 -08:00
|
|
|
callfar ConvertMon_1to2
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
|
|
|
pop hl
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wTempSpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-21 11:10:16 -08:00
|
|
|
jr .party_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.done_party
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, wTimeCapsulePartyMon1Species
|
2015-11-09 20:55:39 -08:00
|
|
|
call Function2868a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, LOW(wOTPartyMonOT)
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wUnusedD102], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, HIGH(wOTPartyMonOT)
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wUnusedD102 + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_NONE
|
|
|
|
call PlayMusic
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, 66
|
|
|
|
call z, DelayFrames
|
|
|
|
ld de, MUSIC_ROUTE_30
|
|
|
|
call PlayMusic
|
2015-12-21 11:10:16 -08:00
|
|
|
jp InitTradeMenuDisplay
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Gen2ToGen2LinkComms:
|
2015-12-20 09:54:08 -08:00
|
|
|
call ClearLinkData
|
|
|
|
call Link_PrepPartyData_Gen2
|
2015-12-22 15:03:00 -08:00
|
|
|
call FixDataForLinkTransfer
|
2015-11-09 20:55:39 -08:00
|
|
|
call Function29dba
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wScriptVar]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
2016-01-04 05:43:55 -08:00
|
|
|
jp z, LinkTimeout
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .Player1
|
2018-01-19 11:49:43 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialSend], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2018-01-19 11:49:43 -08:00
|
|
|
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialSend], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Player1:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_NONE
|
|
|
|
call PlayMusic
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, 1 << SERIAL
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wd1f3
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wEnemyMonSpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, $11
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, wLinkData
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPlayerName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, $1c2
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
2018-03-19 08:36:14 -07:00
|
|
|
ld hl, wLink_c608
|
|
|
|
ld de, wTrademons
|
|
|
|
ld bc, wTrademons - wLink_c608
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeBytes
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TRADECENTER
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .not_trading
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wc9f4
|
|
|
|
ld de, wcb84
|
|
|
|
ld bc, $186
|
2018-01-19 11:49:43 -08:00
|
|
|
call ExchangeBytes
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.not_trading
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << JOYPAD) | (1 << SERIAL) | (1 << TIMER) | (1 << VBLANK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_NONE
|
|
|
|
call PlayMusic
|
2015-12-22 15:03:00 -08:00
|
|
|
call Link_CopyRandomNumbers
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPlayerName
|
2015-12-21 11:10:16 -08:00
|
|
|
call Link_FindFirstNonControlCharacter_SkipZero
|
2015-12-20 09:54:08 -08:00
|
|
|
ld de, wLinkData
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, $1b9
|
2015-12-21 11:10:16 -08:00
|
|
|
call Link_CopyOTData
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wPlayerTrademonSpecies
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, wLinkPlayerPartyMon1Species
|
2018-01-19 11:49:43 -08:00
|
|
|
ld c, 2
|
2015-12-22 15:03:00 -08:00
|
|
|
.loop1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
and a
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .loop1
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .loop1
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .loop1
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .next1
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hl], a
|
|
|
|
pop bc
|
|
|
|
pop hl
|
2015-12-22 15:03:00 -08:00
|
|
|
jr .loop1
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.next1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wc90f
|
|
|
|
dec c
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .loop1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TRADECENTER
|
2015-12-22 15:03:00 -08:00
|
|
|
jp nz, .skip_mail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wcb84
|
2015-12-22 15:03:00 -08:00
|
|
|
.loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp MAIL_MSG_LENGTH
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .loop2
|
|
|
|
.loop3
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .loop3
|
2018-01-19 11:49:43 -08:00
|
|
|
cp MAIL_MSG_LENGTH
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .loop3
|
2015-11-09 20:55:39 -08:00
|
|
|
dec hl
|
|
|
|
ld de, wcb84
|
2015-12-22 15:03:00 -08:00
|
|
|
ld bc, $190 ; 400
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
ld hl, wcb84
|
2015-12-22 15:03:00 -08:00
|
|
|
ld bc, $c6 ; 198
|
|
|
|
.loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp MAIL_MSG_LENGTH + 1
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .okay1
|
2018-01-19 11:49:43 -08:00
|
|
|
ld [hl], SERIAL_NO_DATA_BYTE
|
2015-12-22 15:03:00 -08:00
|
|
|
.okay1
|
2015-11-09 20:55:39 -08:00
|
|
|
inc hl
|
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wcc9e
|
2015-12-22 15:03:00 -08:00
|
|
|
.loop5
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [de]
|
|
|
|
inc de
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .start_copying_mail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wcc4a
|
|
|
|
dec a
|
|
|
|
ld b, $0
|
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
2018-01-19 11:49:43 -08:00
|
|
|
ld [hl], SERIAL_NO_DATA_BYTE
|
2015-12-22 15:03:00 -08:00
|
|
|
jr .loop5
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.start_copying_mail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wcb84
|
|
|
|
ld de, wc9f4
|
2015-12-22 15:03:00 -08:00
|
|
|
ld b, PARTY_LENGTH
|
|
|
|
.copy_mail_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2015-12-22 15:03:00 -08:00
|
|
|
ld bc, MAIL_MSG_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2017-12-25 10:40:10 -08:00
|
|
|
ld a, LOW(MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1))
|
2015-11-09 20:55:39 -08:00
|
|
|
add e
|
|
|
|
ld e, a
|
2017-12-25 10:40:10 -08:00
|
|
|
ld a, HIGH(MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1))
|
2015-11-09 20:55:39 -08:00
|
|
|
adc d
|
|
|
|
ld d, a
|
|
|
|
pop bc
|
|
|
|
dec b
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .copy_mail_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wc9f4
|
2015-12-22 15:03:00 -08:00
|
|
|
ld b, PARTY_LENGTH
|
|
|
|
.copy_author_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2017-12-25 10:40:10 -08:00
|
|
|
ld a, LOW(MAIL_MSG_LENGTH + 1)
|
2015-11-09 20:55:39 -08:00
|
|
|
add e
|
|
|
|
ld e, a
|
2017-12-25 10:40:10 -08:00
|
|
|
ld a, HIGH(MAIL_MSG_LENGTH + 1)
|
2015-11-09 20:55:39 -08:00
|
|
|
adc d
|
|
|
|
ld d, a
|
2015-12-22 15:03:00 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1)
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
dec b
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .copy_author_loop
|
|
|
|
ld b, PARTY_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wc9f4
|
2015-12-22 15:03:00 -08:00
|
|
|
.fix_mail_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
push de
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall IsMailEuropean
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
|
|
|
or a
|
2015-11-22 09:01:58 -08:00
|
|
|
jr z, .next
|
2015-11-09 20:55:39 -08:00
|
|
|
sub $3
|
2015-11-22 09:01:58 -08:00
|
|
|
jr nc, .skip
|
2019-11-03 17:34:02 -08:00
|
|
|
farcall ConvertEnglishMailToFrenchGerman
|
2015-11-22 09:01:58 -08:00
|
|
|
jr .next
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-11-22 09:01:58 -08:00
|
|
|
.skip
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $2
|
2015-11-22 09:01:58 -08:00
|
|
|
jr nc, .next
|
2019-11-03 17:34:02 -08:00
|
|
|
farcall ConvertEnglishMailToSpanishItalian
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-11-22 09:01:58 -08:00
|
|
|
.next
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
2015-11-22 09:01:58 -08:00
|
|
|
ld hl, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, de
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
|
|
|
pop bc
|
|
|
|
dec b
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .fix_mail_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wcb0e
|
|
|
|
xor a
|
|
|
|
ld [de], a
|
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.skip_mail
|
2017-12-09 16:41:03 -08:00
|
|
|
ld hl, wLinkPlayerName
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPlayerName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPartyCount
|
2018-01-19 11:49:43 -08:00
|
|
|
ld bc, 1 + PARTY_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPlayerID
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, 2
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPartyMons
|
|
|
|
ld bc, wOTPartyDataEnd - wOTPartyMons
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, LOW(wOTPartyMonOT)
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wUnusedD102], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, HIGH(wOTPartyMonOT)
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wUnusedD102 + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_NONE
|
|
|
|
call PlayMusic
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, 66
|
|
|
|
call z, DelayFrames
|
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_COLOSSEUM
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .ready_to_trade
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, CAL
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wOtherTrainerClass], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call ClearScreen
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOptions
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
|
|
|
push af
|
2018-01-19 11:49:43 -08:00
|
|
|
and 1 << STEREO
|
|
|
|
or TEXT_DELAY_MED
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hl], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPlayerName
|
|
|
|
ld de, wOTClassName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2015-11-11 20:38:57 -08:00
|
|
|
call ReturnToMapFromSubmenu
|
2016-05-05 12:07:37 -07:00
|
|
|
|
|
|
|
; LET'S DO THIS
|
|
|
|
ld a, [wDisableTextAcceleration]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
2016-05-05 12:07:37 -07:00
|
|
|
ld a, 1
|
|
|
|
ld [wDisableTextAcceleration], a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [rIE]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [rIF]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
|
|
|
ldh a, [rIE]
|
2019-05-05 09:14:46 -07:00
|
|
|
set LCD_STAT, a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2016-05-05 12:07:37 -07:00
|
|
|
|
2018-01-16 11:30:10 -08:00
|
|
|
predef StartBattle
|
2016-05-05 12:07:37 -07:00
|
|
|
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [rIF]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld h, a
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, h
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2016-05-05 12:07:37 -07:00
|
|
|
ld [wDisableTextAcceleration], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wOptions], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LoadPokemonData
|
2015-11-09 20:55:39 -08:00
|
|
|
jp Function28b22
|
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.ready_to_trade
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, MUSIC_ROUTE_30
|
|
|
|
call PlayMusic
|
2015-12-21 11:10:16 -08:00
|
|
|
jp InitTradeMenuDisplay
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTimeout:
|
2019-10-20 15:24:17 -07:00
|
|
|
ld de, .LinkTimeoutText
|
2016-01-04 05:43:55 -08:00
|
|
|
ld b, 10
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2015-11-09 20:55:39 -08:00
|
|
|
dec b
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [hld], a
|
|
|
|
ld [hl], a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push de
|
|
|
|
hlcoord 0, 12
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2015-11-09 20:55:39 -08:00
|
|
|
push de
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkTextbox2
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
|
|
|
pop hl
|
|
|
|
bccoord 1, 14
|
2016-05-08 11:11:24 -07:00
|
|
|
call PlaceHLTextAtBC
|
2015-11-20 08:47:52 -08:00
|
|
|
call RotateThreePalettesRight
|
2015-11-09 20:55:39 -08:00
|
|
|
call ClearScreen
|
2016-06-06 15:23:00 -07:00
|
|
|
ld b, SCGB_DIPLOMA
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetSGBLayout
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
.LinkTimeoutText:
|
|
|
|
text_far _LinkTimeoutText
|
2018-11-17 10:33:03 -08:00
|
|
|
text_end
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
ExchangeBytes:
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, TRUE
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialIgnoringInitialData], a
|
2015-12-22 15:03:00 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialSend], a
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeByte
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
ld b, a
|
|
|
|
inc hl
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, 48
|
2015-12-22 15:03:00 -08:00
|
|
|
.delay_cycles
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .delay_cycles
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialIgnoringInitialData]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
|
|
|
ld a, b
|
|
|
|
pop bc
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .load
|
2015-11-09 20:55:39 -08:00
|
|
|
dec hl
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialIgnoringInitialData], a
|
2015-12-22 15:03:00 -08:00
|
|
|
jr .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.load
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
String_PleaseWait:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "PLEASE WAIT!@"
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
ClearLinkData:
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, wLinkData
|
|
|
|
ld bc, wLinkDataEnd - wLinkData
|
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [hli], a
|
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
FixDataForLinkTransfer:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wd1f3
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PREAMBLE_BYTE
|
2018-01-23 14:39:09 -08:00
|
|
|
ld b, wLinkBattleRNs - wd1f3
|
2015-12-21 11:10:16 -08:00
|
|
|
.loop1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
|
|
|
dec b
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .loop1
|
2018-01-23 14:39:09 -08:00
|
|
|
ld b, wTempEnemyMonSpecies - wLinkBattleRNs
|
2015-12-21 11:10:16 -08:00
|
|
|
.loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
call Random
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nc, .loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
|
|
|
dec b
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .loop2
|
2018-03-19 08:36:14 -07:00
|
|
|
ld hl, wLink_c608
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PREAMBLE_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
2016-05-10 09:31:49 -07:00
|
|
|
ld [hli], a
|
|
|
|
ld [hli], a
|
2016-01-09 20:41:03 -08:00
|
|
|
ld b, $c8
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-21 11:10:16 -08:00
|
|
|
.loop3
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
|
|
|
dec b
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .loop3
|
2019-04-19 08:35:27 -07:00
|
|
|
ld hl, wTimeCapsulePartyMon1 - 1 + PARTY_LENGTH
|
2015-12-22 15:03:00 -08:00
|
|
|
ld de, wc612
|
2015-12-21 11:10:16 -08:00
|
|
|
lb bc, 0, 0
|
|
|
|
.loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
inc c
|
|
|
|
ld a, c
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .next1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
|
|
|
dec a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .next2
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TIMECAPSULE
|
|
|
|
ld b, $d
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .got_value
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, $27
|
2015-12-21 11:10:16 -08:00
|
|
|
.got_value
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
|
|
|
cp b
|
|
|
|
pop bc
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .done
|
|
|
|
.next2
|
2015-11-09 20:55:39 -08:00
|
|
|
inc hl
|
|
|
|
ld a, [hl]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
2018-01-19 11:49:43 -08:00
|
|
|
ld [hl], SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-12-21 11:10:16 -08:00
|
|
|
jr .loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.next1
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
lb bc, 1, 0
|
2015-12-21 11:10:16 -08:00
|
|
|
jr .loop4
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.done
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_PrepPartyData_Gen1:
|
2015-12-20 09:54:08 -08:00
|
|
|
ld de, wLinkData
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PREAMBLE_BYTE
|
|
|
|
ld b, PARTY_LENGTH
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec b
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop1
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPlayerName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
|
|
|
push de
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyCount
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2015-12-20 09:54:08 -08:00
|
|
|
cp -1
|
|
|
|
jr z, .done_party
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wTempSpecies], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push de
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar ConvertMon_2to1
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
|
|
|
pop hl
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wTempSpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-20 09:54:08 -08:00
|
|
|
jr .loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.done_party
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
pop de
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, 1 + PARTY_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, de
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1Species
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, PARTY_LENGTH
|
|
|
|
.mon_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2015-12-20 09:54:08 -08:00
|
|
|
call .ConvertPartyStruct2to1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, PARTYMON_STRUCT_LENGTH
|
|
|
|
add hl, bc
|
|
|
|
pop bc
|
|
|
|
dec c
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .mon_loop
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMonOT
|
2015-12-20 09:54:08 -08:00
|
|
|
call .copy_ot_nicks
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMonNicknames
|
2015-12-20 09:54:08 -08:00
|
|
|
.copy_ot_nicks
|
|
|
|
ld bc, PARTY_LENGTH * NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
jp CopyBytes
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.ConvertPartyStruct2to1:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, h
|
|
|
|
ld c, l
|
|
|
|
push de
|
|
|
|
push bc
|
|
|
|
ld a, [hl]
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wTempSpecies], a
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar ConvertMon_2to1
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop de
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wTempSpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_HP
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hli]
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
ld a, [hl]
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
xor a
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_STATUS
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
ld a, [bc]
|
2015-12-20 09:54:08 -08:00
|
|
|
cp MAGNEMITE
|
|
|
|
jr z, .steel_type
|
|
|
|
cp MAGNETON
|
|
|
|
jr nz, .skip_steel
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.steel_type
|
|
|
|
ld a, ELECTRIC
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
2015-12-20 09:54:08 -08:00
|
|
|
jr .done_steel
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.skip_steel
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
dec a
|
2017-12-11 14:35:35 -08:00
|
|
|
ld hl, BaseData + BASE_TYPES
|
|
|
|
ld bc, BASE_DATA_SIZE
|
2015-11-09 20:55:39 -08:00
|
|
|
call AddNTimes
|
2017-12-19 12:28:06 -08:00
|
|
|
ld bc, BASE_CATCH_RATE - BASE_TYPES
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, BANK(BaseData)
|
|
|
|
call FarCopyBytes
|
|
|
|
pop bc
|
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.done_steel
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_ITEM
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld bc, MON_HAPPINESS - MON_ITEM
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_LEVEL
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
|
|
|
ld [de], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyLevel], a
|
2015-11-09 20:55:39 -08:00
|
|
|
inc de
|
|
|
|
|
|
|
|
push bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_MAXHP
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld bc, MON_SAT - MON_MAXHP
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
|
|
|
|
push de
|
|
|
|
push bc
|
|
|
|
|
|
|
|
ld a, [bc]
|
|
|
|
dec a
|
|
|
|
push bc
|
|
|
|
ld b, 0
|
|
|
|
ld c, a
|
|
|
|
ld hl, KantoMonSpecials
|
|
|
|
add hl, bc
|
|
|
|
ld a, BANK(KantoMonSpecials)
|
|
|
|
call GetFarByte
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wBaseSpecialAttack], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, MON_STAT_EXP - 1
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, STAT_SATK
|
|
|
|
ld b, TRUE
|
2018-02-22 08:13:29 -08:00
|
|
|
predef CalcMonStatC
|
2015-11-09 20:55:39 -08:00
|
|
|
|
|
|
|
pop bc
|
|
|
|
pop de
|
|
|
|
|
2018-08-26 10:49:38 -07:00
|
|
|
ldh a, [hQuotient + 2]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
2018-08-26 10:49:38 -07:00
|
|
|
ldh a, [hQuotient + 3]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
ld h, b
|
|
|
|
ld l, c
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_PrepPartyData_Gen2:
|
2015-12-20 09:54:08 -08:00
|
|
|
ld de, wLinkData
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PREAMBLE_BYTE
|
|
|
|
ld b, PARTY_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop1
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec b
|
|
|
|
jr nz, .loop1
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPlayerName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyCount
|
2015-11-22 09:01:58 -08:00
|
|
|
ld bc, 1 + PARTY_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPlayerID
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, 2
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1Species
|
2015-11-22 09:01:58 -08:00
|
|
|
ld bc, PARTY_LENGTH * PARTYMON_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMonOT
|
2015-11-22 09:01:58 -08:00
|
|
|
ld bc, PARTY_LENGTH * NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMonNicknames
|
2018-01-20 09:25:55 -08:00
|
|
|
ld bc, PARTY_LENGTH * MON_NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2015-11-22 09:01:58 -08:00
|
|
|
|
|
|
|
; Okay, we did all that. Now, are we in the trade center?
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TRADECENTER
|
|
|
|
ret nz
|
2015-11-22 09:01:58 -08:00
|
|
|
|
2015-11-22 21:21:21 -08:00
|
|
|
; Fill 5 bytes at wc9f4 with $20
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wc9f4
|
|
|
|
ld a, $20
|
|
|
|
call Function28682
|
2015-11-22 09:01:58 -08:00
|
|
|
|
2015-11-22 21:21:21 -08:00
|
|
|
; Copy all the mail messages to wc9f9
|
2015-11-17 14:56:49 -08:00
|
|
|
ld a, BANK(sPartyMail)
|
2020-06-17 14:03:38 -07:00
|
|
|
call OpenSRAM
|
2015-11-17 14:56:49 -08:00
|
|
|
ld hl, sPartyMail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, PARTY_LENGTH
|
|
|
|
.loop2
|
|
|
|
push bc
|
2015-11-22 09:01:58 -08:00
|
|
|
ld bc, MAIL_MSG_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2015-11-22 21:21:21 -08:00
|
|
|
ld bc, sPartyMon1MailEnd - sPartyMon1MailAuthor
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
pop bc
|
|
|
|
dec b
|
|
|
|
jr nz, .loop2
|
2017-12-26 10:00:23 -08:00
|
|
|
; Copy the mail data to wcabf
|
2015-11-17 14:56:49 -08:00
|
|
|
ld hl, sPartyMail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, PARTY_LENGTH
|
|
|
|
.loop3
|
|
|
|
push bc
|
2015-11-22 09:01:58 -08:00
|
|
|
ld bc, MAIL_MSG_LENGTH + 1
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-11-22 21:21:21 -08:00
|
|
|
ld bc, sPartyMon1MailEnd - sPartyMon1MailAuthor
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
dec b
|
|
|
|
jr nz, .loop3
|
2015-11-22 09:01:58 -08:00
|
|
|
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, PARTY_LENGTH
|
2015-11-17 14:56:49 -08:00
|
|
|
ld de, sPartyMail
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wc9f9
|
|
|
|
.loop4
|
|
|
|
push bc
|
|
|
|
push hl
|
|
|
|
push de
|
|
|
|
push hl
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall IsMailEuropean
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
|
|
|
ld a, c
|
|
|
|
or a
|
|
|
|
jr z, .next
|
|
|
|
sub $3
|
2015-11-22 09:01:58 -08:00
|
|
|
jr nc, .italian_spanish
|
2019-11-03 17:34:02 -08:00
|
|
|
farcall ConvertFrenchGermanMailToEnglish
|
2015-11-09 20:55:39 -08:00
|
|
|
jr .next
|
|
|
|
|
2015-11-22 09:01:58 -08:00
|
|
|
.italian_spanish
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $2
|
|
|
|
jr nc, .next
|
2019-11-03 17:34:02 -08:00
|
|
|
farcall ConvertSpanishItalianMailToEnglish
|
2015-11-09 20:55:39 -08:00
|
|
|
|
|
|
|
.next
|
|
|
|
pop de
|
2015-11-17 14:56:49 -08:00
|
|
|
ld hl, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, de
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
|
|
|
pop hl
|
2015-11-22 21:21:21 -08:00
|
|
|
ld bc, sPartyMon1MailAuthor - sPartyMon1Mail
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
pop bc
|
|
|
|
dec b
|
|
|
|
jr nz, .loop4
|
|
|
|
call CloseSRAM
|
|
|
|
ld hl, wc9f9
|
2015-11-22 21:21:21 -08:00
|
|
|
ld bc, PARTY_LENGTH * (sPartyMon1MailAuthor - sPartyMon1Mail)
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop5
|
|
|
|
ld a, [hl]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
jr nz, .skip2
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [hl], sPartyMon1MailAuthor - sPartyMon1Mail
|
2015-11-09 20:55:39 -08:00
|
|
|
|
|
|
|
.skip2
|
|
|
|
inc hl
|
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
|
|
|
jr nz, .loop5
|
|
|
|
ld hl, wcabf
|
|
|
|
ld de, wcb13
|
2015-11-22 21:21:21 -08:00
|
|
|
ld b, PARTY_LENGTH * (sPartyMon1MailEnd - sPartyMon1MailAuthor)
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, $0
|
|
|
|
.loop6
|
|
|
|
inc c
|
|
|
|
ld a, [hl]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-11-09 20:55:39 -08:00
|
|
|
jr nz, .skip3
|
2018-01-19 11:49:43 -08:00
|
|
|
ld [hl], SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
|
|
|
|
.skip3
|
|
|
|
inc hl
|
|
|
|
dec b
|
|
|
|
jr nz, .loop6
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, SERIAL_PATCH_LIST_PART_TERMINATOR
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28682:
|
2018-01-19 11:49:43 -08:00
|
|
|
ld c, 5
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec c
|
|
|
|
jr nz, .loop
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function2868a:
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2015-12-21 11:10:16 -08:00
|
|
|
ld bc, wLinkOTPartyMonTypes
|
2015-11-09 20:55:39 -08:00
|
|
|
ld hl, wcbe8
|
|
|
|
ld a, c
|
|
|
|
ld [hli], a
|
|
|
|
ld [hl], b
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMon1Species
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, PARTY_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop
|
|
|
|
push bc
|
2015-12-21 11:10:16 -08:00
|
|
|
call .ConvertToGen2
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
dec c
|
|
|
|
jr nz, .loop
|
|
|
|
pop hl
|
2015-12-21 11:10:16 -08:00
|
|
|
ld bc, PARTY_LENGTH * REDMON_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPartyMonOT
|
2015-12-20 09:54:08 -08:00
|
|
|
ld bc, PARTY_LENGTH * NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wOTPartyMonNicknames
|
2018-01-20 09:25:55 -08:00
|
|
|
ld bc, PARTY_LENGTH * MON_NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
jp CopyBytes
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.ConvertToGen2:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, h
|
|
|
|
ld c, l
|
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
push bc
|
|
|
|
push de
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wTempSpecies], a
|
2018-01-16 11:30:10 -08:00
|
|
|
callfar ConvertMon_1to2
|
2015-11-09 20:55:39 -08:00
|
|
|
pop de
|
|
|
|
pop bc
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wTempSpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [bc], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurSpecies], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld hl, MON_HP
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
ld [hli], a
|
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
ld [hl], a
|
|
|
|
inc de
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, MON_STATUS
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
ld [hl], a
|
|
|
|
ld hl, wcbe8
|
|
|
|
ld a, [hli]
|
|
|
|
ld h, [hl]
|
|
|
|
ld l, a
|
|
|
|
ld a, [de]
|
|
|
|
ld [hli], a
|
|
|
|
inc de
|
|
|
|
ld a, [de]
|
|
|
|
ld [hli], a
|
|
|
|
inc de
|
|
|
|
ld a, l
|
|
|
|
ld [wcbe8], a
|
|
|
|
ld a, h
|
2015-12-21 11:10:16 -08:00
|
|
|
ld [wcbe8 + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, MON_ITEM
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
push hl
|
|
|
|
ld h, d
|
|
|
|
ld l, e
|
|
|
|
pop de
|
|
|
|
push bc
|
|
|
|
ld a, [hli]
|
|
|
|
ld b, a
|
2015-12-21 11:10:16 -08:00
|
|
|
call TimeCapsule_ReplaceTeruSama
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
pop bc
|
|
|
|
ld bc, $19
|
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
|
|
|
ld hl, $1f
|
|
|
|
add hl, bc
|
|
|
|
ld a, [de]
|
|
|
|
inc de
|
|
|
|
ld [hl], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyLevel], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
ld hl, $24
|
|
|
|
add hl, bc
|
|
|
|
push hl
|
|
|
|
ld h, d
|
|
|
|
ld l, e
|
|
|
|
pop de
|
|
|
|
ld bc, 8
|
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
call GetBaseData
|
|
|
|
push de
|
|
|
|
push bc
|
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, MON_STAT_EXP - 1
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, STAT_SATK
|
|
|
|
ld b, TRUE
|
2018-02-22 08:13:29 -08:00
|
|
|
predef CalcMonStatC
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hQuotient + 2]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
2018-08-26 10:49:38 -07:00
|
|
|
ldh a, [hQuotient + 3]
|
|
|
|
ld [hli], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
2015-12-21 11:10:16 -08:00
|
|
|
ld hl, MON_STAT_EXP - 1
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, STAT_SDEF
|
|
|
|
ld b, TRUE
|
2018-02-22 08:13:29 -08:00
|
|
|
predef CalcMonStatC
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hQuotient + 2]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
2018-08-26 10:49:38 -07:00
|
|
|
ldh a, [hQuotient + 3]
|
|
|
|
ld [hli], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
ld hl, $1b
|
|
|
|
add hl, bc
|
|
|
|
ld a, $46
|
|
|
|
ld [hli], a
|
|
|
|
xor a
|
|
|
|
ld [hli], a
|
2016-05-04 08:46:23 -07:00
|
|
|
ld [hli], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hl], a
|
|
|
|
pop hl
|
|
|
|
inc de
|
2016-05-04 08:46:23 -07:00
|
|
|
inc de
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
TimeCapsule_ReplaceTeruSama:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
|
|
|
and a
|
|
|
|
ret z
|
|
|
|
push hl
|
2017-12-11 19:59:30 -08:00
|
|
|
ld hl, TimeCapsule_CatchRateItems
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop
|
|
|
|
ld a, [hli]
|
|
|
|
and a
|
|
|
|
jr z, .end
|
|
|
|
cp b
|
|
|
|
jr z, .found
|
|
|
|
inc hl
|
|
|
|
jr .loop
|
|
|
|
|
|
|
|
.found
|
|
|
|
ld b, [hl]
|
|
|
|
|
|
|
|
.end
|
|
|
|
pop hl
|
|
|
|
ret
|
|
|
|
|
2018-01-02 23:23:54 -08:00
|
|
|
INCLUDE "data/items/catch_rate_items.asm"
|
2017-12-11 19:59:30 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_CopyOTData:
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_CopyRandomNumbers:
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2015-11-09 20:55:39 -08:00
|
|
|
ret z
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wEnemyMonSpecies
|
2015-12-21 11:10:16 -08:00
|
|
|
call Link_FindFirstNonControlCharacter_AllowZero
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wLinkBattleRNs
|
2015-12-21 11:10:16 -08:00
|
|
|
ld c, 10
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [de], a
|
|
|
|
inc de
|
|
|
|
dec c
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_FindFirstNonControlCharacter_SkipZero:
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
|
|
|
and a
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
dec hl
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_FindFirstNonControlCharacter_AllowZero:
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_PREAMBLE_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2018-01-19 11:49:43 -08:00
|
|
|
cp SERIAL_NO_DATA_BYTE
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
dec hl
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
InitTradeMenuDisplay:
|
2015-11-09 20:55:39 -08:00
|
|
|
call ClearScreen
|
2015-12-21 11:10:16 -08:00
|
|
|
call LoadTradeScreenBorder
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall InitTradeSpeciesList
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld hl, wOtherPlayerLinkMode
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
2016-05-10 09:31:49 -07:00
|
|
|
ld [hli], a
|
|
|
|
ld [hli], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hl], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-11-09 20:55:39 -08:00
|
|
|
inc a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTrade_PlayerPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTrade_OTPartyMenu:
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, OTPARTYMON
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wMonType], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, A_BUTTON | D_UP | D_DOWN
|
|
|
|
ld [wMenuJoypadFilter], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wOTPartyCount]
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumRows], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumCols], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 9
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitY], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 6
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitX], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorX], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ln a, 1, 0
|
|
|
|
ld [w2DMenuCursorOffsets], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, MENU_UNUSED_3
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags2], a
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTradeOTPartymonMenuLoop:
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkTradeMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, d
|
|
|
|
and a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp z, LinkTradePartiesMenuMasterLoop
|
|
|
|
bit A_BUTTON_F, a
|
|
|
|
jr z, .not_a_button
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, INIT_ENEMYOT_LIST
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wInitListType], a
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar InitList
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMon1Species
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkMonStatsScreen
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTradePartiesMenuMasterLoop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.not_a_button
|
|
|
|
bit D_UP_F, a
|
|
|
|
jr z, .not_d_up
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wOTPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp b
|
2015-12-21 11:10:16 -08:00
|
|
|
jp nz, LinkTradePartiesMenuMasterLoop
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wMonType], a
|
2015-12-17 19:31:16 -08:00
|
|
|
call HideCursor
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
add hl, bc
|
2015-12-17 10:49:26 -08:00
|
|
|
ld [hl], " "
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr LinkTrade_PlayerPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.not_d_up
|
|
|
|
bit D_DOWN_F, a
|
|
|
|
jp z, LinkTradePartiesMenuMasterLoop
|
2015-11-09 20:55:39 -08:00
|
|
|
jp Function28ac9
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTrade_PlayerPartyMenu:
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall InitMG_Mobile_LinkTradePalMap
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wMonType], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, A_BUTTON | D_UP | D_DOWN
|
|
|
|
ld [wMenuJoypadFilter], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumRows], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumCols], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitY], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 6
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitX], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorX], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ln a, 1, 0
|
|
|
|
ld [w2DMenuCursorOffsets], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, MENU_UNUSED_3
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags2], a
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTradePartymonMenuLoop:
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkTradeMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, d
|
|
|
|
and a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .check_joypad
|
|
|
|
jp LinkTradePartiesMenuMasterLoop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.check_joypad
|
|
|
|
bit A_BUTTON_F, a
|
|
|
|
jr z, .not_a_button
|
2015-11-09 20:55:39 -08:00
|
|
|
jp Function28926
|
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.not_a_button
|
|
|
|
bit D_DOWN_F, a
|
|
|
|
jr z, .not_d_down
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp nz, LinkTradePartiesMenuMasterLoop
|
|
|
|
ld a, OTPARTYMON
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wMonType], a
|
2015-12-17 19:31:16 -08:00
|
|
|
call HideCursor
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
add hl, bc
|
2015-12-21 11:10:16 -08:00
|
|
|
ld [hl], " "
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
2015-12-21 11:10:16 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTrade_OTPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.not_d_down
|
|
|
|
bit D_UP_F, a
|
|
|
|
jr z, LinkTradePartiesMenuMasterLoop
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp b
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, LinkTradePartiesMenuMasterLoop
|
2015-12-17 19:31:16 -08:00
|
|
|
call HideCursor
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
add hl, bc
|
2015-12-21 11:10:16 -08:00
|
|
|
ld [hl], " "
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
|
|
|
jp Function28ade
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTradePartiesMenuMasterLoop:
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wMonType]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp z, LinkTradePartymonMenuLoop ; PARTYMON
|
|
|
|
jp LinkTradeOTPartymonMenuLoop ; OTPARTYMON
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28926:
|
2020-02-13 09:30:13 -08:00
|
|
|
call LoadTilemapToTempTilemap
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
|
|
|
hlcoord 0, 15
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 1
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 2, 16
|
2015-12-21 11:10:16 -08:00
|
|
|
ld de, .String_Stats_Trade
|
2015-11-09 20:55:39 -08:00
|
|
|
call PlaceString
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.joy_loop
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, " "
|
2015-11-09 20:55:39 -08:00
|
|
|
ldcoord_a 11, 16
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, A_BUTTON | B_BUTTON | D_RIGHT
|
|
|
|
ld [wMenuJoypadFilter], a
|
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumRows], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumCols], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 16
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitY], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitX], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
|
|
|
ld [wMenuCursorX], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ln a, 2, 0
|
|
|
|
ld [w2DMenuCursorOffsets], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags1], a
|
|
|
|
ld [w2DMenuFlags2], a
|
2015-12-15 15:59:49 -08:00
|
|
|
call ScrollingMenuJoypad
|
2015-12-20 09:54:08 -08:00
|
|
|
bit D_RIGHT_F, a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .d_right
|
2015-12-20 09:54:08 -08:00
|
|
|
bit B_BUTTON_F, a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr z, .show_stats
|
|
|
|
.b_button
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2020-02-13 09:30:13 -08:00
|
|
|
call SafeLoadTempTilemapToTilemap
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTrade_PlayerPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.d_right
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, " "
|
2015-11-09 20:55:39 -08:00
|
|
|
ldcoord_a 1, 16
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, A_BUTTON | B_BUTTON | D_LEFT
|
|
|
|
ld [wMenuJoypadFilter], a
|
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumRows], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumCols], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 16
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitY], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 11
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitX], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
|
|
|
ld [wMenuCursorX], a
|
2015-12-21 11:10:16 -08:00
|
|
|
ln a, 2, 0
|
|
|
|
ld [w2DMenuCursorOffsets], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags1], a
|
|
|
|
ld [w2DMenuFlags2], a
|
2015-12-15 15:59:49 -08:00
|
|
|
call ScrollingMenuJoypad
|
2015-12-20 09:54:08 -08:00
|
|
|
bit D_LEFT_F, a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp nz, .joy_loop
|
2015-12-20 09:54:08 -08:00
|
|
|
bit B_BUTTON_F, a
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .b_button
|
|
|
|
jr .try_trade
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.show_stats
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, INIT_PLAYEROT_LIST
|
2016-06-13 19:53:33 -07:00
|
|
|
ld [wInitListType], a
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar InitList
|
|
|
|
farcall LinkMonStatsScreen
|
2020-02-13 09:30:13 -08:00
|
|
|
call SafeLoadTempTilemapToTilemap
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 6, 1
|
|
|
|
lb bc, 6, 1
|
|
|
|
ld a, " "
|
2015-12-21 11:10:16 -08:00
|
|
|
call LinkEngine_FillBox
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 17, 1
|
|
|
|
lb bc, 6, 1
|
|
|
|
ld a, " "
|
2015-12-21 11:10:16 -08:00
|
|
|
call LinkEngine_FillBox
|
|
|
|
jp LinkTrade_PlayerPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.try_trade
|
2015-12-17 19:31:16 -08:00
|
|
|
call PlaceHollowCursor
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2015-11-10 16:51:13 -08:00
|
|
|
ld [wd002], a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Function16d6ce
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $f
|
2015-12-21 11:10:16 -08:00
|
|
|
jp z, InitTradeMenuDisplay
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [wd003], a
|
|
|
|
call Function28b68
|
2015-12-21 11:10:16 -08:00
|
|
|
ld c, 100
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall ValidateOTTrademon
|
2015-12-21 11:10:16 -08:00
|
|
|
jr c, .abnormal
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Functionfb5dd
|
2015-12-21 11:10:16 -08:00
|
|
|
jp nc, LinkTrade
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [wcf57], a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wOtherPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 12
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2019-10-20 15:24:17 -07:00
|
|
|
ld hl, .LinkTradeCantBattleText
|
2015-11-09 20:55:39 -08:00
|
|
|
bccoord 1, 14
|
2016-05-08 11:11:24 -07:00
|
|
|
call PlaceHLTextAtBC
|
2015-12-21 11:10:16 -08:00
|
|
|
jr .cancel_trade
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.abnormal
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [wcf57], a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wOtherPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartySpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPokemonName
|
|
|
|
hlcoord 0, 12
|
2015-12-21 11:10:16 -08:00
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2019-10-20 15:24:17 -07:00
|
|
|
ld hl, .LinkAbnormalMonText
|
2015-11-09 20:55:39 -08:00
|
|
|
bccoord 1, 14
|
2016-05-08 11:11:24 -07:00
|
|
|
call PlaceHLTextAtBC
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-21 11:10:16 -08:00
|
|
|
.cancel_trade
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 12
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 1, 14
|
2015-12-21 11:10:16 -08:00
|
|
|
ld de, String_TooBadTheTradeWasCanceled
|
2015-11-09 20:55:39 -08:00
|
|
|
call PlaceString
|
|
|
|
ld a, $1
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Function16d6ce
|
2015-12-20 09:54:08 -08:00
|
|
|
ld c, 100
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2015-12-21 11:10:16 -08:00
|
|
|
jp InitTradeMenuDisplay
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
.LinkTradeCantBattleText:
|
|
|
|
text_far _LinkTradeCantBattleText
|
2018-11-17 10:33:03 -08:00
|
|
|
text_end
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.String_Stats_Trade:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "STATS TRADE@"
|
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
.LinkAbnormalMonText:
|
|
|
|
text_far _LinkAbnormalMonText
|
2018-11-17 10:33:03 -08:00
|
|
|
text_end
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28ac9:
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-12-21 11:10:16 -08:00
|
|
|
cp 1
|
|
|
|
jp nz, LinkTradePartiesMenuMasterLoop
|
2015-12-17 19:31:16 -08:00
|
|
|
call HideCursor
|
2015-11-09 20:55:39 -08:00
|
|
|
push hl
|
|
|
|
push bc
|
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
add hl, bc
|
2015-12-20 09:54:08 -08:00
|
|
|
ld [hl], " "
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28ade:
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop1
|
|
|
|
ld a, "▶"
|
2015-11-09 20:55:39 -08:00
|
|
|
ldcoord_a 9, 17
|
2015-12-20 09:54:08 -08:00
|
|
|
.loop2
|
2015-11-09 20:55:39 -08:00
|
|
|
call JoyTextDelay
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hJoyLast]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
2015-12-20 09:54:08 -08:00
|
|
|
jr z, .loop2
|
|
|
|
bit A_BUTTON_F, a
|
|
|
|
jr nz, .a_button
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
|
|
|
ld a, " "
|
|
|
|
ldcoord_a 9, 17
|
|
|
|
pop af
|
2015-12-20 09:54:08 -08:00
|
|
|
bit D_UP_F, a
|
|
|
|
jr z, .d_up
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wOTPartyCount]
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTrade_OTPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.d_up
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
2015-12-21 11:10:16 -08:00
|
|
|
jp LinkTrade_PlayerPartyMenu
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-20 09:54:08 -08:00
|
|
|
.a_button
|
|
|
|
ld a, "▷"
|
2015-11-09 20:55:39 -08:00
|
|
|
ldcoord_a 9, 17
|
|
|
|
ld a, $f
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Function16d6ce
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $f
|
2015-12-20 09:54:08 -08:00
|
|
|
jr nz, .loop1
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28b22:
|
2015-11-20 08:47:52 -08:00
|
|
|
call RotateThreePalettesRight
|
2015-11-09 20:55:39 -08:00
|
|
|
call ClearScreen
|
2016-06-06 15:23:00 -07:00
|
|
|
ld b, SCGB_DIPLOMA
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetSGBLayout
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [wcfbb], a
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
|
|
|
ldh [hSerialSend], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Unreferenced_Function28b42:
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 16
|
|
|
|
ld a, "┘"
|
|
|
|
ld bc, 2 * SCREEN_WIDTH
|
|
|
|
call ByteFill
|
|
|
|
hlcoord 1, 16
|
|
|
|
ld a, " "
|
|
|
|
ld bc, SCREEN_WIDTH - 2
|
|
|
|
call ByteFill
|
|
|
|
hlcoord 2, 16
|
2020-05-29 04:16:49 -07:00
|
|
|
ld de, .CancelString
|
2015-11-09 20:55:39 -08:00
|
|
|
jp PlaceString
|
|
|
|
|
2020-05-29 04:16:49 -07:00
|
|
|
.CancelString:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "CANCEL@"
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28b68:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 6, 9
|
|
|
|
ld bc, SCREEN_WIDTH
|
|
|
|
call AddNTimes
|
2015-12-21 11:10:16 -08:00
|
|
|
ld [hl], "▷"
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkEngine_FillBox:
|
2015-12-21 11:10:16 -08:00
|
|
|
.row
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
|
|
|
push hl
|
2015-12-21 11:10:16 -08:00
|
|
|
.col
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [hli], a
|
|
|
|
dec c
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .col
|
2015-11-09 20:55:39 -08:00
|
|
|
pop hl
|
|
|
|
ld bc, SCREEN_WIDTH
|
|
|
|
add hl, bc
|
|
|
|
pop bc
|
|
|
|
dec b
|
2015-12-21 11:10:16 -08:00
|
|
|
jr nz, .row
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTrade:
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [wcf57], a
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wOtherPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 12
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartySpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPokemonName
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wStringBuffer1
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, wd004
|
2018-01-20 09:25:55 -08:00
|
|
|
ld bc, MON_NAME_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
ld a, [wd003]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartySpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPokemonName
|
2019-10-20 15:24:17 -07:00
|
|
|
ld hl, LinkAskTradeForText
|
2015-11-09 20:55:39 -08:00
|
|
|
bccoord 1, 14
|
2016-05-08 11:11:24 -07:00
|
|
|
call PlaceHLTextAtBC
|
2018-01-23 13:08:43 -08:00
|
|
|
call LoadStandardMenuHeader
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 10, 7
|
2015-12-20 09:54:08 -08:00
|
|
|
ld b, 3
|
|
|
|
ld c, 7
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
ld de, String28eab
|
|
|
|
hlcoord 12, 8
|
|
|
|
call PlaceString
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 8
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitY], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 11
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuCursorInitX], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 1
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumCols], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, 2
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuNumRows], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2015-12-19 11:48:30 -08:00
|
|
|
ld [w2DMenuFlags1], a
|
|
|
|
ld [w2DMenuFlags2], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $20
|
2015-12-21 11:10:16 -08:00
|
|
|
ld [w2DMenuCursorOffsets], a
|
2015-12-20 09:54:08 -08:00
|
|
|
ld a, A_BUTTON | B_BUTTON
|
|
|
|
ld [wMenuJoypadFilter], a
|
|
|
|
ld a, 1
|
2015-12-15 15:59:49 -08:00
|
|
|
ld [wMenuCursorY], a
|
|
|
|
ld [wMenuCursorX], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2015-12-15 15:59:49 -08:00
|
|
|
call ScrollingMenuJoypad
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
|
|
|
call Call_ExitMenu
|
2015-12-11 13:59:40 -08:00
|
|
|
call WaitBGMap2
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
|
|
|
bit 1, a
|
|
|
|
jr nz, .asm_28c33
|
2015-12-15 15:59:49 -08:00
|
|
|
ld a, [wMenuCursorY]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
|
|
|
jr z, .asm_28c54
|
|
|
|
|
|
|
|
.asm_28c33
|
|
|
|
ld a, $1
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 12
|
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 1, 14
|
2015-12-21 11:10:16 -08:00
|
|
|
ld de, String_TooBadTheTradeWasCanceled
|
2015-11-09 20:55:39 -08:00
|
|
|
call PlaceString
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Function16d6ce
|
2015-11-09 20:55:39 -08:00
|
|
|
jp Function28ea3
|
|
|
|
|
|
|
|
.asm_28c54
|
|
|
|
ld a, $2
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Function16d6ce
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
|
|
|
jr nz, .asm_28c7b
|
|
|
|
hlcoord 0, 12
|
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 1, 14
|
2015-12-21 11:10:16 -08:00
|
|
|
ld de, String_TooBadTheTradeWasCanceled
|
2015-11-09 20:55:39 -08:00
|
|
|
call PlaceString
|
|
|
|
jp Function28ea3
|
|
|
|
|
|
|
|
.asm_28c7b
|
2015-11-17 14:56:49 -08:00
|
|
|
ld hl, sPartyMail
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call AddNTimes
|
2015-11-17 14:56:49 -08:00
|
|
|
ld a, BANK(sPartyMail)
|
2020-06-17 14:03:38 -07:00
|
|
|
call OpenSRAM
|
2015-11-09 20:55:39 -08:00
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
|
|
|
.asm_28c96
|
|
|
|
inc c
|
|
|
|
ld a, c
|
2018-01-19 11:49:43 -08:00
|
|
|
cp PARTY_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
jr z, .asm_28ca6
|
|
|
|
push bc
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
pop bc
|
|
|
|
jr .asm_28c96
|
|
|
|
|
|
|
|
.asm_28ca6
|
2015-11-17 14:56:49 -08:00
|
|
|
ld hl, sPartyMail
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call AddNTimes
|
|
|
|
push hl
|
|
|
|
ld hl, wc9f4
|
|
|
|
ld a, [wd003]
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call AddNTimes
|
|
|
|
pop de
|
2015-11-17 14:56:49 -08:00
|
|
|
ld bc, MAIL_STRUCT_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
call CopyBytes
|
|
|
|
call CloseSRAM
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPlayerName
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wPlayerTrademonSenderName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartySpecies
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonSpecies], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMonOT
|
2015-11-09 20:55:39 -08:00
|
|
|
call SkipNames
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wPlayerTrademonOTName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1ID
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPartyLocation
|
|
|
|
ld a, [hli]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonID], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonID + 1], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1DVs
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPartyLocation
|
|
|
|
ld a, [hli]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonDVs], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonDVs + 1], a
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1Species
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPartyLocation
|
|
|
|
ld b, h
|
|
|
|
ld c, l
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall GetCaughtGender
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wPlayerTrademonCaughtData], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPlayerName
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wOTTrademonSenderName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
|
|
|
ld a, [wd003]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartySpecies
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonSpecies], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMonOT
|
2015-11-09 20:55:39 -08:00
|
|
|
call SkipNames
|
2015-11-22 21:21:21 -08:00
|
|
|
ld de, wOTTrademonOTName
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, NAME_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMon1ID
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
|
|
|
call GetPartyLocation
|
|
|
|
ld a, [hli]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonID], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonID + 1], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMon1DVs
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
|
|
|
call GetPartyLocation
|
|
|
|
ld a, [hli]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonDVs], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hl]
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonDVs + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartyMon1Species
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPartyLocation
|
|
|
|
ld b, h
|
|
|
|
ld c, l
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall GetCaughtGender
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
2015-11-22 21:21:21 -08:00
|
|
|
ld [wOTTrademonCaughtData], a
|
2015-11-10 16:51:13 -08:00
|
|
|
ld a, [wd002]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyMon], a
|
|
|
|
ld hl, wPartySpecies
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2015-11-10 16:51:13 -08:00
|
|
|
ld [wd002], a
|
2018-02-22 12:35:11 -08:00
|
|
|
xor a ; REMOVE_PARTY
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [wPokemonWithdrawDepositParameter], a
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar RemoveMonFromPartyOrBox
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyMon], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, TRUE
|
2015-11-28 12:13:40 -08:00
|
|
|
ld [wForceEvolution], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [wd003]
|
|
|
|
push af
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wOTPartySpecies
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, a
|
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
|
|
|
ld [wd003], a
|
|
|
|
ld c, 100
|
|
|
|
call DelayFrames
|
2020-02-13 09:30:13 -08:00
|
|
|
call ClearTilemap
|
2015-11-09 20:55:39 -08:00
|
|
|
call LoadFontsBattleExtra
|
2016-06-06 15:23:00 -07:00
|
|
|
ld b, SCGB_DIPLOMA
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetSGBLayout
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_EXTERNAL_CLOCK
|
2015-11-22 21:21:21 -08:00
|
|
|
jr z, .player_2
|
2018-01-16 11:30:10 -08:00
|
|
|
predef TradeAnimation
|
2015-11-22 21:21:21 -08:00
|
|
|
jr .done_animation
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-11-22 21:21:21 -08:00
|
|
|
.player_2
|
2018-01-16 11:30:10 -08:00
|
|
|
predef TradeAnimationPlayer2
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-11-22 21:21:21 -08:00
|
|
|
.done_animation
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
|
|
|
ld c, a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyMon], a
|
|
|
|
ld hl, wOTPartySpecies
|
2018-01-19 11:49:43 -08:00
|
|
|
ld d, 0
|
2015-11-09 20:55:39 -08:00
|
|
|
ld e, a
|
|
|
|
add hl, de
|
|
|
|
ld a, [hl]
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartySpecies], a
|
|
|
|
ld hl, wOTPartyMon1Species
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, c
|
|
|
|
call GetPartyLocation
|
2018-01-23 14:39:09 -08:00
|
|
|
ld de, wTempMonSpecies
|
2015-11-09 20:55:39 -08:00
|
|
|
ld bc, PARTYMON_STRUCT_LENGTH
|
|
|
|
call CopyBytes
|
2018-01-16 11:30:10 -08:00
|
|
|
predef AddTempmonToParty
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wCurPartyMon], a
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar EvolvePokemon
|
2015-11-09 20:55:39 -08:00
|
|
|
call ClearScreen
|
2015-12-21 11:10:16 -08:00
|
|
|
call LoadTradeScreenBorder
|
2016-05-15 18:50:31 -07:00
|
|
|
call SetTradeRoomBGPals
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, $1
|
|
|
|
pop af
|
|
|
|
ld c, a
|
|
|
|
cp MEW
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .loop
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wCurPartySpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp MEW
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, $2
|
|
|
|
ld a, c
|
|
|
|
cp CELEBI
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .loop
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wCurPartySpecies]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp CELEBI
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, $0
|
|
|
|
|
2016-05-11 18:19:52 -07:00
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
push bc
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_PrintWaitingTextAndSyncAndExchangeNybble
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TIMECAPSULE
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .save
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
|
|
|
and a
|
2016-05-11 18:19:52 -07:00
|
|
|
jr z, .save
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkAction]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp b
|
2016-05-11 18:19:52 -07:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2016-05-11 18:19:52 -07:00
|
|
|
.save
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall SaveAfterLinkTrade
|
2018-01-02 11:00:14 -08:00
|
|
|
farcall StubbedTrainerRankings_Trades
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall BackupMobileEventIndex
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, 40
|
|
|
|
call DelayFrames
|
|
|
|
hlcoord 0, 12
|
|
|
|
ld b, 4
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 1, 14
|
|
|
|
ld de, String28ebd
|
|
|
|
call PlaceString
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_WaitBGMap
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, 50
|
|
|
|
call DelayFrames
|
|
|
|
ld a, [wLinkMode]
|
|
|
|
cp LINK_TIMECAPSULE
|
2018-01-24 08:12:02 -08:00
|
|
|
jp z, Gen2ToGen1LinkComms
|
2015-12-20 09:54:08 -08:00
|
|
|
jp Gen2ToGen2LinkComms
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function28ea3:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld c, 100
|
|
|
|
call DelayFrames
|
2015-12-21 11:10:16 -08:00
|
|
|
jp InitTradeMenuDisplay
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
String28eab:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "TRADE"
|
|
|
|
next "CANCEL@"
|
|
|
|
|
2019-10-20 15:24:17 -07:00
|
|
|
LinkAskTradeForText:
|
|
|
|
text_far _LinkAskTradeForText
|
2018-11-17 10:33:03 -08:00
|
|
|
text_end
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
String28ebd:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "Trade completed!@"
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
String_TooBadTheTradeWasCanceled:
|
2015-11-09 20:55:39 -08:00
|
|
|
db "Too bad! The trade"
|
|
|
|
next "was canceled!@"
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LinkTextboxAtHL:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld d, h
|
|
|
|
ld e, l
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall LinkTextbox
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
LoadTradeScreenBorder:
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall _LoadTradeScreenBorder
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SetTradeRoomBGPals:
|
2018-07-22 21:13:43 -07:00
|
|
|
farcall LoadTradeRoomBGPals ; just a nested farcall; so wasteful
|
2015-11-09 20:55:39 -08:00
|
|
|
call SetPalettes
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Unreferenced_Function28f09:
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 0
|
|
|
|
ld b, 6
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2015-11-09 20:55:39 -08:00
|
|
|
hlcoord 0, 8
|
|
|
|
ld b, 6
|
|
|
|
ld c, 18
|
2018-01-16 11:30:10 -08:00
|
|
|
call LinkTextboxAtHL
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall PlaceTradePartnerNamesAndParty
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-03-25 07:18:33 -07:00
|
|
|
INCLUDE "engine/movie/trade_animation.asm"
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
CheckTimeCapsuleCompatibility:
|
2018-02-03 15:21:53 -08:00
|
|
|
; Checks to see if your party is compatible with the Gen 1 games.
|
|
|
|
; Returns the following in wScriptVar:
|
2015-11-09 20:55:39 -08:00
|
|
|
; 0: Party is okay
|
2018-02-03 15:21:53 -08:00
|
|
|
; 1: At least one Pokémon was introduced in Gen 2
|
|
|
|
; 2: At least one Pokémon has a move that was introduced in Gen 2
|
|
|
|
; 3: At least one Pokémon is holding mail
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-02-03 15:21:53 -08:00
|
|
|
; If any party Pokémon was introduced in the Gen 2 games, don't let it in.
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartySpecies
|
2018-01-10 14:30:27 -08:00
|
|
|
ld b, PARTY_LENGTH
|
2015-11-09 20:55:39 -08:00
|
|
|
.loop
|
|
|
|
ld a, [hli]
|
2015-12-21 11:10:16 -08:00
|
|
|
cp -1
|
2015-11-09 20:55:39 -08:00
|
|
|
jr z, .checkitem
|
2018-01-14 17:58:49 -08:00
|
|
|
cp JOHTO_POKEMON
|
2015-11-09 20:55:39 -08:00
|
|
|
jr nc, .mon_too_new
|
|
|
|
dec b
|
|
|
|
jr nz, .loop
|
|
|
|
|
2018-02-03 15:21:53 -08:00
|
|
|
; If any party Pokémon is holding mail, don't let it in.
|
2015-11-09 20:55:39 -08:00
|
|
|
.checkitem
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1Item
|
2015-11-09 20:55:39 -08:00
|
|
|
.itemloop
|
|
|
|
push hl
|
|
|
|
push bc
|
|
|
|
ld d, [hl]
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall ItemIsMail
|
2015-11-09 20:55:39 -08:00
|
|
|
pop bc
|
|
|
|
pop hl
|
|
|
|
jr c, .mon_has_mail
|
|
|
|
ld de, PARTYMON_STRUCT_LENGTH
|
|
|
|
add hl, de
|
|
|
|
dec b
|
|
|
|
jr nz, .itemloop
|
|
|
|
|
2018-02-03 15:21:53 -08:00
|
|
|
; If any party Pokémon has a move that was introduced in the Gen 2 games, don't let it in.
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyMon1Moves
|
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
|
|
|
.move_loop
|
|
|
|
ld c, NUM_MOVES
|
|
|
|
.move_next
|
|
|
|
ld a, [hli]
|
|
|
|
cp STRUGGLE + 1
|
|
|
|
jr nc, .move_too_new
|
|
|
|
dec c
|
|
|
|
jr nz, .move_next
|
2018-07-16 12:58:07 -07:00
|
|
|
ld de, PARTYMON_STRUCT_LENGTH - NUM_MOVES
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, de
|
|
|
|
dec b
|
|
|
|
jr nz, .move_loop
|
|
|
|
xor a
|
|
|
|
jr .done
|
|
|
|
|
|
|
|
.mon_too_new
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPokemonName
|
|
|
|
ld a, $1
|
|
|
|
jr .done
|
|
|
|
|
|
|
|
.move_too_new
|
|
|
|
push bc
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetMoveName
|
|
|
|
call CopyName1
|
|
|
|
pop bc
|
|
|
|
call Function29c67
|
|
|
|
ld a, $2
|
|
|
|
jr .done
|
|
|
|
|
|
|
|
.mon_has_mail
|
|
|
|
call Function29c67
|
|
|
|
ld a, $3
|
|
|
|
|
|
|
|
.done
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function29c67:
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wPartyCount]
|
2015-11-09 20:55:39 -08:00
|
|
|
sub b
|
|
|
|
ld c, a
|
|
|
|
inc c
|
2018-01-19 11:49:43 -08:00
|
|
|
ld b, 0
|
2018-01-23 14:39:09 -08:00
|
|
|
ld hl, wPartyCount
|
2015-11-09 20:55:39 -08:00
|
|
|
add hl, bc
|
|
|
|
ld a, [hl]
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wNamedObjectIndexBuffer], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call GetPokemonName
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
EnterTimeCapsule:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld c, 10
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
ld a, $4
|
2016-05-15 18:50:31 -07:00
|
|
|
call Link_EnsureSync
|
2015-11-23 13:04:53 -08:00
|
|
|
ld c, 40
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2019-11-08 13:03:08 -08:00
|
|
|
inc a ; LINK_TIMECAPSULE
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [wLinkMode], a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
WaitForOtherPlayerToExit:
|
2015-12-22 15:03:00 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2018-01-19 16:31:45 -08:00
|
|
|
ld a, CONNECTION_NOT_ESTABLISHED
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialConnectionStatus], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
|
|
|
ldh [hSerialReceive], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-12-22 15:03:00 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
|
|
|
ldh [hSerialReceive], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
|
|
|
ldh [hSerialReceive], a
|
|
|
|
ldh [rSC], a
|
2015-12-22 15:03:00 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2018-01-19 16:31:45 -08:00
|
|
|
ld a, CONNECTION_NOT_ESTABLISHED
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialConnectionStatus], a
|
|
|
|
ldh a, [rIF]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, IE_DEFAULT
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIE], a
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rIF], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [hli], a
|
|
|
|
ld [hl], a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [wLinkMode], a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SetBitsForLinkTradeRequest:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, LINK_TRADECENTER - 1
|
|
|
|
ld [wPlayerLinkAction], a
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wChosenCableClubRoom], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SetBitsForBattleRequest:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, LINK_COLOSSEUM - 1
|
|
|
|
ld [wPlayerLinkAction], a
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wChosenCableClubRoom], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SetBitsForTimeCapsuleRequest:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialReceive], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-23 13:04:53 -08:00
|
|
|
xor a ; LINK_TIMECAPSULE - 1
|
|
|
|
ld [wPlayerLinkAction], a
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wChosenCableClubRoom], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
WaitForLinkedFriend:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wPlayerLinkAction]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
2016-05-15 18:50:31 -07:00
|
|
|
jr z, .no_link_action
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialReceive], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
call DelayFrame
|
|
|
|
call DelayFrame
|
|
|
|
|
2016-05-15 18:50:31 -07:00
|
|
|
.no_link_action
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $2
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $ff
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames], a
|
|
|
|
.loop
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_INTERNAL_CLOCK
|
2016-05-15 18:50:31 -07:00
|
|
|
jr z, .connected
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_EXTERNAL_CLOCK
|
2016-05-15 18:50:31 -07:00
|
|
|
jr z, .connected
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, CONNECTION_NOT_ESTABLISHED
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialConnectionStatus], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialReceive], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld a, [wLinkTimeoutFrames]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames], a
|
|
|
|
jr nz, .not_done
|
|
|
|
ld a, [wLinkTimeoutFrames + 1]
|
2015-11-09 20:55:39 -08:00
|
|
|
dec a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames + 1], a
|
|
|
|
jr z, .done
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2016-05-15 18:50:31 -07:00
|
|
|
.not_done
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $1
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2019-05-05 09:14:46 -07:00
|
|
|
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
2016-05-15 18:50:31 -07:00
|
|
|
jr .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2016-05-15 18:50:31 -07:00
|
|
|
.connected
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2016-05-15 18:50:31 -07:00
|
|
|
ld c, 50
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
ld a, $1
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2016-05-15 18:50:31 -07:00
|
|
|
.done
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
CheckLinkTimeout:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $1
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $3
|
|
|
|
ld [hli], a
|
|
|
|
xor a
|
|
|
|
ld [hl], a
|
|
|
|
call WaitBGMap
|
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
call DelayFrame
|
2016-05-15 18:50:31 -07:00
|
|
|
call Link_CheckCommunicationError
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wScriptVar]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
|
|
|
ret nz
|
2016-05-15 18:50:31 -07:00
|
|
|
jp Link_ResetSerialRegistersAfterLinkClosure
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Function29dba:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $5
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $3
|
|
|
|
ld [hli], a
|
|
|
|
xor a
|
|
|
|
ld [hl], a
|
|
|
|
call WaitBGMap
|
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
call DelayFrame
|
2016-05-15 18:50:31 -07:00
|
|
|
call Link_CheckCommunicationError
|
2018-01-23 14:39:09 -08:00
|
|
|
ld a, [wScriptVar]
|
2015-11-09 20:55:39 -08:00
|
|
|
and a
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .vblank
|
2015-12-14 08:12:18 -08:00
|
|
|
ld bc, -1
|
2015-12-22 15:03:00 -08:00
|
|
|
.wait
|
2015-11-09 20:55:39 -08:00
|
|
|
dec bc
|
|
|
|
ld a, b
|
|
|
|
or c
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .wait
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $5
|
2015-12-22 15:03:00 -08:00
|
|
|
jr nz, .script_var
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $6
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $1
|
|
|
|
ld [hli], a
|
|
|
|
ld [hl], $32
|
2016-05-15 18:50:31 -07:00
|
|
|
call Link_CheckCommunicationError
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp $6
|
2015-12-22 15:03:00 -08:00
|
|
|
jr z, .vblank
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.script_var
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2015-12-22 15:03:00 -08:00
|
|
|
.vblank
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_CheckCommunicationError:
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialReceivedNewData], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld a, [wLinkTimeoutFrames]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld h, a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld a, [wLinkTimeoutFrames + 1]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld l, a
|
|
|
|
push hl
|
2016-05-11 18:19:52 -07:00
|
|
|
call .CheckConnected
|
2015-11-09 20:55:39 -08:00
|
|
|
pop hl
|
2016-05-11 18:19:52 -07:00
|
|
|
jr nz, .load_true
|
|
|
|
call .AcknowledgeSerial
|
|
|
|
call .ConvertDW
|
|
|
|
call .CheckConnected
|
|
|
|
jr nz, .load_true
|
|
|
|
call .AcknowledgeSerial
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2016-05-11 18:19:52 -07:00
|
|
|
jr .load_scriptvar
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2016-05-11 18:19:52 -07:00
|
|
|
.load_true
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $1
|
|
|
|
|
2016-05-11 18:19:52 -07:00
|
|
|
.load_scriptvar
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [hli], a
|
|
|
|
ld [hl], a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.CheckConnected:
|
2016-05-15 18:50:31 -07:00
|
|
|
call WaitLinkTransfer
|
|
|
|
ld hl, wLinkTimeoutFrames
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, [hli]
|
|
|
|
inc a
|
|
|
|
ret nz
|
|
|
|
ld a, [hl]
|
|
|
|
inc a
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.AcknowledgeSerial:
|
2016-05-11 18:19:52 -07:00
|
|
|
ld b, 10
|
|
|
|
.loop
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2015-11-09 20:55:39 -08:00
|
|
|
dec b
|
2016-05-11 18:19:52 -07:00
|
|
|
jr nz, .loop
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
.ConvertDW:
|
2016-05-15 18:50:31 -07:00
|
|
|
; [wLinkTimeoutFrames] = ((hl - $100) / 4) + $100
|
2018-01-19 11:49:43 -08:00
|
|
|
; = (hl / 4) + $c0
|
2015-11-09 20:55:39 -08:00
|
|
|
dec h
|
|
|
|
srl h
|
|
|
|
rr l
|
|
|
|
srl h
|
|
|
|
rr l
|
|
|
|
inc h
|
|
|
|
ld a, h
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, l
|
2016-05-15 18:50:31 -07:00
|
|
|
ld [wLinkTimeoutFrames + 1], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
TryQuickSave:
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wChosenCableClubRoom]
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
2017-12-24 09:47:30 -08:00
|
|
|
farcall Link_SaveGame
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, TRUE
|
2016-05-15 18:50:31 -07:00
|
|
|
jr nc, .return_result
|
2018-01-19 11:49:43 -08:00
|
|
|
xor a ; FALSE
|
2016-05-15 18:50:31 -07:00
|
|
|
.return_result
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld c, 30
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
pop af
|
2018-07-28 16:27:34 -07:00
|
|
|
ld [wChosenCableClubRoom], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
CheckBothSelectedSameRoom:
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wChosenCableClubRoom]
|
2016-05-15 18:50:31 -07:00
|
|
|
call Link_EnsureSync
|
2015-11-09 20:55:39 -08:00
|
|
|
push af
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
2015-12-01 18:54:11 -08:00
|
|
|
call LinkDataReceived
|
2015-11-09 20:55:39 -08:00
|
|
|
pop af
|
|
|
|
ld b, a
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wChosenCableClubRoom]
|
2015-11-09 20:55:39 -08:00
|
|
|
cp b
|
2015-11-23 13:04:53 -08:00
|
|
|
jr nz, .fail
|
2018-07-28 16:27:34 -07:00
|
|
|
ld a, [wChosenCableClubRoom]
|
2015-11-09 20:55:39 -08:00
|
|
|
inc a
|
|
|
|
ld [wLinkMode], a
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, TRUE
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2015-11-23 13:04:53 -08:00
|
|
|
.fail
|
2018-01-19 11:49:43 -08:00
|
|
|
xor a ; FALSE
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
TimeCapsule:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, LINK_TIMECAPSULE
|
|
|
|
ld [wLinkMode], a
|
|
|
|
call DisableSpriteUpdates
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar LinkCommunications
|
2015-11-09 20:55:39 -08:00
|
|
|
call EnableSpriteUpdates
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
TradeCenter:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, LINK_TRADECENTER
|
|
|
|
ld [wLinkMode], a
|
|
|
|
call DisableSpriteUpdates
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar LinkCommunications
|
2015-11-09 20:55:39 -08:00
|
|
|
call EnableSpriteUpdates
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Colosseum:
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, LINK_COLOSSEUM
|
|
|
|
ld [wLinkMode], a
|
|
|
|
call DisableSpriteUpdates
|
2017-12-24 09:47:30 -08:00
|
|
|
callfar LinkCommunications
|
2015-11-09 20:55:39 -08:00
|
|
|
call EnableSpriteUpdates
|
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
CloseLink:
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
|
|
|
ld [wLinkMode], a
|
2016-05-15 18:50:31 -07:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2016-05-15 18:50:31 -07:00
|
|
|
jp Link_ResetSerialRegistersAfterLinkClosure
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
FailedLinkToPast:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld c, 40
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
|
|
|
ld a, $e
|
2016-05-15 18:50:31 -07:00
|
|
|
jp Link_EnsureSync
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_ResetSerialRegistersAfterLinkClosure:
|
2015-11-23 13:04:53 -08:00
|
|
|
ld c, 3
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrames
|
2018-01-19 11:49:43 -08:00
|
|
|
ld a, CONNECTION_NOT_ESTABLISHED
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialConnectionStatus], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [rSB], a
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hSerialReceive], a
|
|
|
|
ldh [rSC], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
Link_EnsureSync:
|
2015-11-09 20:55:39 -08:00
|
|
|
add $d0
|
2015-11-23 13:04:53 -08:00
|
|
|
ld [wPlayerLinkAction], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld [wcf57], a
|
|
|
|
ld a, $2
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
call DelayFrame
|
|
|
|
call DelayFrame
|
2015-11-23 13:04:53 -08:00
|
|
|
.receive_loop
|
2018-01-19 11:49:43 -08:00
|
|
|
call Serial_ExchangeLinkMenuSelection
|
2015-11-23 13:04:53 -08:00
|
|
|
ld a, [wOtherPlayerLinkMode]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
|
|
|
and $f0
|
|
|
|
cp $d0
|
2015-11-23 13:04:53 -08:00
|
|
|
jr z, .done
|
|
|
|
ld a, [wOtherPlayerLinkAction]
|
2015-11-09 20:55:39 -08:00
|
|
|
ld b, a
|
|
|
|
and $f0
|
|
|
|
cp $d0
|
2015-11-23 13:04:53 -08:00
|
|
|
jr nz, .receive_loop
|
2015-11-09 20:55:39 -08:00
|
|
|
|
2015-11-23 13:04:53 -08:00
|
|
|
.done
|
2015-11-09 20:55:39 -08:00
|
|
|
xor a
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh [hVBlank], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ld a, b
|
|
|
|
and $f
|
|
|
|
ret
|
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
CableClubCheckWhichChris:
|
2018-08-25 11:28:22 -07:00
|
|
|
ldh a, [hSerialConnectionStatus]
|
2018-01-19 11:49:43 -08:00
|
|
|
cp USING_EXTERNAL_CLOCK
|
|
|
|
ld a, TRUE
|
2015-11-09 20:55:39 -08:00
|
|
|
jr z, .yes
|
2018-01-19 11:49:43 -08:00
|
|
|
dec a ; FALSE
|
2015-11-09 20:55:39 -08:00
|
|
|
|
|
|
|
.yes
|
2018-01-23 14:39:09 -08:00
|
|
|
ld [wScriptVar], a
|
2015-11-09 20:55:39 -08:00
|
|
|
ret
|
|
|
|
|
2020-06-16 08:28:52 -07:00
|
|
|
Unreferenced_GSLinkCommsBorderGFX:
|
|
|
|
INCBIN "gfx/trade/unused_gs_border_tiles.2bpp"
|
2017-12-15 18:22:26 -08:00
|
|
|
|
2018-01-02 07:04:21 -08:00
|
|
|
Unreferenced_Function29fe4:
|
2017-12-15 18:22:26 -08:00
|
|
|
ld a, BANK(sPartyMail)
|
2020-06-17 14:03:38 -07:00
|
|
|
call OpenSRAM
|
2018-01-19 11:49:43 -08:00
|
|
|
ld d, FALSE
|
2017-12-15 18:22:26 -08:00
|
|
|
ld b, CHECK_FLAG
|
2018-01-16 11:30:10 -08:00
|
|
|
predef SmallFarFlagAction
|
2017-12-15 18:22:26 -08:00
|
|
|
call CloseSRAM
|
|
|
|
ld a, c
|
|
|
|
and a
|
|
|
|
ret
|