Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi | |
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file | |||
2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook | |
Rename assorted labels in mobile-related code | |||
2019-10-21 | More mobile SDK documentation | mid-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-21 | Document mobile SDK error packets | mid-kid | |
2019-10-21 | Add more error message translations | mid-kid | |
Thanks to melonjaywalk#5480 | |||
2019-10-21 | Document some mobile-related things, discovered thanks to Dan Docs and the ↵ | mid-kid | |
efforts of the Gameboy Online Restoration Project | |||
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-02-04 | Sync code with wiki | Rangi | |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi | |
Use local labels for "End"ings | |||
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-26 | Rename some sections | Remy Oukaour | |
engine/battle_tower.asm fits better in events/ | |||
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-15 | Copy pokered's organization some more, with further constant and data files | Remy Oukaour | |
2017-12-10 | Consistent code formatting: no redundant `a`s and spaces after commas | Remy Oukaour | |
2017-03-24 | Revert "Fix floating sections" | Ben10do | |
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803. | |||
2017-03-15 | Fix floating sections | AntonioND | |
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-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-05 | Mobile and more battle anims | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-04-10 | Local 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-28 | Dummy Game | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-11-10 | enum macros/move_anim.asm, resolve battle/anims.asm function labels | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-10-29 | No more -bash000; engine/movement.asm, SPRITEMOVEFN | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-03-11 | no more incbins | yenatch | |
2015-02-06 | More graphics and straggling static refs. | yenatch | |
2015-01-20 | Stop using the preprocessor. | yenatch | |
2014-07-19 | Remove generated "jump sources" comments. | yenatch | |
2014-04-30 | Disassemble the mobile adapter library. | yenatch | |
2014-04-30 | Split the mobile adapter library into another object file. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-10-02 | * fixed call and jump labels in home bank | Mr Wint | |
* added some more assembly | |||
2013-09-15 | split the mobile adapter library into lib/mobile/ | yenatch | |