aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-16 10:35:55 -0500
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-16 10:35:55 -0500
commit67084c9d261c5ab88c52b2dd99c8a767be831805 (patch)
treeac60df11741ef7e8a101982ae6860690f4eafb08 /engine/link
parentUse "gray", not "grey" (diff)
downloadpokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.tar.gz
pokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.tar.xz
pokeyellow-67084c9d261c5ab88c52b2dd99c8a767be831805.zip
Remove redundant parentheses
Diffstat (limited to 'engine/link')
-rw-r--r--engine/link/cable_club.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm
index 8ae192b8..92a1b596 100644
--- a/engine/link/cable_club.asm
+++ b/engine/link/cable_club.asm
@@ -119,7 +119,7 @@ CableClub_DoBattleOrTradeAgain:
ldh [rSC], a
.skipSendingTwoZeroBytes
call Delay3
- ld a, (1 << SERIAL)
+ ld a, 1 << SERIAL
ldh [rIE], a
ld hl, wSerialRandomNumberListBlock
ld de, wSerialOtherGameboyRandomNumberListBlock