Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-24 | Merge pull request #370 from yenatch/graphics | yenatch | |
png everywhere | |||
2017-06-24 | Fix gfx/frames | yenatch | |
2017-06-24 | pngs in gfx/unknown | yenatch | |
2017-06-24 | pngs in gfx/misc | yenatch | |
2017-06-24 | pngs in gfx/mobile | yenatch | |
2017-06-24 | forgot to remove 2bpp from gfx/tilesets | yenatch | |
2017-06-24 | forgot to remove 2bpp from gfx/intro | yenatch | |
2017-06-24 | pngs in gfx/fx | yenatch | |
- gave up on wind.png - add --remove-yflip | |||
2017-06-23 | pngs in gfx/battle | yenatch | |
2017-06-23 | pngs in gfx/ | yenatch | |
2017-06-22 | pngs in gfx/unown_puzzle | yenatch | |
2017-06-22 | pngs in gfx/trainers | yenatch | |
2017-06-22 | pngs in gfx/trade | yenatch | |
game_boy.png can be rearranged in a nicer way, but it's a job for another time | |||
2017-06-21 | pngs in gfx/title | yenatch | |
2017-06-21 | pngs in gfx/tilesets | yenatch | |
2017-06-21 | pngs in gfx/stats | yenatch | |
2017-06-21 | pngs in gfx/splash | yenatch | |
2017-06-21 | pngs in gfx/special/celebi | yenatch | |
2017-06-21 | pngs in gfx/pokegear | yenatch | |
- flymap_label_border.2bpp was actually 1bpp | |||
2017-06-20 | pngs in gfx/pokedex | yenatch | |
2017-06-18 | pngs in gfx/mail | yenatch | |
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. | |||
2017-06-08 | pngs in gfx/icon | yenatch | |
2017-06-08 | pngs in gfx/frames | yenatch | |
2017-06-08 | pngs in gfx/{debug,emotes,evo,font,intro} | yenatch | |
2017-06-04 | pngs in gfx/overworld | yenatch | |
2017-05-28 | Remove the now-generated animation data. | yenatch | |
2017-05-28 | Change the compression hash for Girafarig's sprite. | yenatch | |
2017-05-28 | Merge remote-tracking branch 'origin/master' into c-tools | yenatch | |
2017-05-28 | Add Pokemon pic pngs. | yenatch | |
Copies of the matching compressed files are kept, so files with a matching hash will use the matching compressed file instead. This is the best that can be done until the compressor is fixed, which may never happen. | |||
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-06-25 | These are actually .1bpp files | Scott Norton | |
2016-06-25 | Add missing gfx/unknown/16c903.pal | Scott Norton | |
2016-05-15 | Name all functions in gfx/pics/animation.asm | pikalaxalt | |
2016-05-13 | Name all link trade animation related 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-04 | HDMA transfer functions | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-18 | Add missing wind.2bpp.lz | pikalaxalt | |
2016-04-10 | Finish renaming battle anim gfx pointers and files | 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-01-29 | Add more missing files | PikalaxALT | |
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-10 | Pokegear | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-17 | Mobile trade animations, pokepic animations | PikalaxALT | |