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/unknown_ea3ea.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/unknown_ea3ea.asm')
| -rwxr-xr-x | engine/unknown_ea3ea.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/unknown_ea3ea.asm b/engine/unknown_ea3ea.asm index 01391f17..1908809b 100755 --- a/engine/unknown_ea3ea.asm +++ b/engine/unknown_ea3ea.asm @@ -240,7 +240,7 @@ PrinterDebug_DoFunction: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .Jumptable: dw Func_ea623 @@ -705,7 +705,7 @@ PrinterDebug_PrepOAMForPrinting: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .Jumptable: dw .nop @@ -823,7 +823,7 @@ PrinterDebug_PrepOAMForPrinting: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .PalJumptable: dw .Pal0 @@ -865,7 +865,7 @@ PrinterDebug_PrepOAMForPrinting: ld a, [hli] ld h, [hl] ld l, a - jp [hl] + jp hl .PalFunJumptable: dw .zero_zero |
