Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-07-12 | Merge branch 'master' into flatten_sprite_pos | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
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-05-15 | Various BUGFIXes and UBFIXes | ExpoSeed | |
2021-05-13 | fix battle_dome goto | Kurausukun | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-02-14 | oops | Kurausukun | |
2021-02-14 | [LEAK-INFORMED] fix battle dome fakematching | Kurausukun | |
yes they actually fucking did this | |||
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
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-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-23 | re-match GetTypeEffectivenessPoints (from #1177) | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-04 | Match more functions | PokeCodec | |
2020-09-02 | Tidy up naked functions | Thomas Winwood | |
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-08-23 | sizeOf data type, not pointer value | PokeCodec | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-13 | Split contest funcs from script_pokemon_util | GriffinR | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-05-20 | Fix HblankCb_TourneyTree fakematch | Sierraffinity | |
2020-04-09 | Add misc party constant usage | GriffinR | |
2020-01-08 | Merge branch 'master' into doc-dome | GriffinR | |
2020-01-08 | Add battle tent mon/trainer constants | GriffinR | |
2020-01-07 | More battle_dome.c doc | GriffinR | |
2019-12-25 | More battle_dome.c documentation | GriffinR | |
2019-12-20 | Add frontier trainer constants | GriffinR | |
2019-12-20 | Document Battle Dome scripts and some battle_dome.c | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-12-05 | Set up Battle Dome and Tower macros | GriffinR | |
2019-12-05 | Set up remaining facility script doc, use Palace macros | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-25 | Begin documenting Battle Pike and Frontier Util | GriffinR | |
2019-11-07 | Document some battle_bg-related things | Marcus Huderle | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-05-16 | Change abilities in base stats to array | DizzyEggg | |