Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | Fix some SPRITE_ANIM_FRAMESET_ constants | mid-kid | |
Thanks to @roukaour for the fixes. | |||
2017-11-26 | Add MobileError-related labels | mid-kid | |
This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError". | |||
2017-11-25 | Label BattleTowerRoomMenu | mid-kid | |
All of the functions called by it are prefixed with BattleTowerRoomMenu, but a bunch of them seem more generic than that, since they're part of different mobile menus. Also called another menu jumptable BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu functions are used in western crystal). The names of the more generic functions should be fixed when we start labelling other menus. | |||
2017-11-21 | Merge pull request #395 from surskitty/master | Marcus Huderle | |
Some Script Labels | |||
2017-11-16 | CeruleanCaveNane -> CeruleanCaveName | mid-kid | |
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 | |