aboutsummaryrefslogtreecommitdiffstats
path: root/engine/palettes.asm
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2017-09-25 19:18:33 -0700
committerPokechu22 <Pokechu022@gmail.com>2017-09-25 19:18:33 -0700
commit78b6f1a613913536789fe1bcc91b95d6cca54ae9 (patch)
tree9ade0c53b1a5e11e059e7be6d44e35eb13e6c4f5 /engine/palettes.asm
parentAdd Gen 3 disassemblies. (diff)
downloadpokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.tar.gz
pokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.tar.xz
pokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.zip
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'engine/palettes.asm')
-rwxr-xr-xengine/palettes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm
index a9d8908c..3c25d4d2 100755
--- a/engine/palettes.asm
+++ b/engine/palettes.asm
@@ -17,7 +17,7 @@ _RunPaletteCommand:
ld l, a
ld de, SendSGBPackets
push de
- jp [hl]
+ jp hl
SetPal_Black:
ld hl, PalPacket_Black