diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-22 19:15:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 20:15:58 -0400 |
| commit | 610ec0fd2271defcc6ebda89b379455155fdb3ca (patch) | |
| tree | fd7c68697980bcd279b16cc50455eb440b21e7da /engine/link | |
| parent | Automatically upload .sym files to a 'symbols' branch (diff) | |
| download | pokeyellow-610ec0fd2271defcc6ebda89b379455155fdb3ca.tar.gz pokeyellow-610ec0fd2271defcc6ebda89b379455155fdb3ca.tar.xz pokeyellow-610ec0fd2271defcc6ebda89b379455155fdb3ca.zip | |
VC ExchangeBytes Aliases (#363)
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
Diffstat (limited to 'engine/link')
| -rw-r--r-- | engine/link/cable_club.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm index e1b92eab..40e0dfe8 100644 --- a/engine/link/cable_club.asm +++ b/engine/link/cable_club.asm @@ -124,21 +124,21 @@ CableClub_DoBattleOrTradeAgain: ld hl, wSerialRandomNumberListBlock ld de, wSerialOtherGameboyRandomNumberListBlock ld bc, $11 - vc_hook Wireless_ExchangeBytes_1_unknown_Type5 + vc_hook Wireless_ExchangeBytes_RNG_state_unknown_Type5 call Serial_ExchangeBytes ld a, SERIAL_NO_DATA_BYTE ld [de], a ld hl, wSerialPlayerDataBlock ld de, wSerialEnemyDataBlock ld bc, $1a8 - vc_hook Wireless_ExchangeBytes_2 + vc_hook Wireless_ExchangeBytes_party_structs call Serial_ExchangeBytes ld a, SERIAL_NO_DATA_BYTE ld [de], a ld hl, wSerialPartyMonsPatchList ld de, wSerialEnemyMonsPatchList ld bc, $c8 - vc_hook Wireless_ExchangeBytes_3 + vc_hook Wireless_ExchangeBytes_patch_lists call Serial_ExchangeBytes ld a, (1 << SERIAL) | (1 << TIMER) | (1 << VBLANK) ldh [rIE], a |
