Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2018-11-20 | Cosmetic fixes | mid-kid | |
2018-03-04 | HOF_MASTER_COUNT EQU 200 | Rangi | |
2018-02-26 | Document HOF Master bug (close #494) | Rangi | |
2018-01-25 | Move some more constants out of misc_constants.asm | Rangi | |
2018-01-25 | Move some more constants out of misc_constants.asm | Rangi | |
2018-01-23 | Daisy offers "grooming", not "massage" | Rangi | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-09 | Eliminate version.asm (resolves #464) | Remy Oukaour | |
2017-12-26 | Correct documentation | Remy Oukaour | |
Split out text_constants.asm | |||
2017-12-25 | Use percentages for AI scoring logic | Remy Oukaour | |
Define MAX_DAY_CARE_EXP | |||
2017-12-24 | Add more constants for some maximum values | Remy Oukaour | |
2017-12-24 | Remove all code from main.asm (some labeled INCBINs, like out-of-context ↵ | Remy Oukaour | |
graphics, are still present) engine/routines/ stores isolated out-of-context routines as individual files. It might be preferable later to append them to their related engine/ files in unique little SECTIONs, relying on the linkerscript to place them appropriately; or some other organization method. In the meantime, they're now easily findable apart from main.asm's other content. | |||
2017-12-22 | More comments for constant<->table correspondences | Remy Oukaour | |
2017-12-15 | Move more main.asm code into individual files | Remy Oukaour | |
2017-12-11 | Move lots of data tables into individual data/ files | Remy Oukaour | |
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.) | |||
2017-12-11 | Add constants for time-of-day boundaries | Remy Oukaour | |
Split off more misc constants into proper files | |||
2017-12-11 | Document macros/map.asm | Remy Oukaour | |
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants | |||
2017-12-09 | Separate file for mobile constants | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-11-20 | Move all of constants/sram_constants.asm into sram | mid-kid | |
This way we can easily use `BANK()` where appropriate, and it is more tidy. | |||
2016-06-13 | hLCDCPointer and InitList | pikalaxalt | |
2016-05-14 | Rename FixedWords to EZChat | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
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 | |||
2016-03-16 | Add fish group constants. | yenatch | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-12-10 | slot machines | PikalaxALT | |
2015-12-01 | More animations including cutting grass | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-24 | Mobile functions for fixed-phrase selection | PikalaxALT | |
2015-11-23 | link and seer labels | PikalaxALT | |
2015-11-18 | engine/compose_mail.asm; ldpixel | PikalaxALT | |
2015-11-18 | Fruit tree constants, more mail engine | PikalaxALT | |
2015-11-17 | Here's the mail it never fails | PikalaxALT | |
2015-11-16 | Options menu, some mobile fns | PikalaxALT | |
2015-11-13 | SpriteAnim | PikalaxALT | |
2015-11-11 | engine/mart.asm | PikalaxALT | |
2015-11-07 | more battle core labels | PikalaxALT | |
2015-11-07 | More Battle Tower shenanigans | PikalaxALT | |
2015-11-04 | give/takeitem *, 1: the 1 is optional | PikalaxALT | |
2015-11-04 | Corrected some mislabeled 1bpps | PikalaxALT | |
2015-11-04 | Mon submenu, engine/menu.asm | PikalaxALT | |
2015-11-04 | Reorganize BTTrainerClassGenders | PikalaxALT | |
2015-11-03 | dbw BANK, addr replaced with dba | PikalaxALT | |
2015-11-03 | Battle Tower | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-11-01 | Fix merge conflicts | PikalaxALT | |
2015-11-01 | Prepare to merge | PikalaxALT | |