summaryrefslogtreecommitdiff
path: root/engine/menu/text_ids2.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/menu/text_ids2.asm
parent1ce6731d98388ecacf94036cd26d0125eebbb943 (diff)
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'engine/menu/text_ids2.asm')
-rw-r--r--engine/menu/text_ids2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/text_ids2.asm b/engine/menu/text_ids2.asm
index e23ae707..b22c9507 100644
--- a/engine/menu/text_ids2.asm
+++ b/engine/menu/text_ids2.asm
@@ -24,7 +24,7 @@ DisplayTextBoxID_:
ld l,a ; hl = address of function
ld de,.done
push de
- jp [hl] ; jump to the function
+ jp hl ; jump to the function
.coordTableMatch
call GetTextBoxIDCoords
call GetAddressOfScreenCoords