Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-03 | Label some functions in gfx/load_pics.asm | pfero | |
A few projects I looked around in used these same labels for these functions, and it looks like they describe these functions properly. Also fixed usage of BANK() in a few places. | |||
2017-10-29 | Define GetWarpSFX | pfero | |
This function checks the current tile at the player's feet, and returns an appropriate SFX that should be played when warping from it. | |||
2017-10-28 | Fix WATERTILE/WALLTILE constants | pfero | |
WATRTILE was wrongly defined as 15, and WALLTILE as 1. Those had to be flipped around. This has allowed for us to replace inmediate values with these constants in several places to improve readability. WATRTILE was renamed to WATERTILE in the name of readability. | |||
2017-10-25 | Labelling a few mom scripts. | surskitty | |
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-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 |