summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-01-23Enumerate MobileAPI function constantsmid-kid
2021-09-05Label wram variables for in home/mobile and lib/mobile (#843)Andrew Cook
2020-11-09Remove "XXX" comments (various "???+" still mark unclear code)Rangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2020-03-31Assorted labels in mobile related code (#702)Andrew Cook
Rename assorted labels in mobile-related code
2019-10-21More mobile SDK documentationmid-kid
Labelled WRAM addresses, added constants for mobile commands, fixed some mobile lib function names, documented most of the functions for specific commands.
2019-10-21Document mobile SDK error packetsmid-kid
2019-10-21Add more error message translationsmid-kid
Thanks to melonjaywalk#5480
2019-10-21Document some mobile-related things, discovered thanks to Dan Docs and the ↵mid-kid
efforts of the Gameboy Online Restoration Project
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-02-16Update to rgbds 0.3.8Rangi
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Remove all address commentsmid-kid
2018-02-04Sync code with wikiRangi
2018-01-22wUnlockedUnowns engine flag constantsRangi
Use local labels for "End"ings
2018-01-02More unreferenced labels cleanupxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
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.