Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | condense japanese pokemon sort | yenatch | |
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-09-10 | Correcting gfx function name to standards. | surskitty | |
2017-09-09 | Renaming the image of the GB and the N64. | surskitty | |
2017-06-24 | Merge pull request #354 from FredrIQ/comments | yenatch | |
Fix a reversed label mistake and reference a major bug | |||
2017-06-24 | Merge pull request #370 from yenatch/graphics | yenatch | |
png everywhere | |||
2017-06-24 | Fix gfx/misc | yenatch | |
2017-06-24 | pngs in gfx/unknown | 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 | |
2017-01-08 | Fix an overlooked replace | Fredrik Ljungdahl | |
The build should match now... | |||
2016-06-13 | hLCDCPointer and InitList | pikalaxalt | |
2016-06-07 | Fix indentation in many places | pikalaxalt | |
2016-06-06 | Remaining layout constants | pikalaxalt | |
2016-05-16 | HP bar animation addresses and AI switch | pikalaxalt | |
2016-05-14 | Rename FixedWords to EZChat | pikalaxalt | |
2016-05-14 | EZChat cursor object | pikalaxalt | |
2016-05-13 | Name all link trade animation related functions | pikalaxalt | |
2016-05-11 | Save functions; feeble attempt at serial and link functions | pikalaxalt | |
2016-05-11 | Name all printer 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-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-10 | Local labels starting with underscores have colons depending on whether the ↵ | pikalaxalt | |
first alphanumeric character is capitalized or not | |||
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-01 | Merge branch 'master' of https://github.com/pret/pokecrystal | PikalaxALT | |
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-02-15 | hRemainder | yenatch | |
2016-01-29 | Use rgbasm -D instead of extra files for version differences. | yenatch | |
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-10 | Pokegear | PikalaxALT | |
2016-01-09 | pokedex 2 | YamaArashi | |
2016-01-09 | Split base stats | PikalaxALT | |
2016-01-07 | wram macros moved to new file | PikalaxALT | |
2016-01-06 | Map callback constants | PikalaxALT | |
2016-01-04 | more gfx-related labels | PikalaxALT | |
2015-12-29 | Item effects, post-battle, and decoration flags | PikalaxALT | |
2015-12-29 | More movement stuff | PikalaxALT | |
2015-12-28 | Dummy Game | PikalaxALT | |