pokecrystal-board/engine/link/link.asm

2616 lines
45 KiB
NASM
Raw Permalink Normal View History

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
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
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
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
ld hl, wLinkByteTimeout
2020-10-29 13:43:28 -07:00
assert LOW(SERIAL_LINK_BYTE_TIMEOUT) == 0
xor a ; LOW(SERIAL_LINK_BYTE_TIMEOUT)
2015-11-09 20:55:39 -08:00
ld [hli], a
2020-10-29 13:43:28 -07:00
ld [hl], HIGH(SERIAL_LINK_BYTE_TIMEOUT)
2015-11-09 20:55:39 -08:00
ld a, [wLinkMode]
cp LINK_TIMECAPSULE
jp nz, Gen2ToGen2LinkComms
2015-11-09 20:55:39 -08:00
2018-06-24 07:09:41 -07:00
Gen2ToGen1LinkComms:
call ClearLinkData
call Link_PrepPartyData_Gen1
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
ldh a, [hSerialConnectionStatus]
cp USING_INTERNAL_CLOCK
2015-12-21 11:10:16 -08:00
jr nz, .player_1
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [hSerialSend], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2015-11-09 20:55:39 -08:00
call DelayFrame
xor a
ldh [hSerialSend], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
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
vc_patch Wireless_net_delay_5
if DEF(_CRYSTAL11_VC)
ld c, 26
else
ld c, 3
endc
vc_patch_end
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [rIF], a
2019-05-05 09:14:46 -07:00
ld a, 1 << SERIAL
ldh [rIE], a
2020-11-01 10:42:12 -08:00
ld hl, wLinkBattleRNPreamble
ld de, wEnemyMon
2020-11-01 10:42:12 -08:00
ld bc, SERIAL_RN_PREAMBLE_LENGTH + SERIAL_RNS_LENGTH
vc_hook Wireless_ExchangeBytes_Gen2toGen1_RNG_state
call Serial_ExchangeBytes
ld a, SERIAL_NO_DATA_BYTE
2015-11-09 20:55:39 -08:00
ld [de], a
ld hl, wLinkData
ld de, wOTPartyData
2023-03-31 04:13:52 -07:00
ld bc, SERIAL_PREAMBLE_LENGTH + NAME_LENGTH + (1 + PARTY_LENGTH + 1) + (REDMON_STRUCT_LENGTH + NAME_LENGTH * 2) * PARTY_LENGTH + 3
vc_hook Wireless_ExchangeBytes_Gen2toGen1_party_structs
call Serial_ExchangeBytes
ld a, SERIAL_NO_DATA_BYTE
2015-11-09 20:55:39 -08:00
ld [de], a
ld hl, wPlayerPatchLists
ld de, wOTPatchLists
ld bc, SERIAL_PATCH_LIST_LENGTH
vc_hook Wireless_ExchangeBytes_Gen2toGen1_patch_lists
call Serial_ExchangeBytes
2015-11-09 20:55:39 -08:00
xor a
ldh [rIF], a
ld a, (1 << JOYPAD) | (1 << SERIAL) | (1 << VBLANK)
ldh [rIE], a
call Link_CopyRandomNumbers
ld hl, wOTPartyData
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, ExitLinkCommunications
2015-11-09 20:55:39 -08:00
cp $7
jp nc, ExitLinkCommunications
ld de, wLinkData
ld bc, NAME_LENGTH + (1 + PARTY_LENGTH + 1) + (REDMON_STRUCT_LENGTH + NAME_LENGTH * 2) * PARTY_LENGTH + 3
2015-12-21 11:10:16 -08:00
call Link_CopyOTData
ld de, wOTPatchLists
ld hl, wTimeCapsulePlayerData
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
cp SERIAL_PREAMBLE_BYTE
2015-12-21 11:10:16 -08:00
jr z, .loop
cp SERIAL_NO_DATA_BYTE
2015-12-21 11:10:16 -08:00
jr z, .loop
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
ld b, 0
2015-11-09 20:55:39 -08:00
dec a
ld c, a
add hl, bc
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
ld hl, wTimeCapsulePlayerData + SERIAL_PATCH_DATA_SIZE
2015-11-09 20:55:39 -08:00
dec c
2015-12-21 11:10:16 -08:00
jr nz, .loop
ld hl, wLinkData
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
ld [wTempSpecies], a
2015-11-09 20:55:39 -08:00
push hl
push de
callfar ConvertMon_1to2
2015-11-09 20:55:39 -08:00
pop de
pop hl
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
ld hl, wTimeCapsulePlayerData
call Link_ConvertPartyStruct1to2
ld a, LOW(wOTPartyMonOTs)
ld [wUnusedNamesPointer], a
ld a, HIGH(wOTPartyMonOTs)
ld [wUnusedNamesPointer + 1], a
2015-11-09 20:55:39 -08:00
ld de, MUSIC_NONE
call PlayMusic
ldh a, [hSerialConnectionStatus]
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:
call ClearLinkData
call Link_PrepPartyData_Gen2
call FixDataForLinkTransfer
call CheckLinkTimeout_Gen2
2023-09-30 10:12:57 -07:00
ldh a, [hScriptVar]
2015-11-09 20:55:39 -08:00
and a
2016-01-04 05:43:55 -08:00
jp z, LinkTimeout
ldh a, [hSerialConnectionStatus]
cp USING_INTERNAL_CLOCK
jr nz, .player_1
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [hSerialSend], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2015-11-09 20:55:39 -08:00
call DelayFrame
xor a
ldh [hSerialSend], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2015-11-09 20:55:39 -08:00
.player_1
2015-11-09 20:55:39 -08:00
ld de, MUSIC_NONE
call PlayMusic
vc_patch Wireless_net_delay_8
if DEF(_CRYSTAL11_VC)
ld c, 26
else
ld c, 3
endc
vc_patch_end
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [rIF], a
2019-05-05 09:14:46 -07:00
ld a, 1 << SERIAL
ldh [rIE], a
2020-11-01 10:42:12 -08:00
ld hl, wLinkBattleRNPreamble
2023-03-30 12:23:46 -07:00
ld de, wOTLinkBattleRNData
2020-11-01 10:42:12 -08:00
ld bc, SERIAL_RN_PREAMBLE_LENGTH + SERIAL_RNS_LENGTH
vc_hook Wireless_ExchangeBytes_RNG_state
call Serial_ExchangeBytes
ld a, SERIAL_NO_DATA_BYTE
2015-11-09 20:55:39 -08:00
ld [de], a
ld hl, wLinkData
ld de, wOTPartyData
2023-03-31 04:13:52 -07:00
ld bc, SERIAL_PREAMBLE_LENGTH + NAME_LENGTH + (1 + PARTY_LENGTH + 1) + 2 + (PARTYMON_STRUCT_LENGTH + NAME_LENGTH * 2) * PARTY_LENGTH + 3
vc_hook Wireless_ExchangeBytes_party_structs
call Serial_ExchangeBytes
ld a, SERIAL_NO_DATA_BYTE
2015-11-09 20:55:39 -08:00
ld [de], a
ld hl, wPlayerPatchLists
ld de, wOTPatchLists
ld bc, SERIAL_PATCH_LIST_LENGTH
vc_hook Wireless_ExchangeBytes_patch_lists
call Serial_ExchangeBytes
2015-11-09 20:55:39 -08:00
ld a, [wLinkMode]
cp LINK_TRADECENTER
jr nz, .not_trading
ld hl, wLinkPlayerMail
ld de, wLinkOTMail
ld bc, wLinkPlayerMailEnd - wLinkPlayerMail
vc_hook Wireless_ExchangeBytes_mail
call ExchangeBytes
.not_trading
2023-03-31 04:13:52 -07:00
2015-11-09 20:55:39 -08:00
xor a
ldh [rIF], a
ld a, (1 << JOYPAD) | (1 << SERIAL) | (1 << VBLANK)
ldh [rIE], a
2015-11-09 20:55:39 -08:00
ld de, MUSIC_NONE
call PlayMusic
call Link_CopyRandomNumbers
ld hl, wOTPartyData
2015-12-21 11:10:16 -08:00
call Link_FindFirstNonControlCharacter_SkipZero
ld de, wLinkData
ld bc, NAME_LENGTH + 1 + PARTY_LENGTH + 1 + 2 + (PARTYMON_STRUCT_LENGTH + NAME_LENGTH * 2) * PARTY_LENGTH
2015-12-21 11:10:16 -08:00
call Link_CopyOTData
ld de, wOTPatchLists
ld hl, wLinkPlayerData
ld c, 2
.loop1
2015-11-09 20:55:39 -08:00
ld a, [de]
inc de
and a
jr z, .loop1
cp SERIAL_PREAMBLE_BYTE
jr z, .loop1
cp SERIAL_NO_DATA_BYTE
jr z, .loop1
cp SERIAL_PATCH_LIST_PART_TERMINATOR
jr z, .next1
2015-11-09 20:55:39 -08:00
push hl
push bc
ld b, 0
2015-11-09 20:55:39 -08:00
dec a
ld c, a
add hl, bc
ld a, SERIAL_NO_DATA_BYTE
2015-11-09 20:55:39 -08:00
ld [hl], a
pop bc
pop hl
jr .loop1
2015-11-09 20:55:39 -08:00
.next1
ld hl, wLinkPlayerData + SERIAL_PATCH_DATA_SIZE
2015-11-09 20:55:39 -08:00
dec c
jr nz, .loop1
2015-11-09 20:55:39 -08:00
ld a, [wLinkMode]
cp LINK_TRADECENTER
jp nz, .skip_mail
ld hl, wLinkOTMail
.loop2
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp SERIAL_MAIL_PREAMBLE_BYTE
jr nz, .loop2
.loop3
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp SERIAL_NO_DATA_BYTE
jr z, .loop3
cp SERIAL_MAIL_PREAMBLE_BYTE
jr z, .loop3
2015-11-09 20:55:39 -08:00
dec hl
ld de, wLinkOTMail
ld bc, wLinkDataEnd - wLinkOTMail ; should be wLinkOTMailEnd - wLinkOTMail
2015-11-09 20:55:39 -08:00
call CopyBytes
; Replace SERIAL_MAIL_REPLACEMENT_BYTE with SERIAL_NO_DATA_BYTE across all mail
; message bodies.
ld hl, wLinkOTMailMessages
ld bc, (MAIL_MSG_LENGTH + 1) * PARTY_LENGTH
.loop4
2015-11-09 20:55:39 -08:00
ld a, [hl]
cp SERIAL_MAIL_REPLACEMENT_BYTE
jr nz, .okay1
ld [hl], SERIAL_NO_DATA_BYTE
.okay1
2015-11-09 20:55:39 -08:00
inc hl
dec bc
ld a, b
or c
jr nz, .loop4
2023-03-31 04:13:52 -07:00
ld de, wLinkOTMailPatchSet
.loop5
2015-11-09 20:55:39 -08:00
ld a, [de]
inc de
cp SERIAL_PATCH_LIST_PART_TERMINATOR
jr z, .start_copying_mail
ld hl, wLinkOTMailMetadata
2015-11-09 20:55:39 -08:00
dec a
ld b, 0
2015-11-09 20:55:39 -08:00
ld c, a
add hl, bc
ld [hl], SERIAL_NO_DATA_BYTE
jr .loop5
2015-11-09 20:55:39 -08:00
.start_copying_mail
ld hl, wLinkOTMail
ld de, wLinkReceivedMail
ld b, PARTY_LENGTH
.copy_mail_loop
2015-11-09 20:55:39 -08:00
push bc
ld bc, MAIL_MSG_LENGTH + 1
2015-11-09 20:55:39 -08:00
call CopyBytes
ld a, LOW(MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1))
2015-11-09 20:55:39 -08:00
add e
ld e, a
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
jr nz, .copy_mail_loop
ld de, wLinkReceivedMail
ld b, PARTY_LENGTH
.copy_author_loop
2015-11-09 20:55:39 -08:00
push bc
ld a, LOW(MAIL_MSG_LENGTH + 1)
2015-11-09 20:55:39 -08:00
add e
ld e, a
ld a, HIGH(MAIL_MSG_LENGTH + 1)
2015-11-09 20:55:39 -08:00
adc d
ld d, a
ld bc, MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1)
2015-11-09 20:55:39 -08:00
call CopyBytes
pop bc
dec b
jr nz, .copy_author_loop
2015-11-09 20:55:39 -08:00
ld de, wLinkReceivedMailEnd
2015-11-09 20:55:39 -08:00
xor a
ld [de], a
.skip_mail
ld hl, wLinkData
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
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
ld a, LOW(wOTPartyMonOTs)
ld [wUnusedNamesPointer], a
ld a, HIGH(wOTPartyMonOTs)
ld [wUnusedNamesPointer + 1], a
2015-11-09 20:55:39 -08:00
ld de, MUSIC_NONE
call PlayMusic
ldh a, [hSerialConnectionStatus]
cp USING_INTERNAL_CLOCK
2015-11-09 20:55:39 -08:00
ld c, 66
call z, DelayFrames
ld a, [wLinkMode]
cp LINK_COLOSSEUM
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
2020-11-03 16:53:07 -08:00
2018-01-23 14:39:09 -08:00
ld hl, wOptions
2015-11-09 20:55:39 -08:00
ld a, [hl]
push af
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
ld a, [wDisableTextAcceleration]
2015-11-09 20:55:39 -08:00
push af
ld a, TRUE
2016-05-05 12:07:37 -07:00
ld [wDisableTextAcceleration], a
ldh a, [rIE]
2015-11-09 20:55:39 -08:00
push af
ldh a, [rIF]
2015-11-09 20:55:39 -08:00
push af
xor a
ldh [rIF], a
ldh a, [rIE]
2019-05-05 09:14:46 -07:00
set LCD_STAT, a
ldh [rIE], a
2015-11-09 20:55:39 -08:00
pop af
ldh [rIF], a
2016-05-05 12:07:37 -07:00
2020-11-03 16:53:07 -08:00
; LET'S DO THIS
predef StartBattle
2016-05-05 12:07:37 -07:00
ldh a, [rIF]
2015-11-09 20:55:39 -08:00
ld h, a
xor a
ldh [rIF], a
2015-11-09 20:55:39 -08:00
pop af
ldh [rIE], a
2015-11-09 20:55:39 -08:00
ld a, h
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
2020-11-03 16:53:07 -08:00
2017-12-24 09:47:30 -08:00
farcall LoadPokemonData
jp ExitLinkCommunications
2015-11-09 20:55:39 -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:
ld de, .LinkTimeoutText
2016-01-04 05:43:55 -08:00
ld b, 10
.loop
2015-11-09 20:55:39 -08:00
call DelayFrame
call LinkDataReceived
2015-11-09 20:55:39 -08:00
dec b
jr nz, .loop
2015-11-09 20:55:39 -08:00
xor a
ld [hld], a
ld [hl], a
ldh [hVBlank], a
2015-11-09 20:55:39 -08:00
push de
hlcoord 0, 12
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
2024-02-10 15:16:00 -08:00
call PrintTextboxTextAt
2015-11-20 08:47:52 -08:00
call RotateThreePalettesRight
2015-11-09 20:55:39 -08:00
call ClearScreen
ld b, CGB_DIPLOMA
call GetCGBLayout
2015-12-11 13:59:40 -08:00
call WaitBGMap2
2015-11-09 20:55:39 -08:00
ret
.LinkTimeoutText:
text_far _LinkTimeoutText
text_end
2015-11-09 20:55:39 -08:00
2018-06-24 07:09:41 -07:00
ExchangeBytes:
; This is similar to Serial_ExchangeBytes,
; but without a SERIAL_PREAMBLE_BYTE check.
ld a, TRUE
ldh [hSerialIgnoringInitialData], a
.loop
2015-11-09 20:55:39 -08:00
ld a, [hl]
ldh [hSerialSend], a
call Serial_ExchangeByte
2015-11-09 20:55:39 -08:00
push bc
ld b, a
inc hl
ld a, 48
.wait
2015-11-09 20:55:39 -08:00
dec a
jr nz, .wait
ldh a, [hSerialIgnoringInitialData]
2015-11-09 20:55:39 -08:00
and a
ld a, b
pop bc
jr z, .load
2015-11-09 20:55:39 -08:00
dec hl
xor a
ldh [hSerialIgnoringInitialData], a
jr .loop
2015-11-09 20:55:39 -08:00
.load
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
dec bc
ld a, b
or c
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:
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
jr nz, .loop
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
FixDataForLinkTransfer:
2020-11-01 10:42:12 -08:00
ld hl, wLinkBattleRNPreamble
ld a, SERIAL_PREAMBLE_BYTE
2020-11-01 10:42:12 -08:00
ld b, SERIAL_RN_PREAMBLE_LENGTH
.preamble_loop
2015-11-09 20:55:39 -08:00
ld [hli], a
dec b
2020-11-01 10:42:12 -08:00
jr nz, .preamble_loop
; Initialize random seed, making sure special bytes are omitted
2020-11-01 10:42:12 -08:00
assert wLinkBattleRNPreamble + SERIAL_RN_PREAMBLE_LENGTH == wLinkBattleRNs
ld b, SERIAL_RNS_LENGTH
.rn_loop
2015-11-09 20:55:39 -08:00
call Random
cp SERIAL_PREAMBLE_BYTE
2020-11-01 10:42:12 -08:00
jr nc, .rn_loop
2015-11-09 20:55:39 -08:00
ld [hli], a
dec b
2020-11-01 10:42:12 -08:00
jr nz, .rn_loop
; Clear the patch list
ld hl, wPlayerPatchLists
ld a, SERIAL_PREAMBLE_BYTE
2023-03-31 04:13:52 -07:00
rept SERIAL_PATCH_PREAMBLE_LENGTH
2015-11-09 20:55:39 -08:00
ld [hli], a
2023-03-31 04:13:52 -07:00
endr
ld b, SERIAL_PATCH_LIST_LENGTH
2015-11-09 20:55:39 -08:00
xor a
.clear_loop
2015-11-09 20:55:39 -08:00
ld [hli], a
dec b
jr nz, .clear_loop
2020-11-01 10:42:12 -08:00
; Loop through all the patchable link data
ld hl, wLinkData + SERIAL_PREAMBLE_LENGTH + NAME_LENGTH + (1 + PARTY_LENGTH + 1) - 1
ld de, wPlayerPatchLists + SERIAL_RNS_LENGTH ; ???
2015-12-21 11:10:16 -08:00
lb bc, 0, 0
.patch_loop
; Check if we've gone over the entire area
2015-11-09 20:55:39 -08:00
inc c
ld a, c
cp SERIAL_PATCH_DATA_SIZE + 1
jr z, .data1_done
; If we're processing the second patch area, check if we've reached the end
2015-11-09 20:55:39 -08:00
ld a, b
dec a
jr nz, .process
2015-11-09 20:55:39 -08:00
push bc
ld a, [wLinkMode]
cp LINK_TIMECAPSULE
ld b, REDMON_STRUCT_LENGTH * PARTY_LENGTH - SERIAL_PATCH_DATA_SIZE + 1
jr z, .got_size
ld b, 2 + PARTYMON_STRUCT_LENGTH * PARTY_LENGTH - SERIAL_PATCH_DATA_SIZE + 1
.got_size
2015-11-09 20:55:39 -08:00
ld a, c
cp b
pop bc
jr z, .data2_done
.process
; Replace the "no data" byte, and record it in the array
2015-11-09 20:55:39 -08:00
inc hl
ld a, [hl]
cp SERIAL_NO_DATA_BYTE
jr nz, .patch_loop
2015-11-09 20:55:39 -08:00
ld a, c
ld [de], a
inc de
ld [hl], SERIAL_PATCH_REPLACEMENT_BYTE
jr .patch_loop
2015-11-09 20:55:39 -08:00
.data1_done
ld a, SERIAL_PATCH_LIST_PART_TERMINATOR
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
lb bc, 1, 0
jr .patch_loop
2015-11-09 20:55:39 -08:00
.data2_done
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:
ld de, wLinkData
ld a, SERIAL_PREAMBLE_BYTE
2020-07-06 12:49:01 -07:00
ld b, SERIAL_PREAMBLE_LENGTH
.loop1
2015-11-09 20:55:39 -08:00
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
2015-11-09 20:55:39 -08:00
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
.loop2
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp -1
jr z, .done_party
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
ld a, [wTempSpecies]
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
jr .loop2
.done_party
2015-11-09 20:55:39 -08:00
ld [de], a
pop de
ld hl, 1 + PARTY_LENGTH + 1
2015-11-09 20:55:39 -08:00
add hl, de
2015-11-09 20:55:39 -08:00
ld d, h
ld e, l
2018-01-23 14:39:09 -08:00
ld hl, wPartyMon1Species
ld c, PARTY_LENGTH
.mon_loop
2015-11-09 20:55:39 -08:00
push bc
call .ConvertPartyStruct2to1
2015-11-09 20:55:39 -08:00
ld bc, PARTYMON_STRUCT_LENGTH
add hl, bc
pop bc
dec c
jr nz, .mon_loop
ld hl, wPartyMonOTs
call .copy_ot_nicks
2018-01-23 14:39:09 -08:00
ld hl, wPartyMonNicknames
.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]
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
ld a, [wTempSpecies]
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
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
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]
cp MAGNEMITE
jr z, .steel_type
cp MAGNETON
jr nz, .skip_steel
2015-11-09 20:55:39 -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
jr .done_steel
2015-11-09 20:55:39 -08:00
.skip_steel
2015-11-09 20:55:39 -08:00
push bc
dec a
ld hl, BaseData + BASE_TYPES
ld bc, BASE_DATA_SIZE
2015-11-09 20:55:39 -08:00
call AddNTimes
ld bc, BASE_CATCH_RATE - BASE_TYPES
2015-11-09 20:55:39 -08:00
ld a, BANK(BaseData)
call FarCopyBytes
pop bc
.done_steel
2015-11-09 20:55:39 -08:00
push bc
ld hl, MON_ITEM
2015-11-09 20:55:39 -08:00
add hl, bc
ld bc, MON_HAPPINESS - MON_ITEM
2015-11-09 20:55:39 -08:00
call CopyBytes
pop bc
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
ld hl, MON_MAXHP
2015-11-09 20:55:39 -08:00
add hl, bc
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
ld c, STAT_SATK
ld b, TRUE
predef CalcMonStatC
2015-11-09 20:55:39 -08:00
pop bc
pop de
ldh a, [hQuotient + 2]
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
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:
ld de, wLinkData
ld a, SERIAL_PREAMBLE_BYTE
2020-07-06 12:49:01 -07:00
ld b, SERIAL_PREAMBLE_LENGTH
2023-03-31 04:13:52 -07:00
.preamble_loop
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
dec b
2023-03-31 04:13:52 -07:00
jr nz, .preamble_loop
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
ld hl, wPartyMonOTs
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
; Fill 5 bytes at wLinkPlayerMailPreamble with $20
ld de, wLinkPlayerMail
ld a, SERIAL_MAIL_PREAMBLE_BYTE
call Link_CopyMailPreamble
2015-11-22 09:01:58 -08:00
; Copy all the mail messages to wLinkPlayerMailMessages
2015-11-17 14:56:49 -08:00
ld a, BANK(sPartyMail)
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
2023-03-31 04:13:52 -07:00
.message_loop
2015-11-09 20:55:39 -08:00
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
ld bc, MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1)
2015-11-09 20:55:39 -08:00
add hl, bc
pop bc
dec b
2023-03-31 04:13:52 -07:00
jr nz, .message_loop
; Copy the mail data to wLinkPlayerMailMetadata
2015-11-17 14:56:49 -08:00
ld hl, sPartyMail
2015-11-09 20:55:39 -08:00
ld b, PARTY_LENGTH
2023-03-31 04:13:52 -07:00
.metadata_loop
2015-11-09 20:55:39 -08:00
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
ld bc, MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1)
2015-11-09 20:55:39 -08:00
call CopyBytes
pop bc
dec b
2023-03-31 04:13:52 -07:00
jr nz, .metadata_loop
2015-11-09 20:55:39 -08:00
call CloseSRAM
; The SERIAL_NO_DATA_BYTE value isn't allowed anywhere in message text
ld hl, wLinkPlayerMailMessages
ld bc, (MAIL_MSG_LENGTH + 1) * PARTY_LENGTH
2023-03-31 04:13:52 -07:00
.message_patch_loop
2015-11-09 20:55:39 -08:00
ld a, [hl]
cp SERIAL_NO_DATA_BYTE
2023-03-31 04:13:52 -07:00
jr nz, .message_patch_skip
ld [hl], SERIAL_MAIL_REPLACEMENT_BYTE
2023-03-31 04:13:52 -07:00
.message_patch_skip
2015-11-09 20:55:39 -08:00
inc hl
dec bc
ld a, b
or c
2023-03-31 04:13:52 -07:00
jr nz, .message_patch_loop
; Calculate the patch offsets for the mail metadata
ld hl, wLinkPlayerMailMetadata
ld de, wLinkPlayerMailPatchSet
ld b, (MAIL_STRUCT_LENGTH - (MAIL_MSG_LENGTH + 1)) * PARTY_LENGTH
ld c, 0
2023-03-31 04:13:52 -07:00
.metadata_patch_loop
2015-11-09 20:55:39 -08:00
inc c
ld a, [hl]
cp SERIAL_NO_DATA_BYTE
2023-03-31 04:13:52 -07:00
jr nz, .metadata_patch_skip
ld [hl], SERIAL_PATCH_REPLACEMENT_BYTE
2015-11-09 20:55:39 -08:00
ld a, c
ld [de], a
inc de
2023-03-31 04:13:52 -07:00
.metadata_patch_skip
2015-11-09 20:55:39 -08:00
inc hl
dec b
2023-03-31 04:13:52 -07:00
jr nz, .metadata_patch_loop
ld a, SERIAL_PATCH_LIST_PART_TERMINATOR
2015-11-09 20:55:39 -08:00
ld [de], a
ret
Link_CopyMailPreamble:
; fill 5 bytes with the value of a, starting at de
ld c, SERIAL_MAIL_PREAMBLE_LENGTH
2015-11-09 20:55:39 -08:00
.loop
ld [de], a
inc de
dec c
jr nz, .loop
ret
Link_ConvertPartyStruct1to2:
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
ld hl, wCurLinkOTPartyMonTypePointer
2015-11-09 20:55:39 -08:00
ld a, c
ld [hli], a
ld [hl], b
2018-01-23 14:39:09 -08:00
ld hl, wOTPartyMon1Species
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
ld de, wOTPartyMonOTs
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
ld [wTempSpecies], a
callfar ConvertMon_1to2
2015-11-09 20:55:39 -08:00
pop de
pop bc
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
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, wCurLinkOTPartyMonTypePointer
2015-11-09 20:55:39 -08:00
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 [wCurLinkOTPartyMonTypePointer], a
2015-11-09 20:55:39 -08:00
ld a, h
ld [wCurLinkOTPartyMonTypePointer + 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
ld c, STAT_SATK
ld b, TRUE
predef CalcMonStatC
2015-11-09 20:55:39 -08:00
pop bc
pop hl
ldh a, [hQuotient + 2]
2015-11-09 20:55:39 -08:00
ld [hli], a
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
ld c, STAT_SDEF
ld b, TRUE
predef CalcMonStatC
2015-11-09 20:55:39 -08:00
pop bc
pop hl
ldh a, [hQuotient + 2]
2015-11-09 20:55:39 -08:00
ld [hli], a
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
ld [hli], a
2015-11-09 20:55:39 -08:00
ld [hl], a
pop hl
inc de
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:
.loop
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp SERIAL_NO_DATA_BYTE
jr z, .loop
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
dec bc
ld a, b
or c
jr nz, .loop
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
Link_CopyRandomNumbers:
ldh a, [hSerialConnectionStatus]
cp USING_INTERNAL_CLOCK
2015-11-09 20:55:39 -08:00
ret z
2023-03-30 12:23:46 -07:00
ld hl, wOTLinkBattleRNData
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
.loop
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp SERIAL_NO_DATA_BYTE
jr z, .loop
cp SERIAL_PREAMBLE_BYTE
jr z, .loop
2015-11-09 20:55:39 -08:00
ld [de], a
inc de
dec c
jr nz, .loop
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
Link_FindFirstNonControlCharacter_SkipZero:
.loop
2015-11-09 20:55:39 -08:00
ld a, [hli]
and a
jr z, .loop
cp SERIAL_PREAMBLE_BYTE
jr z, .loop
cp SERIAL_NO_DATA_BYTE
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:
.loop
2015-11-09 20:55:39 -08:00
ld a, [hli]
cp SERIAL_PREAMBLE_BYTE
jr z, .loop
cp SERIAL_NO_DATA_BYTE
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
call LoadTradeScreenBorderGFX
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
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:
ld a, OTPARTYMON
2018-01-23 14:39:09 -08:00
ld [wMonType], a
ld a, A_BUTTON | D_UP | D_DOWN
ld [wMenuJoypadFilter], a
2018-01-23 14:39:09 -08:00
ld a, [wOTPartyCount]
ld [w2DMenuNumRows], a
ld a, 1
ld [w2DMenuNumCols], a
ld a, 9
ld [w2DMenuCursorInitY], a
ld a, 6
ld [w2DMenuCursorInitX], a
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
ld a, MENU_UNUSED_3
ld [w2DMenuFlags1], a
2015-11-09 20:55:39 -08:00
xor a
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
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
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
jp LinkTradeOTPartymonMenuCheckCancel
2015-11-09 20:55:39 -08:00
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
ld a, A_BUTTON | D_UP | D_DOWN
ld [wMenuJoypadFilter], a
2018-01-23 14:39:09 -08:00
ld a, [wPartyCount]
ld [w2DMenuNumRows], a
ld a, 1
ld [w2DMenuNumCols], a
ld a, 1
ld [w2DMenuCursorInitY], a
ld a, 6
ld [w2DMenuCursorInitX], a
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
ld a, MENU_UNUSED_3
ld [w2DMenuFlags1], a
2015-11-09 20:55:39 -08:00
xor a
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
jp LinkTrade_TradeStatsMenu
2015-11-09 20:55:39 -08:00
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 LinkTradePartymonMenuCheckCancel
2015-11-09 20:55:39 -08:00
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
LinkTrade_TradeStatsMenu:
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
ld b, 1
ld c, 18
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
ld a, " "
2015-11-09 20:55:39 -08:00
ldcoord_a 11, 16
ld a, A_BUTTON | B_BUTTON | D_RIGHT
ld [wMenuJoypadFilter], a
ld a, 1
ld [w2DMenuNumRows], a
ld a, 1
ld [w2DMenuNumCols], a
ld a, 16
ld [w2DMenuCursorInitY], a
ld a, 1
ld [w2DMenuCursorInitX], a
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
ld [w2DMenuFlags1], a
ld [w2DMenuFlags2], a
2015-12-15 15:59:49 -08:00
call ScrollingMenuJoypad
bit D_RIGHT_F, a
2015-12-21 11:10:16 -08:00
jr nz, .d_right
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
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
ld a, " "
2015-11-09 20:55:39 -08:00
ldcoord_a 1, 16
ld a, A_BUTTON | B_BUTTON | D_LEFT
ld [wMenuJoypadFilter], a
ld a, 1
ld [w2DMenuNumRows], a
ld a, 1
ld [w2DMenuNumCols], a
ld a, 16
ld [w2DMenuCursorInitY], a
ld a, 11
ld [w2DMenuCursorInitX], a
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
ld [w2DMenuFlags1], a
ld [w2DMenuFlags2], a
2015-12-15 15:59:49 -08:00
call ScrollingMenuJoypad
bit D_LEFT_F, a
2015-12-21 11:10:16 -08:00
jp nz, .joy_loop
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
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
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
ld [wCurTradePartyMon], a
2015-11-23 13:04:53 -08:00
ld [wPlayerLinkAction], a
2024-02-10 15:16:00 -08:00
farcall PlaceWaitingTextAndSyncAndExchangeNybble
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
ld [wCurOTTradePartyMon], a
call LinkTradePlaceArrow
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
2020-10-04 16:43:28 -07:00
farcall CheckAnyOtherAliveMonsForTrade
2015-12-21 11:10:16 -08:00
jp nc, LinkTrade
2015-11-09 20:55:39 -08:00
xor a
ld [wUnusedLinkAction], a
2015-11-23 13:04:53 -08:00
ld [wOtherPlayerLinkAction], a
2015-11-09 20:55:39 -08:00
hlcoord 0, 12
ld b, 4
ld c, 18
call LinkTextboxAtHL
2017-12-24 09:47:30 -08:00
farcall Link_WaitBGMap
ld hl, .LinkTradeCantBattleText
2015-11-09 20:55:39 -08:00
bccoord 1, 14
2024-02-10 15:16:00 -08:00
call PrintTextboxTextAt
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 [wUnusedLinkAction], a
2015-11-23 13:04:53 -08:00
ld [wOtherPlayerLinkAction], a
ld a, [wCurOTTradePartyMon]
2018-01-23 14:39:09 -08:00
ld hl, wOTPartySpecies
2015-11-09 20:55:39 -08:00
ld c, a
ld b, 0
2015-11-09 20:55:39 -08:00
add hl, bc
ld a, [hl]
ld [wNamedObjectIndex], 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
call LinkTextboxAtHL
2017-12-24 09:47:30 -08:00
farcall Link_WaitBGMap
ld hl, .LinkAbnormalMonText
2015-11-09 20:55:39 -08:00
bccoord 1, 14
2024-02-10 15:16:00 -08:00
call PrintTextboxTextAt
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
ld b, 4
ld c, 18
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
2024-02-10 15:16:00 -08:00
farcall PlaceWaitingTextAndSyncAndExchangeNybble
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
.LinkTradeCantBattleText:
text_far _LinkTradeCantBattleText
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@"
.LinkAbnormalMonText:
text_far _LinkAbnormalMonText
text_end
2015-11-09 20:55:39 -08:00
LinkTradeOTPartymonMenuCheckCancel:
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
ld [hl], " "
2015-11-09 20:55:39 -08:00
pop bc
pop hl
; fallthrough
LinkTradePartymonMenuCheckCancel:
.loop1
ld a, "▶"
2015-11-09 20:55:39 -08:00
ldcoord_a 9, 17
.loop2
2015-11-09 20:55:39 -08:00
call JoyTextDelay
ldh a, [hJoyLast]
2015-11-09 20:55:39 -08:00
and a
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
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
.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
.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
2024-02-10 15:16:00 -08:00
farcall PlaceWaitingTextAndSyncAndExchangeNybble
2015-11-23 13:04:53 -08:00
ld a, [wOtherPlayerLinkMode]
2015-11-09 20:55:39 -08:00
cp $f
jr nz, .loop1
; fallthrough
ExitLinkCommunications:
2015-11-20 08:47:52 -08:00
call RotateThreePalettesRight
2015-11-09 20:55:39 -08:00
call ClearScreen
ld b, CGB_DIPLOMA
call GetCGBLayout
2015-12-11 13:59:40 -08:00
call WaitBGMap2
2015-11-09 20:55:39 -08:00
xor a
ldh [rSB], a
ldh [hSerialSend], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
vc_hook ExitLinkCommunications_ret
2015-11-09 20:55:39 -08:00
ret
GSPlaceTradeScreenFooter: ; unreferenced
; Fill the screen footer with pattern tile
2015-11-09 20:55:39 -08:00
hlcoord 0, 16
ld a, $7e
2015-11-09 20:55:39 -08:00
ld bc, 2 * SCREEN_WIDTH
call ByteFill
; Clear out area for cancel string
2015-11-09 20:55:39 -08:00
hlcoord 1, 16
ld a, " "
ld bc, SCREEN_WIDTH - 2
call ByteFill
; Place the string
2015-11-09 20:55:39 -08:00
hlcoord 2, 16
ld de, .CancelString
2015-11-09 20:55:39 -08:00
jp PlaceString
.CancelString:
2015-11-09 20:55:39 -08:00
db "CANCEL@"
LinkTradePlaceArrow:
; Indicates which pokemon the other player has selected to trade
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 [wUnusedLinkAction], a
2015-11-23 13:04:53 -08:00
ld [wOtherPlayerLinkAction], a
2015-11-09 20:55:39 -08:00
hlcoord 0, 12
ld b, 4
ld c, 18
call LinkTextboxAtHL
2017-12-24 09:47:30 -08:00
farcall Link_WaitBGMap
ld a, [wCurTradePartyMon]
2018-01-23 14:39:09 -08:00
ld hl, wPartySpecies
2015-11-09 20:55:39 -08:00
ld c, a
ld b, 0
2015-11-09 20:55:39 -08:00
add hl, bc
ld a, [hl]
ld [wNamedObjectIndex], a
2015-11-09 20:55:39 -08:00
call GetPokemonName
2018-01-23 14:39:09 -08:00
ld hl, wStringBuffer1
ld de, wBufferTrademonNickname
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, [wCurOTTradePartyMon]
2018-01-23 14:39:09 -08:00
ld hl, wOTPartySpecies
2015-11-09 20:55:39 -08:00
ld c, a
ld b, 0
2015-11-09 20:55:39 -08:00
add hl, bc
ld a, [hl]
ld [wNamedObjectIndex], a
2015-11-09 20:55:39 -08:00
call GetPokemonName
ld hl, LinkAskTradeForText
2015-11-09 20:55:39 -08:00
bccoord 1, 14
2024-02-10 15:16:00 -08:00
call PrintTextboxTextAt
call LoadStandardMenuHeader
2015-11-09 20:55:39 -08:00
hlcoord 10, 7
ld b, 3
ld c, 7
call LinkTextboxAtHL
ld de, String_TradeCancel
2015-11-09 20:55:39 -08:00
hlcoord 12, 8
call PlaceString
ld a, 8
ld [w2DMenuCursorInitY], a
ld a, 11
ld [w2DMenuCursorInitX], a
ld a, 1
ld [w2DMenuNumCols], a
ld a, 2
ld [w2DMenuNumRows], a
2015-11-09 20:55:39 -08:00
xor a
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
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, .canceled
2015-12-15 15:59:49 -08:00
ld a, [wMenuCursorY]
2015-11-09 20:55:39 -08:00
dec a
jr z, .try_trade
2015-11-09 20:55:39 -08:00
.canceled
2015-11-09 20:55:39 -08:00
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
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
2024-02-10 15:16:00 -08:00
farcall PlaceWaitingTextAndSyncAndExchangeNybble
jp InitTradeMenuDisplay_Delay
2015-11-09 20:55:39 -08:00
.try_trade
2015-11-09 20:55:39 -08:00
ld a, $2
2015-11-23 13:04:53 -08:00
ld [wPlayerLinkAction], a
2024-02-10 15:16:00 -08:00
farcall PlaceWaitingTextAndSyncAndExchangeNybble
2015-11-23 13:04:53 -08:00
ld a, [wOtherPlayerLinkMode]
2015-11-09 20:55:39 -08:00
dec a
jr nz, .do_trade
; If we're here, the other player canceled the trade
2015-11-09 20:55:39 -08:00
hlcoord 0, 12
ld b, 4
ld c, 18
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 InitTradeMenuDisplay_Delay
2015-11-09 20:55:39 -08:00
.do_trade
2015-11-17 14:56:49 -08:00
ld hl, sPartyMail
ld a, [wCurTradePartyMon]
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)
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
ld a, [wCurTradePartyMon]
2015-11-09 20:55:39 -08:00
ld c, a
.copy_mail
2015-11-09 20:55:39 -08:00
inc c
ld a, c
cp PARTY_LENGTH
jr z, .copy_player_data
2015-11-09 20:55:39 -08:00
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 .copy_mail
2015-11-09 20:55:39 -08:00
.copy_player_data
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, wLinkPlayerMail
ld a, [wCurOTTradePartyMon]
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
; Buffer player data
; nickname
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
; species
ld a, [wCurTradePartyMon]
2018-01-23 14:39:09 -08:00
ld hl, wPartySpecies
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
; OT name
ld a, [wCurTradePartyMon]
ld hl, wPartyMonOTs
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
; ID
2018-01-23 14:39:09 -08:00
ld hl, wPartyMon1ID
ld a, [wCurTradePartyMon]
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
; DVs
2018-01-23 14:39:09 -08:00
ld hl, wPartyMon1DVs
ld a, [wCurTradePartyMon]
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
; caught data
ld a, [wCurTradePartyMon]
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
; Buffer other player data
; nickname
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
; species
ld a, [wCurOTTradePartyMon]
2018-01-23 14:39:09 -08:00
ld hl, wOTPartySpecies
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
; OT name
ld a, [wCurOTTradePartyMon]
ld hl, wOTPartyMonOTs
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
; ID
2018-01-23 14:39:09 -08:00
ld hl, wOTPartyMon1ID
ld a, [wCurOTTradePartyMon]
2015-11-09 20:55:39 -08:00
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
; DVs
2018-01-23 14:39:09 -08:00
ld hl, wOTPartyMon1DVs
ld a, [wCurOTTradePartyMon]
2015-11-09 20:55:39 -08:00
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
; caught data
ld a, [wCurOTTradePartyMon]
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
ld a, [wCurTradePartyMon]
2018-01-23 14:39:09 -08:00
ld [wCurPartyMon], a
ld hl, wPartySpecies
ld b, 0
2015-11-09 20:55:39 -08:00
ld c, a
add hl, bc
ld a, [hl]
ld [wCurTradePartyMon], a
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
ld a, TRUE
ld [wForceEvolution], a
ld a, [wCurOTTradePartyMon]
2015-11-09 20:55:39 -08:00
push af
2018-01-23 14:39:09 -08:00
ld hl, wOTPartySpecies
ld b, 0
2015-11-09 20:55:39 -08:00
ld c, a
add hl, bc
ld a, [hl]
ld [wCurOTTradePartyMon], a
2015-11-09 20:55:39 -08:00
ld c, 100
call DelayFrames
call ClearTilemap
2015-11-09 20:55:39 -08:00
call LoadFontsBattleExtra
ld b, CGB_DIPLOMA
call GetCGBLayout
ldh a, [hSerialConnectionStatus]
cp USING_EXTERNAL_CLOCK
2015-11-22 21:21:21 -08:00
jr z, .player_2
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
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
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
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
call LoadTradeScreenBorderGFX
2016-05-15 18:50:31 -07:00
call SetTradeRoomBGPals
2017-12-24 09:47:30 -08:00
farcall Link_WaitBGMap
; Check if either of the Pokémon sent was a Mew or Celebi, and send a different
; byte depending on that. Presumably this would've been some prevention against
; illicit trade machines, but it doesn't seem like a very effective one.
; Removing this code breaks link compatibility with the vanilla gen2 games, but
; has otherwise no consequence.
ld b, 1
2015-11-09 20:55:39 -08:00
pop af
ld c, a
cp MEW
jr z, .send_checkbyte
2018-01-23 14:39:09 -08:00
ld a, [wCurPartySpecies]
2015-11-09 20:55:39 -08:00
cp MEW
jr z, .send_checkbyte
ld b, 2
2015-11-09 20:55:39 -08:00
ld a, c
cp CELEBI
jr z, .send_checkbyte
2018-01-23 14:39:09 -08:00
ld a, [wCurPartySpecies]
2015-11-09 20:55:39 -08:00
cp CELEBI
jr z, .send_checkbyte
2015-11-09 20:55:39 -08:00
; Send the byte in a loop until the desired byte has been received.
ld b, 0
.send_checkbyte
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
2024-02-10 15:16:00 -08:00
call Serial_PlaceWaitingTextAndSyncAndExchangeNybble
2015-11-09 20:55:39 -08:00
pop bc
ld a, [wLinkMode]
cp LINK_TIMECAPSULE
jr z, .save
2015-11-09 20:55:39 -08:00
ld a, b
and a
jr z, .save
2015-11-23 13:04:53 -08:00
ld a, [wOtherPlayerLinkAction]
2015-11-09 20:55:39 -08:00
cp b
jr nz, .send_checkbyte
2015-11-09 20:55:39 -08:00
.save
2017-12-24 09:47:30 -08:00
farcall SaveAfterLinkTrade
2015-11-09 20:55:39 -08:00
ld c, 40
call DelayFrames
hlcoord 0, 12
ld b, 4
ld c, 18
call LinkTextboxAtHL
2015-11-09 20:55:39 -08:00
hlcoord 1, 14
ld de, String_TradeCompleted
2015-11-09 20:55:39 -08:00
call PlaceString
2017-12-24 09:47:30 -08:00
farcall Link_WaitBGMap
vc_hook Trade_save_game_end
2015-11-09 20:55:39 -08:00
ld c, 50
call DelayFrames
ld a, [wLinkMode]
cp LINK_TIMECAPSULE
jp z, Gen2ToGen1LinkComms
jp Gen2ToGen2LinkComms
2015-11-09 20:55:39 -08:00
InitTradeMenuDisplay_Delay:
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
String_TradeCancel:
2015-11-09 20:55:39 -08:00
db "TRADE"
next "CANCEL@"
LinkAskTradeForText:
text_far _LinkAskTradeForText
text_end
2015-11-09 20:55:39 -08:00
String_TradeCompleted:
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
LoadTradeScreenBorderGFX:
farcall _LoadTradeScreenBorderGFX
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
SetTradeRoomBGPals:
farcall LoadTradeRoomBGPals ; just a nested farcall; so wasteful
2024-02-10 15:16:00 -08:00
call SetDefaultBGPAndOBP
2015-11-09 20:55:39 -08:00
ret
PlaceTradeScreenTextbox: ; unreferenced
2015-11-09 20:55:39 -08:00
hlcoord 0, 0
ld b, 6
ld c, 18
call LinkTextboxAtHL
2015-11-09 20:55:39 -08:00
hlcoord 0, 8
ld b, 6
ld c, 18
call LinkTextboxAtHL
2017-12-24 09:47:30 -08:00
farcall PlaceTradePartnerNamesAndParty
2015-11-09 20:55:39 -08:00
ret
INCLUDE "engine/movie/trade_animation.asm"
2015-11-09 20:55:39 -08:00
2018-06-24 07:09:41 -07:00
CheckTimeCapsuleCompatibility:
Merge branch 'master' of https://github.com/pret/pokecrystal # Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
2018-02-03 15:21:53 -08:00
; Checks to see if your party is compatible with the Gen 1 games.
2023-09-30 10:12:57 -07:00
; Returns the following in hScriptVar:
2015-11-09 20:55:39 -08:00
; 0: Party is okay
Merge branch 'master' of https://github.com/pret/pokecrystal # Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
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
Merge branch 'master' of https://github.com/pret/pokecrystal # Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
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
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
Merge branch 'master' of https://github.com/pret/pokecrystal # Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
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
Merge branch 'master' of https://github.com/pret/pokecrystal # Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm
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
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
ld [wNamedObjectIndex], a
2015-11-09 20:55:39 -08:00
call GetPokemonName
ld a, $1
jr .done
.move_too_new
push bc
ld [wNamedObjectIndex], a
2015-11-09 20:55:39 -08:00
call GetMoveName
call CopyName1
pop bc
call GetIncompatibleMonName
2015-11-09 20:55:39 -08:00
ld a, $2
jr .done
.mon_has_mail
call GetIncompatibleMonName
2015-11-09 20:55:39 -08:00
ld a, $3
.done
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
GetIncompatibleMonName:
; Calulate which pokemon is incompatible, and get that pokemon's name
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
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]
ld [wNamedObjectIndex], a
2015-11-09 20:55:39 -08:00
call GetPokemonName
ret
2018-06-24 07:09:41 -07:00
EnterTimeCapsule:
vc_patch Wireless_net_delay_6
if DEF(_CRYSTAL11_VC)
ld c, 26
else
2015-11-23 13:04:53 -08:00
ld c, 10
endc
vc_patch_end
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
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:
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
ld a, CONNECTION_NOT_ESTABLISHED
ldh [hSerialConnectionStatus], a
2015-11-09 20:55:39 -08:00
xor a
ldh [rSB], a
ldh [hSerialReceive], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [rSB], a
ldh [hSerialReceive], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
xor a
ldh [rSB], a
ldh [hSerialReceive], a
ldh [rSC], a
ld c, 3
2015-11-09 20:55:39 -08:00
call DelayFrames
ld a, CONNECTION_NOT_ESTABLISHED
ldh [hSerialConnectionStatus], a
ldh a, [rIF]
2015-11-09 20:55:39 -08:00
push af
xor a
ldh [rIF], a
2019-05-05 09:14:46 -07:00
ld a, IE_DEFAULT
ldh [rIE], a
2015-11-09 20:55:39 -08:00
pop af
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
ldh [hVBlank], a
2015-11-09 20:55:39 -08:00
ld [wLinkMode], a
vc_hook Wireless_term_exit
2015-11-09 20:55:39 -08:00
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
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
ld [wChosenCableClubRoom], a
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
SetBitsForTimeCapsuleRequest:
ld a, USING_INTERNAL_CLOCK
ldh [rSB], a
2015-11-09 20:55:39 -08:00
xor a
ldh [hSerialReceive], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
2015-11-23 13:04:53 -08:00
xor a ; LINK_TIMECAPSULE - 1
ld [wPlayerLinkAction], a
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
ld a, USING_INTERNAL_CLOCK
ldh [rSB], a
2015-11-09 20:55:39 -08:00
xor a
ldh [hSerialReceive], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
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
ldh a, [hSerialConnectionStatus]
cp USING_INTERNAL_CLOCK
2016-05-15 18:50:31 -07:00
jr z, .connected
cp USING_EXTERNAL_CLOCK
2016-05-15 18:50:31 -07:00
jr z, .connected
ld a, CONNECTION_NOT_ESTABLISHED
ldh [hSerialConnectionStatus], a
ld a, USING_INTERNAL_CLOCK
ldh [rSB], a
2015-11-09 20:55:39 -08:00
xor a
ldh [hSerialReceive], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (0 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (0 << rSC_CLOCK)
2022-04-16 17:42:06 -07:00
; This vc_hook causes the Virtual Console to set [hSerialConnectionStatus] to
; USING_INTERNAL_CLOCK, which allows the player to proceed past the link
; receptionist's "Please wait." It assumes that hSerialConnectionStatus is at
; its original address.
vc_hook Link_fake_connection_status
2022-04-16 17:42:06 -07:00
vc_assert hSerialConnectionStatus == $ffcb, \
"hSerialConnectionStatus is no longer located at 00:ffcb."
vc_assert USING_INTERNAL_CLOCK == $02, \
"USING_INTERNAL_CLOCK is no longer equal to $02."
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
ld a, USING_EXTERNAL_CLOCK
ldh [rSB], a
2019-05-05 09:14:46 -07:00
ld a, (0 << rSC_ON) | (1 << rSC_CLOCK)
ldh [rSC], a
2019-05-05 09:14:46 -07:00
ld a, (1 << rSC_ON) | (1 << rSC_CLOCK)
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
call LinkDataReceived
2015-11-09 20:55:39 -08:00
call DelayFrame
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
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], 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
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
CheckLinkTimeout_Receptionist:
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
ld a, 3
2015-11-09 20:55:39 -08:00
ld [hli], a
xor a
ld [hl], a
call WaitBGMap
ld a, $2
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
ldh [hVBlank], a
2023-09-30 10:12:57 -07:00
ldh a, [hScriptVar]
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
CheckLinkTimeout_Gen2:
2023-09-30 10:12:57 -07:00
; if hScriptVar = 0 on exit, link connection is closed
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
ld a, 3
2015-11-09 20:55:39 -08:00
ld [hli], a
xor a
ld [hl], a
call WaitBGMap
ld a, $2
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
2023-09-30 10:12:57 -07:00
ldh a, [hScriptVar]
2015-11-09 20:55:39 -08:00
and a
jr z, .exit
; Wait for ~$70000 cycles to give the other GB time to be ready
ld bc, $ffff
.wait
2015-11-09 20:55:39 -08:00
dec bc
ld a, b
or c
jr nz, .wait
; If other GB is not ready at this point, disconnect due to timeout
2015-11-23 13:04:53 -08:00
ld a, [wOtherPlayerLinkMode]
2015-11-09 20:55:39 -08:00
cp $5
jr nz, .timeout
; Another check to increase reliability
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
vc_patch Wireless_net_delay_9
if DEF(_CRYSTAL11_VC)
ld a, $3
else
ld a, 1
endc
vc_patch_end
2015-11-09 20:55:39 -08:00
ld [hli], a
ld [hl], 50
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
jr z, .exit
2015-11-09 20:55:39 -08:00
.timeout
2015-11-09 20:55:39 -08:00
xor a
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
.exit
2015-11-09 20:55:39 -08:00
xor a
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
ldh [hSerialReceivedNewData], a
vc_hook Wireless_prompt
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
call .CheckConnected
2015-11-09 20:55:39 -08:00
pop hl
jr nz, .load_true
call .AcknowledgeSerial
call .ConvertDW
call .CheckConnected
jr nz, .load_true
call .AcknowledgeSerial
xor a ; FALSE
jr .done
2015-11-09 20:55:39 -08:00
.load_true
ld a, TRUE
2015-11-09 20:55:39 -08:00
.done
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], 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
vc_hook Wireless_net_recheck
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:
vc_patch Wireless_net_delay_7
if DEF(_CRYSTAL11_VC)
ld b, 26
else
ld b, 10
endc
vc_patch_end
.loop
2015-11-09 20:55:39 -08:00
call DelayFrame
call LinkDataReceived
2015-11-09 20:55:39 -08:00
dec b
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
; = (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:
ld a, [wChosenCableClubRoom]
2015-11-09 20:55:39 -08:00
push af
2017-12-24 09:47:30 -08:00
farcall Link_SaveGame
vc_hook Wireless_TryQuickSave_block_input_1
ld a, TRUE
2016-05-15 18:50:31 -07:00
jr nc, .return_result
vc_hook Wireless_TryQuickSave_block_input_2
xor a ; FALSE
2016-05-15 18:50:31 -07:00
.return_result
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2016-05-15 18:50:31 -07:00
ld c, 30
2015-11-09 20:55:39 -08:00
call DelayFrames
pop af
ld [wChosenCableClubRoom], a
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
CheckBothSelectedSameRoom:
ld a, [wChosenCableClubRoom]
2016-05-15 18:50:31 -07:00
call Link_EnsureSync
2015-11-09 20:55:39 -08:00
push af
call LinkDataReceived
2015-11-09 20:55:39 -08:00
call DelayFrame
call LinkDataReceived
2015-11-09 20:55:39 -08:00
pop af
ld b, a
ld a, [wChosenCableClubRoom]
2015-11-09 20:55:39 -08:00
cp b
2015-11-23 13:04:53 -08:00
jr nz, .fail
ld a, [wChosenCableClubRoom]
2015-11-09 20:55:39 -08:00
inc a
ld [wLinkMode], a
xor a
ldh [hVBlank], a
ld a, TRUE
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
2015-11-23 13:04:53 -08:00
.fail
xor a ; FALSE
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
TimeCapsule:
vc_hook Wireless_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
ldh [hVBlank], a
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
TradeCenter:
vc_hook Wireless_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
ldh [hVBlank], a
2015-11-09 20:55:39 -08:00
ret
2018-06-24 07:09:41 -07:00
Colosseum:
vc_hook Wireless_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
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
vc_hook Wireless_room_check
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
ld a, CONNECTION_NOT_ESTABLISHED
ldh [hSerialConnectionStatus], a
ld a, USING_INTERNAL_CLOCK
ldh [rSB], a
2015-11-09 20:55:39 -08:00
xor a
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
ld [wLinkPlayerSyncBuffer], a
ld [wLinkPlayerSyncBuffer + 1], a
2015-11-09 20:55:39 -08:00
ld a, $2
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
call Serial_ExchangeSyncBytes
ld a, [wLinkReceivedSyncBuffer]
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, [wLinkReceivedSyncBuffer + 1]
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
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:
ldh a, [hSerialConnectionStatus]
cp USING_EXTERNAL_CLOCK
ld a, TRUE
2015-11-09 20:55:39 -08:00
jr z, .yes
dec a ; FALSE
2015-11-09 20:55:39 -08:00
.yes
2023-09-30 10:12:57 -07:00
ldh [hScriptVar], a
2015-11-09 20:55:39 -08:00
ret
GSLinkCommsBorderGFX: ; unreferenced
INCBIN "gfx/trade/unused_gs_border_tiles.2bpp"
CheckSRAM0Flag: ; unreferenced
; input: hl = unknown flag array in "SRAM Bank 0"
ld a, BANK("SRAM Bank 0")
call OpenSRAM
ld d, 0
ld b, CHECK_FLAG
predef SmallFarFlagAction
call CloseSRAM
ld a, c
and a
ret