Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Move some misc/ files into meaningful directories | Remy Oukaour | |
2017-12-09 | Start organizing WRAM | Remy Oukaour | |
- Use db and dw when they're more meaningful than ds 1/2 - Use unions to group related labels | |||
2017-11-26 | Add MobileError-related labels | mid-kid | |
This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError". | |||
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. | |||
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
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> | |||
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2016-05-14 | Rename FixedWords to EZChat | pikalaxalt | |
2016-05-11 | Save functions; feeble attempt at serial and link functions | pikalaxalt | |
2016-05-11 | Placeholder non-generic names for engine/color functions | pikalaxalt | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-08 | All functions in main.asm have non-generic names | pikalaxalt | |
2016-05-05 | Mobile and more battle anims | pikalaxalt | |
2016-05-04 | HDMA transfer functions | 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 | |||
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-06 | Map callback constants | PikalaxALT | |
2015-12-28 | Dummy Game | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-26 | More mobile-related labels; remove unneeded map object constants | PikalaxALT | |
2015-12-25 | Labels relating to odd egg | PikalaxALT | |
2015-12-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-07 | new and updated music macros | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-29 | Pokedex labels | PikalaxALT | |
2015-11-28 | Renaming sections, further dissolving main.asm | PikalaxALT | |
2015-11-24 | Partial interpretation of battle tower trainer data | PikalaxALT | |
2015-11-20 | Annotate battle tower text bug | PikalaxALT | |
2015-11-20 | bgcoord | PikalaxALT | |
2015-11-19 | main.asm is now under 30k lines | PikalaxALT | |
2015-11-18 | items/item_effects.asm; engine/evolution.asm | PikalaxALT | |
2015-11-17 | Save, Bill's PC | PikalaxALT | |
2015-11-17 | Here's the mail it never fails | PikalaxALT | |
2015-11-12 | Map header labels, tileset constants | PikalaxALT | |
2015-11-11 | More splits; map setup labels | PikalaxALT | |
2015-11-08 | Attempting to decode AI switching | PikalaxALT | |
2015-11-08 | More battle core labels | PikalaxALT | |
2015-11-07 | more battle core labels | PikalaxALT | |
2015-11-07 | More Battle Tower shenanigans | PikalaxALT | |
2015-11-05 | Various labels | PikalaxALT | |
2015-11-04 | home/copy.asm completely labeled | PikalaxALT | |
2015-11-04 | Mon submenu, engine/menu.asm | PikalaxALT | |
2015-11-04 | Replace party struct relative values with EQUS constants | PikalaxALT | |
2015-11-01 | Fix merge conflicts | PikalaxALT | |
2015-11-01 | Prepare to merge | PikalaxALT | |
2015-10-26 | merge with newest update | JimB16 | |