Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | More consistent data tables | Remy Oukaour | |
2017-12-11 | Keep table labels in the same files as their contents. | Remy Oukaour | |
2017-12-11 | Move the rest of gfx/misc/ into specific directories | Remy Oukaour | |
2017-12-11 | Add member constants for the base data struct, same as most other structs | Remy Oukaour | |
2017-12-11 | Move more data tables into data/ 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 | 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-11 | Rename overworld sprite files, consistent with their constants | Remy Oukaour | |
2017-12-10 | PokeCenter → Pokecenter (consistent with the POKECENTER map constants) | Remy Oukaour | |
2017-12-10 | Single files for tilesets/data.asm and maps/blockdata.asm | Remy Oukaour | |
2017-12-10 | Use correct WRAM labels for intro/title scenes | Remy Oukaour | |
Remove outdated WRAM alias comments | |||
2017-12-10 | Consistent code formatting: no redundant `a`s and spaces after commas | Remy Oukaour | |
2017-12-09 | Move some gfx/misc/ files into meaningful directories | Remy Oukaour | |
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2017-12-09 | Further WRAM organization | Remy Oukaour | |
2017-12-09 | Define more charmap characters and use them in place of hard-coded numbers | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | 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-16 | Define bank43 in main.asm instead of unused_title | mid-kid | |
All other banks are defined in main.asm as well, and it's confusing how the build breaks when you try to remove this unused file. | |||
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 | Merge pull request #370 from yenatch/graphics | yenatch | |
png everywhere | |||
2017-06-24 | Fix gfx/misc | 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-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-06-13 | hLCDCPointer and InitList | pikalaxalt | |
2016-06-06 | Remaining layout constants | pikalaxalt | |
2016-05-17 | engine/events.asm labels finished | pikalaxalt | |
fixed palred/green/blue macros | |||
2016-05-15 | SPRITE_ANIM_FRAME_IDX constants | pikalaxalt | |
2016-05-14 | Rename FixedWords to EZChat | pikalaxalt | |
2016-05-13 | Name all link trade animation related functions | pikalaxalt | |
2016-05-11 | Name all printer 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-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-30 | Copycat labels; macro for the Crystal-only Unown chamber unlock words | 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-03-27 | Split up banks 1-3 of main.asm | pikalaxalt | |
2016-03-19 | Merge branch 'master' of https://github.com/pret/pokecrystal | pikalaxalt | |
2016-03-18 | Fix the include for engine/fish.asm. | yenatch | |
2016-03-16 | Add fish group constants. | yenatch | |
2016-03-08 | More annotations of HP bar animations, including an oversight by GameFreak ↵ | pikalaxalt | |
resulting in super-slow HP bars for Pokemon with over 48 HP | |||
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-01-27 | Fix marts using hard-coded bank number | PikalaxALT | |
2016-01-19 | Merge branch 'master' of https://github.com/pret/pokecrystal | PikalaxALT | |