| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-19 | Merge pull request #460 from Sewef/master | GriffinR | |
| Use SHINY_ODDS where necessary | |||
| 2021-08-19 | Use SHINY_ODDS where necessary | Sewef | |
| 2021-08-11 | Merge pull request #457 from Kurausukun/cgbsound | PikalaxALT | |
| Port CgbSound Documentation and Fakematch Fixes | |||
| 2021-08-11 | Merge pull request #459 from GriffinRichards/fix-symbols | PikalaxALT | |
| Fix symbols branch commit messages | |||
| 2021-08-11 | Fix symbols branch commit messages | GriffinR | |
| 2021-08-11 | Merge pull request #458 from Squeetz/master | GriffinR | |
| Rename and document HITMARKER_x100000 | |||
| 2021-08-11 | Rename and document HITMARKER_x100000 | Squeetz | |
| This marker makes the target unable to Counter or Mirror Coat the damage back to an attacker, however the game does not have a scenario where this is applicable since all its uses are in end-turn events. It's used for all passive damage, where the damage dealt isn't coming from an attacker. Alternate name: HITMARKER_NO_ATTACKER | |||
| 2021-08-08 | unsigned int -> u32 | Kurausukun | |
| 2021-08-08 | port cgbsound documentation and fakematch fixes | Kurausukun | |
| 2021-08-01 | Merge pull request #456 from SethBarberee/one_func_name | GriffinR | |
| [New Game] Name single func | |||
| 2021-08-01 | name single func | Seth Barberee | |
| 2021-07-25 | Merge pull request #450 from PikalaxALT/flatten_sprite_pos | GriffinR | |
| Flatten pos fields in struct Sprite | |||
| 2021-07-18 | Merge pull request #454 from PikalaxALT/misc_fixes | PikalaxALT | |
| Swap two fields in player PC struct | |||
| 2021-07-17 | Swap two fields in player PC struct | PikalaxALT | |
| 2021-07-16 | Merge pull request #453 from PikalaxALT/fix_symbols_commit_msg | PikalaxALT | |
| Use merge commit message for symbols branch | |||
| 2021-07-16 | Use merge commit message for symbols branch | PikalaxALT | |
| 2021-07-13 | Merge pull request #452 from Kurausukun/protectfix | GriffinR | |
| Port Protect Animation Fix from Emerald | |||
| 2021-07-12 | port UB fix from emerald | Kurausukun | |
| 2021-07-08 | Merge pull request #451 from GriffinRichards/fix-symsname | PikalaxALT | |
| Use PR title for symbols branch commits | |||
| 2021-07-08 | Use PR title for symbols branch commits | GriffinR | |
| 2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
| 2021-07-03 | Merge pull request #449 from Kurausukun/align | GriffinR | |
| Remove Unnecessary .aligns | |||
| 2021-07-03 | remove unnecessary .aligns | Kurausukun | |
| 2021-07-03 | Merge pull request #445 from Kurausukun/ubfix | GriffinR | |
| Port UBFIX Macro and Some Usages from Emerald | |||
| 2021-07-03 | add SAFE_DIV macro and usages | Kurausukun | |
| 2021-07-03 | Merge pull request #441 from Kurausukun/cast_test | GriffinR | |
| Change itemPrintFunc to Use u32 Instead of s32 | |||
| 2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into ubfix | Kurausukun | |
| 2021-07-03 | remove redundant variable | Kurausukun | |
| 2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into cast_test | Kurausukun | |
| 2021-07-03 | Merge pull request #442 from GriffinRichards/fix-offsets | GriffinR | |
| Remove hardcoded offsets in battle scripts | |||
| 2021-07-03 | Merge pull request #448 from SnorlaxMonster/terrain | GriffinR | |
| Using macro for plain terrain instead of hardcoded numbers | |||
| 2021-07-01 | Merge pull request #447 from Deokishisu/patch-2 | GriffinR | |
| Fix Magic Number in party_menu.c | |||
| 2021-07-01 | Fix Magic Number in party_menu.c | Deokishisu | |
| `DisplayPartyPokemonDataForMoveTutorOrEvolutionItem` in `party_menu.c` had a magic number that was missed. This commit fixes it. | |||
| 2021-06-27 | Merge pull request #446 from garakmon/hey | GriffinR | |
| fix encounter slot logic to accomodate changes | |||
| 2021-06-27 | fix encounter slot logic to accomodate changes | garakmon | |
| 2021-06-26 | Merge pull request #444 from Kurausukun/fix_alloc | luckytyphlosion | |
| Fix Dumb Alloc/AllocZeroed Issue | |||
| 2021-06-26 | make flash source volatile (ported from emerald) | Kurausukun | |
| 2021-06-26 | port UBFIXes from emerald | Kurausukun | |
| 2021-06-26 | fix alloc and alloczeroed | Kurausukun | |
| 2021-06-26 | Merge pull request #443 from LOuroboros/patch-1 | PikalaxALT | |
| Informative note about PewterCity_Gym_Text_BrockDefeat | |||
| 2021-06-26 | Informative note about gUnknown_2022AE8 | LOuroboros | |
| 2021-06-26 | Informative note about PewterCity_Gym_Text_BrockDefeat | LOuroboros | |
| 2021-06-21 | Remove hardcoded offsets in battle scripts | GriffinR | |
| 2021-06-21 | Use plain terrain macro where appropriate | SnorlaxMonster | |
| 2021-06-18 | Merge pull request #440 from PikalaxALT/push_symbols | PikalaxALT | |
| Symplifi symfiles | |||
| 2021-06-18 | Fix regex error | PikalaxALT | |
| 2021-06-17 | change itemPrintFunc to use u32 instead of s32 | Kurausukun | |
| 2021-06-16 | Symplifi symfiles | PikalaxALT | |
| 2021-06-16 | Merge pull request #439 from PikalaxALT/push_symbols | PikalaxALT | |
| Create symfiles on build | |||
| 2021-06-15 | Fix yml step names | PikalaxALT | |
