diff options
Diffstat (limited to 'engine/link')
| -rw-r--r-- | engine/link/cable_club.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm index f2b651fe..26845d2e 100644 --- a/engine/link/cable_club.asm +++ b/engine/link/cable_club.asm @@ -119,7 +119,7 @@ CableClub_DoBattleOrTradeAgain: .skipSendingTwoZeroBytes call Delay3 call StopAllMusic - ld a, (1 << SERIAL) + ld a, 1 << SERIAL ldh [rIE], a ld hl, wSerialRandomNumberListBlock ld de, wSerialOtherGameboyRandomNumberListBlock |
