pokecrystal-board/battle/ai
Ben10do e6ea1889fb
Replace ‘jp [hl]’ with ‘jp hl’
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.
2017-06-09 22:01:10 +01:00
..
items.asm Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
move.asm Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
redundant.asm Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
scoring.asm Labeled every function in ROM0 that's referenced in the source 2016-05-10 12:31:49 -04:00
switch.asm HP bar animation addresses and AI switch 2016-05-16 09:36:24 -04:00