Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Move some misc/ files into meaningful directories | Remy Oukaour | |
2017-11-21 | Move LoadOverworldFont to main.asm | mid-kid | |
It doesn't fit correctly in misc/mobile_41.asm. Also moved the font images out of gfx/unknown and into gfx/font. | |||
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-11-18 | SelfDestruct -> Selfdestruct | mid-kid | |
Just keeping things consistent. Nobody's going to write SELF_DESTRUCT. Kind of subjective, and we could do it the other way around, if anybody really cares. | |||
2017-09-24 | Merge pull request #389 from yenatch/rgbds-3 | yenatch | |
rgbds 0.3.3 | |||
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
2017-06-24 | pngs in gfx/unknown | yenatch | |
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-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 | 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 | |||
2015-12-28 | Dummy Game | PikalaxALT | |
2015-12-26 | Move effects; no more reloadmapmusic, returnafterbattle | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-07 | new and updated music macros | PikalaxALT | |
2015-11-29 | Pokedex labels | PikalaxALT | |
2015-11-16 | Options menu, some mobile fns | PikalaxALT | |
2015-11-11 | More splits; map setup labels | PikalaxALT | |
2015-11-10 | Added w3 and w5 labels for misc/mobile_40.asm | PikalaxALT | |