Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-09-24 | Align "Sprites" section to $100 bytes. | yenatch | |
The code expects this section to be aligned. | |||
2017-09-24 | Merge pull request #389 from yenatch/rgbds-3 | yenatch | |
rgbds 0.3.3 | |||
2017-09-24 | Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵ | PikalaxALT | |
versions of RGBDS) | |||
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
2017-08-30 | Remove possibility of garbage characters | i0brendan0 | |
If the ds 2 that is behind OTClassName is deleted or decreased, the game will continue to display characters for trainer classes that are 12 or 13 characters long, including the @ terminator. The correct constant has been put in place and the ds 2 removed, but no one would have known it was wrong if they hadn't have removed the ds 2. | |||
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-08 | Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels | Fredrik Ljungdahl | |
They were swapped | |||
2016-10-29 | Fix some wrong comments regarding battle substatuses | Fredrik Ljungdahl | |
2016-08-07 | Rename the variable at D264 | PikalaxALT | |
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-16 | Evolution addresses | pikalaxalt | |
2016-05-16 | HP bar animation addresses and AI switch | pikalaxalt | |
2016-05-15 | Name all functions in gfx/pics/animation.asm | pikalaxalt | |
2016-05-15 | SPRITE_ANIM_FRAME_IDX constants | pikalaxalt | |
2016-05-14 | Rename FixedWords to EZChat | pikalaxalt | |
2016-05-14 | Unify directional movement macros | pikalaxalt | |
2016-05-14 | EZChat cursor object | pikalaxalt | |
2016-05-11 | Save functions; feeble attempt at serial and link functions | pikalaxalt | |
2016-05-11 | Name all printer functions | pikalaxalt | |
2016-05-10 | Pitch wheel | 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 capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
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-18 | Merge branch 'master' of https://github.com/pret/pokecrystal | PikalaxALT | |
2016-01-18 | Prepare to merge | PikalaxALT | |
2016-01-13 | Finish function labels in battle core | PikalaxALT | |
2016-01-12 | More WRAM tidying | PikalaxALT | |
2016-01-11 | Restored StandingTile and introduced LastTile | PikalaxALT | |
2016-01-10 | Pokegear | PikalaxALT | |
2016-01-09 | Pokegear functions and RAM labels | PikalaxALT | |
2016-01-09 | pokedex unown mode | YamaArashi | |
2016-01-09 | pokedex 2 | YamaArashi | |
2016-01-09 | commented pokedex more | YamaArashi | |
2016-01-09 | Finish labels in engine/namingscreen.asm | PikalaxALT | |
2016-01-09 | Split base stats | PikalaxALT | |
2016-01-07 | wram macros moved to new file | PikalaxALT | |
2016-01-06 | Mr Pokemons House | PikalaxALT | |
2016-01-06 | Map callback constants | PikalaxALT | |
2016-01-05 | maptrigger macro | PikalaxALT | |
2016-01-04 | more gfx-related labels | PikalaxALT | |