Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-13 | BUGFIX implies UBFIX | GriffinR | |
2020-12-13 | docs: fix simple typo, redunant -> redundant | Tim Gates | |
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`. | |||
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-12-12 | Corrected small inconsistency in move flag names | LOuroboros | |
2020-12-12 | fix typo | Michael Panzlaff | |
2020-12-11 | more CgbSound decipher work | Michael Panzlaff | |
2020-12-11 | use better m4a variable/constant names | Michael Panzlaff | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-12-08 | Define terminal species IDs relatively | GriffinR | |
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-17 | Use more constants in Battle Tower code | kageru | |
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-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵ | Kurausukun | |
into reverts | |||
2020-11-02 | address comments | Kurausukun | |
2020-10-29 | Use constants for menu info icon table | GriffinR | |
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 | |||
2020-10-26 | port sub_806F160 fakematch fix | Kurausukun | |
2020-10-23 | re-match sub_81C79BC (from #1177) | Kurausukun | |
also re-define RBG macros | |||
2020-10-23 | re-match Cmd_unknown_24 (from #1140) | Kurausukun | |
changes to data structs are necessary. other things that look unnecessary, like the order of operands, are also necessary. fuck this function. | |||
2020-10-11 | Merge pull request #1229 from ghoulslash/document | GriffinR | |
start pokenav documentation | |||
2020-10-11 | align pokenav task funcs and update some pokenav menu bg gfx files | Evan | |
2020-10-11 | Document gUnknown_03006298 | kageru | |
2020-10-10 | start pokenav documentation | Evan | |
2020-10-05 | Add ITEM6_HEAL constants, change move flags to shifts | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-25 | Use constants for item digits | GriffinR | |
2020-09-20 | More documenting trainer hill | tustin2121 | |
- Renamed members and added comments in the TrHillDisplay struct. - Formatted the trainer hill data to better match the metatile layout its representing. - Documented the function which uses this data. | |||
2020-09-19 | battle_gfx_sfx_util.c: Very annoying fakematch fix. | Kaz | |
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...? | |||
2020-09-17 | field_player_avatar.c: Fix TryInterruptObjectEventSpecialAnim fakematch. | Kaz | |
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-09 | Document size field of unknown struct | PokeCodec | |
2020-09-09 | Type adjust | PokeCodec | |
2020-09-08 | Match BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-08 | More adjustments | PokeCodec | |
2020-09-06 | Make 0xFF have a lowercase "x" | PokeCodec | |
2020-09-06 | Move buffer has and operation too | PokeCodec | |
2020-09-06 | Remove explicit padding | PokeCodec | |
2020-09-05 | Fix | PokeCodec | |
2020-09-05 | Tidy up headers | PokeCodec | |
2020-09-05 | Merge pull request #1177 from PokeCodec/MatchEmerald | PikalaxALT | |
Match All but 2 remaining naked functions | |||
2020-09-05 | Fixed Pacifidlog typo. | Eduardo Quezada | |
2020-09-04 | Make JOY Macros match | PokeCodec | |
2020-09-04 | Make battle pyramid defines into enums | PokeCodec | |
2020-09-04 | Fix issues according to feedback | PokeCodec | |
2020-09-04 | Make argument int | PokeCodec | |