Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | Merge pull request #1489 from GriffinRichards/doc-playerpc | GriffinR | |
Document player pc | |||
2021-08-11 | Merge pull request #1488 from GriffinRichards/doc-frontierpass2 | GriffinR | |
Document frontier pass | |||
2021-08-11 | Use tag constants in region_map.c | GriffinR | |
2021-08-10 | Document item menu | GriffinR | |
2021-08-08 | unsigned int -> u32 | Kurausukun | |
2021-08-08 | oops | Kurausukun | |
2021-08-08 | rename variable | Kurausukun | |
2021-08-08 | port cgb fakematching fixes (thanks to revo) | Kurausukun | |
2021-08-02 | Merge branch 'master' into doc-playerpc | GriffinR | |
2021-08-02 | Document player pc | GriffinR | |
2021-07-31 | Merge branch 'master' into doc-frontierpass2 | GriffinR | |
2021-07-31 | Document frontier pass | GriffinR | |
2021-07-27 | Merge pull request #1479 from PikalaxALT/flatten_sprite_pos | GriffinR | |
Flatten pos fields in struct Sprite | |||
2021-07-24 | Use the correct constant for PSS page comparison | sphericalice | |
2021-07-12 | Merge branch 'master' into flatten_sprite_pos | GriffinR | |
2021-07-11 | Use the `IS_TYPE_PHYSICAL` macro in `AddMovePoints` | Collin Styles | |
2021-07-10 | Merge pull request #1474 from GriffinRichards/clean-miragetower | GriffinR | |
Clean up Mirage Tower | |||
2021-07-08 | Merge pull request #1475 from GriffinRichards/doc-minor | GriffinR | |
Label remaining symbols in a few files | |||
2021-07-08 | Merge pull request #1478 from Kurausukun/itemprint | GriffinR | |
Change ItemPrintFunc to Use u32 Instead of s32 | |||
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-07-05 | Add local id constants for C | GriffinR | |
2021-07-03 | Revert "remove gflib" | Kurausukun | |
This reverts commit 8b59909ac5eb6e3540aeb78396943d57a9702e4d. | |||
2021-07-03 | Merge pull request #1471 from GriffinRichards/fix-lock | GriffinR | |
Fix some object lock names | |||
2021-07-03 | Correct card lines in Battle Dome comments | SnorlaxMonster | |
The comments regarding the lines that Trainer information is displayed on the Battle Dome Trainer Card were off-by-one. | |||
2021-07-02 | Fix 'determining' typo | GriffinR | |
2021-07-02 | Condense battle AI scripts, minor clean up | GriffinR | |
2021-07-02 | Document smart shopper TV show | GriffinR | |
2021-07-02 | Label remaining hall_of_fame symbols | GriffinR | |
2021-07-02 | Label remaining region_map symbols | GriffinR | |
2021-07-01 | Clean up mirage tower | GriffinR | |
2021-07-01 | Merge pull request #1473 from GriffinRichards/fix-div0 | GriffinR | |
Fix divide by 0 in Cmd_getexp | |||
2021-07-01 | Fix divide by 0 in Cmd_getexp | GriffinR | |
2021-06-27 | fix encounter slot logic to accomodate changes | garakmon | |
2021-06-25 | Add missing use of F_TRAINER_FEMALE | GriffinR | |
2021-06-21 | Merge pull request #1469 from GriffinRichards/fix-contesthearts | PikalaxALT | |
Clarify contest heart tiles | |||
2021-06-21 | Clarify contest heart tiles | GriffinR | |
2021-06-18 | Replace hardcoded number in MakeCaptureStars. | ultima-soul | |
2021-06-18 | change printItemFunc to use u32 instead of s32 | Kurausukun | |
also change a use of -2 to LIST_CANCEL | |||
2021-06-17 | remove gflib | Kurausukun | |
2021-06-17 | Update src/battle_message.c | Sewef | |
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com> | |||
2021-06-17 | Fix sATypeMove_Table definition | Sewef | |
2021-06-13 | Change map header flags to use a bitfield | ExpoSeed | |
2021-06-10 | Remove remaining grey and replace with gray | ExpoSeed | |
2021-06-04 | Rename sText_WildPkmnAppeared2 to reflect its use | AJ Fontaine | |
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative. | |||
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-05-31 | [PROBABLY LEAK-INFORMED] fix battle_transition fakematch, make | Kurausukun | |
consistent use of SOME_VRAM_STORE | |||
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out. | |||
2021-05-31 | [LEAK-INFORMED] also pretty dumb | Kurausukun | |
2021-05-31 | [LEAK-INFORMED] literal dumbest fakematch ever | Kurausukun | |
2021-05-27 | Fixed ChangeBgY_ScreenOff‘s signature. (#1447) | gAlfonso-bit | |
* Fix Functions * Fix ChangeBgY_ScreenOff signature * Remove unneeded changes * Fix argument mismatch Just to get this out of the way * Not needed * Update palette.c |