summaryrefslogtreecommitdiff
path: root/lib/mobile
AgeCommit message (Collapse)Author
2017-12-26Rename some sectionsRemy Oukaour
engine/battle_tower.asm fits better in events/
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-15Copy pokered's organization some more, with further constant and data filesRemy Oukaour
2017-12-10Consistent code formatting: no redundant `a`s and spaces after commasRemy Oukaour
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
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 lowercase letters are no longer decorated with a ↵pikalaxalt
trailing colon
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-28Dummy GamePikalaxALT
2015-12-26jumptable macro repurposedPikalaxALT
2015-12-15MenuPikalaxALT
2015-12-14map setup and warpsPikalaxALT
2015-11-10enum macros/move_anim.asm, resolve battle/anims.asm function labelsPikalaxALT
2015-11-02No more NONEPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-16Split up bank 2; other relabelingsPikalaxALT
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-03-11no more incbinsyenatch
2015-02-06More graphics and straggling static refs.yenatch
2015-01-20Stop using the preprocessor.yenatch
2014-07-19Remove generated "jump sources" comments.yenatch
2014-04-30Disassemble the mobile adapter library.yenatch
2014-04-30Split the mobile adapter library into another object file.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-10-02* fixed call and jump labels in home bankMr Wint
* added some more assembly
2013-09-15split the mobile adapter library into lib/mobile/yenatch