summaryrefslogtreecommitdiff
path: root/event/magnet_train.asm
AgeCommit message (Collapse)Author
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-24Rename "map permissions" to "map environment" (fix #396)Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy 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.
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-23Battle Anim Object struct constantsPikalaxALT
2015-12-22Color fns, some more address decoding in link/mobilePikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-12-13Miscellaneous labelsPikalaxALT
2015-12-02Crystal IntroPikalaxALT
2015-12-01Break up engine/sprites.asm; address yenatch's commentsPikalaxALT
2015-11-28Renaming sections, further dissolving main.asmPikalaxALT
2015-11-20bgcoordPikalaxALT
2015-11-16Split up some more banks in main.asmPikalaxALT