Replace ‘jp [hl]’ with ‘jp hl’2017-06-09T21:01:10+00:00Ben10doBen10do@users.noreply.github.com2017-06-09T21:01:10+00:00e6ea1889fbce20b0dc170310ac63891a1cca2bb5
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds.
This fix silences these deprecation warnings.
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds.
This fix silences these deprecation warnings.