diff options
author | yenatch <yenatch@gmail.com> | 2017-09-29 22:41:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 22:41:34 -0400 |
commit | 5c2419383118280465a89657fed34ed6562f2981 (patch) | |
tree | 4844873fcd027d8f238be629d283663d5fcafc9b /engine/menu/text_box.asm | |
parent | fc9712596f6122fc114e0136c19795b36ee4868b (diff) | |
parent | d7fae287e49652f05c137ed20ce27e43d07b7514 (diff) |
Merge pull request #167 from Pokechu22/rgbds-0.3.3
Update for RGBDS 0.3.3
Diffstat (limited to 'engine/menu/text_box.asm')
-rw-r--r-- | engine/menu/text_box.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/text_box.asm b/engine/menu/text_box.asm index 12067dd4..90c35d25 100644 --- a/engine/menu/text_box.asm +++ b/engine/menu/text_box.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 |