Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-01 | Merge pull request #466 from Deokishisu/master | GriffinR | |
Fix Magic Numbers in battle_anim_scripts.s | |||
2021-10-01 | Fix Magic Numbers in battle_anim_scripts.s | Deokishisu | |
This file should still be synced properly with pokeemerald in the future, but for now the magic numbers for the sound constants have been fixed. | |||
2021-09-26 | Merge pull request #464 from colonelsalt/documentation | GriffinR | |
Document fields in oak_speech | |||
2021-09-14 | Merge pull request #465 from SatoMew/master | GriffinR | |
Add fix to disallow negative current HP values | |||
2021-09-13 | Add fix to disallow negative current HP values | SatoMew | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks take 3 | colonelsalt | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks take 2 | colonelsalt | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks | colonelsalt | |
2021-09-02 | Changed enum name for Oak speech trainer pics | colonelsalt | |
2021-09-02 | Documented some fields in oak_speech.c | colonelsalt | |
2021-09-01 | Merge pull request #463 from PikalaxALT/fix_mid2agb_call | PikalaxALT | |
Fix default mid2agb Makefile rule | |||
2021-09-01 | Fix default mid2agb Makefile rule | PikalaxALT | |
2021-08-21 | Merge pull request #461 from Kurausukun/oops | GriffinR | |
oops | |||
2021-08-20 | oops | Kurausukun | |
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 |