summaryrefslogtreecommitdiff
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio_nd@outlook.com>2017-06-09 22:54:09 +0100
committerAntonio Niño Díaz <antonio_nd@outlook.com>2017-06-09 22:54:09 +0100
commit9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd (patch)
tree838b94841af8efe22697c15775f99035d42fd734 /engine/cable_club.asm
parentdfc094db727d094e50e2a7bfb7fc1ae22cb1084b (diff)
Replace deprecated mnemonics by the correct ones
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
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 474dbd11..3e72daa9 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -304,7 +304,7 @@ CallCurrentTradeCenterFunction:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
TradeCenter_SelectMon:
call ClearScreen