Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Remove old asm constants | GriffinR | |
2022-01-06 | Merge pull request #480 from GriffinRichards/map-preview-gfx | GriffinR | |
Clean up map preview graphics | |||
2022-01-06 | Re-export map preview gfx with palettes and sensible sizes | GriffinR | |
2022-01-06 | Decompress map preview tilemaps | GriffinR | |
2022-01-06 | Move map preview gfx to own folders | GriffinR | |
2022-01-01 | Merge pull request #479 from Birdulon/PartySize | GriffinR | |
Fix party size calculations for larger-than-six PARTY_SIZE | |||
2022-01-01 | Fix party size calculations for larger-than-six PARTY_SIZE | Luke Hubmayer-Werner | |
2021-12-03 | Merge pull request #478 from GriffinRichards/fix-baldingman | GriffinR | |
Fix balding man palette | |||
2021-12-03 | Fix balding man palette | GriffinR | |
2021-11-28 | Merge pull request #477 from GriffinRichards/sync-global | GriffinR | |
Sync global | |||
2021-11-20 | Rotating Gate -> dir stair warp | GriffinR | |
2021-11-19 | Sync global | GriffinR | |
2021-11-18 | Merge pull request #476 from Jademalo/patch-1 | GriffinR | |
Add missing semicolon in charmap | |||
2021-11-19 | Add missing semicolon in charmap | Jademalo | |
2021-11-01 | Merge pull request #474 from lioniac/master | GriffinR | |
Multiple renamings and removed some orphaned functions | |||
2021-11-01 | Deleted unused pokenav header | lioniac | |
2021-10-27 | Multiple renamings; Removed some orphaned functions | lioniac | |
2021-10-23 | Merge pull request #473 from Jademalo/ide-support | GriffinR | |
Improve IDE Support | |||
2021-10-23 | IDE support formatting and consistency | Jademalo | |
2021-10-22 | Improve IDE Support | Jademalo | |
2021-10-18 | Merge pull request #472 from lioniac/master | GriffinR | |
Few renamings based on Emerald | |||
2021-10-18 | Few renamings based on Emerald | lioniac | |
2021-10-15 | Merge pull request #471 from GriffinRichards/sync-calcrom | GriffinR | |
Make calcrom data info optional | |||
2021-10-15 | Make calcrom data info optional | GriffinR | |
2021-10-13 | Merge pull request #470 from GriffinRichards/fix-saveblockchunk | GriffinR | |
Disallow negative sizes in SAVEBLOCK_CHUNK | |||
2021-10-13 | Disallow negative sizes in SAVEBLOCK_CHUNK | GriffinR | |
2021-10-08 | Kill Freenode. | IIMarckus | |
2021-10-01 | Merge pull request #467 from GriffinRichards/sync-fieldmap | GriffinR | |
Sync fieldmap.c | |||
2021-10-01 | Sync fieldmap.c | GriffinR | |
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 |