aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
commit64b4cf624fe2175e2c7539b91bc41b6dae28a00e (patch)
tree971ea955f5d40af7612f7b69029b49db98064690 /engine/cable_club.asm
parentName sound effects (diff)
parentsmall changes (diff)
downloadpokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.tar.gz
pokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.tar.xz
pokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.zip
Merge branch 'master' of https://github.com/YamaArashi/pokered
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index fbdb6260..9ccffdbb 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -297,7 +297,7 @@ CallCurrentTradeCenterFunction:
ld b, 0
ld a, [wTradeCenterPointerTableIndex]
cp $ff
- jp z, LoadTitlescreenGraphics
+ jp z, DisplayTitleScreen
add a
ld c, a
add hl, bc