Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | Replace ‘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-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-01-04 | more gfx-related labels | PikalaxALT | |
2015-11-28 | Renaming sections, further dissolving main.asm | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-07-25 | Macro update, roam mon annotations | PikalaxALT | |
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags. | |||
2015-07-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2014-12-29 | Fix more static banks (trainers, mobile graphics). | yenatch | |
2014-08-13 | Better trainer AI comments and finish off trainer attributes. | yenatch | |
2014-06-14 | Name and comment the trainer party reader. | yenatch | |
Reads the contents of trainers/trainers.asm. | |||
2014-02-27 | Trainer class attributes. | yenatch | |
2013-12-18 | move some labels into included files | yenatch | |
2013-09-03 | split out trainer dvs | yenatch | |
2013-02-05 | Saner file distribution | yenatch | |
Moved files from data/ into new folders: -battle/ -stats/ -trainers/ |