diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-06 16:22:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 17:22:34 -0400 |
| commit | d7808d110f6b104a3e5ed7b21260ed8f1b718719 (patch) | |
| tree | f36c1b84a3a5d5c6d5dd7af82c38cef4b2cd6e22 /engine/link/cable_club.asm | |
| parent | Remove Stadium data patch from tools/make_patch.c (#355) (diff) | |
| download | pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.gz pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.xz pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.zip | |
Improved Virtual Console patch identifiers (#357)
Diffstat (limited to 'engine/link/cable_club.asm')
| -rw-r--r-- | engine/link/cable_club.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm index 296900a6..e1b92eab 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 Network17 + vc_hook Wireless_ExchangeBytes_1_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 Network424 + vc_hook Wireless_ExchangeBytes_2 call Serial_ExchangeBytes ld a, SERIAL_NO_DATA_BYTE ld [de], a ld hl, wSerialPartyMonsPatchList ld de, wSerialEnemyMonsPatchList ld bc, $c8 - vc_hook Network200 + vc_hook Wireless_ExchangeBytes_3 call Serial_ExchangeBytes ld a, (1 << SERIAL) | (1 << TIMER) | (1 << VBLANK) ldh [rIE], a @@ -862,7 +862,7 @@ TradeCenter_Trade: ld de, TradeCompleted call PlaceString predef SaveSAVtoSRAM2 - vc_hook save_game_end + vc_hook Trade_save_game_end ld c, 50 call DelayFrames xor a |
