summaryrefslogtreecommitdiff
path: root/misc/mobile_45_sprite_engine.asm
AgeCommit message (Collapse)Author
2017-12-15Move some misc/ files into meaningful directoriesRemy Oukaour
2017-12-09Start organizing WRAMRemy Oukaour
- Use db and dw when they're more meaningful than ds 1/2 - Use unions to group related labels
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.
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-01-10PokegearPikalaxALT