aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-16 08:19:11 -0400
committerGitHub <noreply@github.com>2020-07-16 08:19:11 -0400
commitd3a01f777d2bbb3bc5ec6822af893d16fda19936 (patch)
tree20c078b267b5b35055f30e64e726931e63031166 /engine/link
parentMerge pull request #274 from Rangi42/master (diff)
parentDisassemble the BLUEMONS.GB debug ROM (diff)
downloadpokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.gz
pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.xz
pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.zip
Merge pull request #275 from Rangi42/master
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'engine/link')
-rwxr-xr-xengine/link/cable_club.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm
index 67c0e471..2bfda595 100755
--- a/engine/link/cable_club.asm
+++ b/engine/link/cable_club.asm
@@ -894,7 +894,7 @@ CableClub_Run:
jr z, .doBattleOrTrade
cp LINK_STATE_RESET ; this is never used
ret nz
- predef EmptyFunc3
+ predef EmptyFunc
jp Init
.doBattleOrTrade
call CableClub_DoBattleOrTrade
@@ -923,7 +923,7 @@ CableClub_Run:
ld [wNewSoundID], a
jp PlaySound
-EmptyFunc3:
+EmptyFunc:
ret
Diploma_TextBoxBorder: