diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2017-09-25 19:18:33 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2017-09-25 19:18:33 -0700 |
| commit | 78b6f1a613913536789fe1bcc91b95d6cca54ae9 (patch) | |
| tree | 9ade0c53b1a5e11e059e7be6d44e35eb13e6c4f5 /engine/titlescreen.asm | |
| parent | Add Gen 3 disassemblies. (diff) | |
| download | pokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.tar.gz pokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.tar.xz pokeyellow-78b6f1a613913536789fe1bcc91b95d6cca54ae9.zip | |
Fix warnings about deprecated mnemonics on newer builds of rgbds
Diffstat (limited to 'engine/titlescreen.asm')
| -rwxr-xr-x | engine/titlescreen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index 9e369d81..d4dd0fd3 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -266,7 +266,7 @@ DoTitleScreenFunction: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .Jumptable: |
