Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | Fix unused Constant for Happiness | i0brendan0 | |
The HAPPINESS_TO_EVOLVE constant is what's supposed to be used to give the number for when a Pokemon should evolve by happiness. The constant was not put in place so it is never used, instead the original 220 was put. | |||
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-21 | pngs in gfx/title | yenatch | |
2017-06-21 | pngs in gfx/splash | yenatch | |
2017-06-21 | pngs in gfx/pokegear | yenatch | |
- flymap_label_border.2bpp was actually 1bpp | |||
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-05-28 | Fix no newline at eof in engine/time.asm | 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-02-22 | Strip address comments. | IIMarckus | |
2017-01-16 | Labels for Trainer Rankings stat tracking functions | hatschky | |
2016-12-30 | Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into ↵ | YamaArashi | |
PikalaxALT-master | |||
2016-10-29 | Fix an incorrect comment regarding breeding | Fredrik Ljungdahl | |
If Defense DV match and lower 3 DVs match father+mother, breeding chance isn't maximized, but prevented. Possibly done to combat in-breeding | |||
2016-09-27 | Person action and facing labels, part 2 | PikalaxALT | |
2016-09-27 | Person action and facing labels, part 1 | PikalaxALT | |
2016-07-29 | pitchoffset macro to replace forceoctave | PikalaxALT | |
2016-06-25 | These are actually .1bpp files | Scott Norton | |
2016-06-13 | hLCDCPointer and InitList | pikalaxalt | |
2016-06-07 | Fix indentation in many places | pikalaxalt | |
2016-06-07 | Some mystery gift functions | 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 | SPRITE_ANIM_FRAME_IDX constants | pikalaxalt | |
2016-05-14 | Unify directional movement macros | pikalaxalt | |
2016-05-14 | Unify step_sleep macro | pikalaxalt | |
2016-05-14 | EZChat cursor object | pikalaxalt | |
2016-05-13 | Refine labels in engine/trade/animation.asm | pikalaxalt | |
2016-05-13 | Name all link trade animation related functions | pikalaxalt | |
2016-05-11 | Inexplicably empty function with malformed predef pointer, but what are you ↵ | pikalaxalt | |
gonna do about it? | |||
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 | Name all functions in event/ | 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 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-04-10 | Alan's script pointers are now local references; movement_tree_shake for ↵ | pikalaxalt | |
sudowoodo on route 36 | |||
2016-04-02 | Make town map pals more intuitive in source | pikalaxalt | |
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 | |