diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-16 08:19:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 08:19:11 -0400 |
| commit | d3a01f777d2bbb3bc5ec6822af893d16fda19936 (patch) | |
| tree | 20c078b267b5b35055f30e64e726931e63031166 /engine/link | |
| parent | Merge pull request #274 from Rangi42/master (diff) | |
| parent | Disassemble the BLUEMONS.GB debug ROM (diff) | |
| download | pokeyellow-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-x | engine/link/cable_club.asm | 4 |
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: |
