Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Make filler in PokemonSubstruct0 explicit | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2021-01-11 | List battle animation indexes alongside tables | GriffinR | |
2021-01-11 | rename string id to reflect usage | opakedragon | |
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2021-01-04 | Fix substitute back sprite | GriffinR | |
2021-01-03 | Merge pull request #1283 from GriffinRichards/doc-factscreen | GriffinR | |
Document battle factory screen | |||
2021-01-03 | Merge pull request #1285 from GriffinRichards/doc-fieldscr | GriffinR | |
Minor field_screen_effect / field_player_avatar documentation | |||
2021-01-01 | Label some ReturnToField funcs | GriffinR | |
2021-01-01 | Document warp spin functions | GriffinR | |
2020-12-31 | Merge branch 'master' into doc-factscreen | GriffinR | |
2020-12-30 | Resume factory screen doc | GriffinR | |
2020-12-29 | Index battle controller cmd tables | GriffinR | |
2020-12-24 | Label remaining subs in battle_tower.c | GriffinR | |
2020-12-14 | Merge pull request #1265 from Kurausukun/berry_crush | GriffinR | |
fakematch fixes, begin documenting Berry Crush (based on #1187) | |||
2020-12-14 | Merge pull request #1267 from ipatix/m4a_names | GriffinR | |
refactor m4a.c/m4a_1.s constant/variable/type naming | |||
2020-12-14 | Merge pull request #1269 from GriffinRichards/bugfix | GriffinR | |
Use BUGFIX for some inline fixes | |||
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...? |