Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | Merge pull request #1257 from Kurausukun/menu_nonmatching | GriffinR | |
[LEAK INFORMED] match sub_819A080 | |||
2020-11-27 | Merge pull request #1258 from V-FEXrt/master | GriffinR | |
Rename graphics files for COOLTRAINER to match define | |||
2020-11-26 | Rename graphics files for COOLTRAINER to match define | Ashley Coleman | |
2020-11-26 | whitespace | Kurausukun | |
2020-11-26 | [LEAK INFORMED] match sub_819A080 | Kurausukun | |
2020-11-24 | Merge pull request #1255 from GriffinRichards/doc-paltags | GriffinR | |
Name object event palettes and tags | |||
2020-11-23 | Move object event pal declarations to graphics | GriffinR | |
2020-11-23 | Clarify Kecleon objects | GriffinR | |
2020-11-23 | Name object event pals/tags | GriffinR | |
2020-11-18 | Merge pull request #1252 from luckytyphlosion/master | GriffinR | |
Missing inc files in asm/*.s and data/*.s will raise an actual error message. | |||
2020-11-18 | Remove useless comment. | luckytyphlosion | |
2020-11-18 | Optimize Makefile, also add *.sna to gitignore. | luckytyphlosion | |
2020-11-17 | Merge pull request #1251 from ExpoSeed/patch-1 | GriffinR | |
Document bugged IV inheritance difference | |||
2020-11-17 | Merge pull request #1254 from kageru/pret | GriffinR | |
Use more constants in Battle Tower code | |||
2020-11-17 | Use more constants in Battle Tower code | kageru | |
2020-11-16 | Merge pull request #1253 from LOuroboros/patch-1 | GriffinR | |
sanityIsBagEgg -> sanityIsBadEgg | |||
2020-11-16 | sanityIsBagEgg -> sanityIsBadEgg | LOuroboros | |
Fixed a typo. Lunos#4026 | |||
2020-11-15 | Fix grammar | ExpoSeed | |
2020-11-15 | Document bugged IV inheritance difference | ExpoSeed | |
2020-11-12 | Missing inc files in asm/*.s and data/*.s will raise an actual error message. | luckytyphlosion | |
2020-11-09 | Merge pull request #1248 from luckytyphlosion/master | GriffinR | |
Bugfix for ChooseMoveOrAction_Doubles. | |||
2020-11-09 | Merge pull request #1249 from luckytyphlosion/master | GriffinR | |
Add missing files to .gitattributes. | |||
2020-11-08 | Add missing files to .gitattributes. | luckytyphlosion | |
Only *.sed is required, all other files are listed to be explicit. | |||
2020-11-07 | Bugfix for ChooseMoveOrAction_Doubles. | luckytyphlosion | |
2020-11-07 | Merge branch 'master' of https://github.com/pret/pokeemerald | luckytyphlosion | |
2020-11-06 | Merge pull request #1247 from PidgeyALT/attemptcountfix | GriffinR | |
use constants for ball throw count | |||
2020-11-06 | Merge pull request #1246 from PikalaxALT/simplify_ram_reset | PikalaxALT | |
Simplify RAM reset adaptation for modern | |||
2020-11-06 | add spaces around - and remove comment from include in battle.h | MCboy | |
2020-11-06 | use constants for ball throw count | MCboy | |
2020-11-06 | swi --> svc | PikalaxALT | |
2020-11-06 | Simplify RAM reset adaptation for modern | PikalaxALT | |
2020-11-04 | Merge pull request #1245 from GriffinRichards/modernfactoryfix | GriffinR | |
Fix battle factory on gcc 10 | |||
2020-11-04 | Revert to original battle factory gcc 10 fix | GriffinR | |
2020-11-04 | Fix typo | GriffinR | |
2020-11-04 | Condense fix for battle factory on gcc 10 | GriffinR | |
2020-11-04 | Fix battle factory on gcc 10 | GriffinR | |
2020-11-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Solve merge conflicts from previous commit | aaaaaa123456789 | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-11-02 | Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵ | Kurausukun | |
into reverts | |||
2020-11-02 | address comments | Kurausukun | |
2020-10-29 | Merge pull request #1242 from GriffinRichards/constants-menuinfoicons | GriffinR | |
Use constants for menu info icon table | |||
2020-10-29 | Merge pull request #1238 from ketsuban/master | GriffinR | |
Eliminate goto in ItemUseCB_Medicine | |||
2020-10-29 | Use constants for menu info icon table | GriffinR | |
2020-10-26 | Update src/digit_obj_util.c | aaaaaa123456789 | |
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com> | |||
2020-10-26 | Fix whitespace issues | aaaaaa123456789 | |
2020-10-26 | Remove unused variable | aaaaaa123456789 | |
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com> | |||
2020-10-26 | Port back improvements from later commits | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | re-match BattleIntroOpponent1SendsOutMonAnimation | Kurausukun | |
a lot of functions and a bit of data had to be moved from battle_main.c to battle_util.c; I have added a note to battle_util.c stating the reason for this |