summaryrefslogtreecommitdiff
path: root/battle/ai/redundant.asm
AgeCommit message (Collapse)Author
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-06-09Replace ‘jp [hl]’ with ‘jp hl’Ben10do
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.
2015-12-13PackPikalaxALT