summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2021-01-04Fix substitute back spriteGriffinR
2021-01-03Merge pull request #1283 from GriffinRichards/doc-factscreenGriffinR
Document battle factory screen
2021-01-03Merge pull request #1285 from GriffinRichards/doc-fieldscrGriffinR
Minor field_screen_effect / field_player_avatar documentation
2021-01-01Label some ReturnToField funcsGriffinR
2021-01-01Document warp spin functionsGriffinR
2020-12-31Merge branch 'master' into doc-factscreenGriffinR
2020-12-30Resume factory screen docGriffinR
2020-12-29Index battle controller cmd tablesGriffinR
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-14Merge pull request #1265 from Kurausukun/berry_crushGriffinR
fakematch fixes, begin documenting Berry Crush (based on #1187)
2020-12-14Merge pull request #1267 from ipatix/m4a_namesGriffinR
refactor m4a.c/m4a_1.s constant/variable/type naming
2020-12-14Merge pull request #1269 from GriffinRichards/bugfixGriffinR
Use BUGFIX for some inline fixes
2020-12-13BUGFIX implies UBFIXGriffinR
2020-12-13docs: fix simple typo, redunant -> redundantTim Gates
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`.
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-12-12Corrected small inconsistency in move flag namesLOuroboros
2020-12-12fix typoMichael Panzlaff
2020-12-11more CgbSound decipher workMichael Panzlaff
2020-12-11use better m4a variable/constant namesMichael Panzlaff
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-12-08Define terminal species IDs relativelyGriffinR
2020-11-23Move object event pal declarations to graphicsGriffinR
2020-11-23Clarify Kecleon objectsGriffinR
2020-11-23Name object event pals/tagsGriffinR
2020-11-17Use more constants in Battle Tower codekageru
2020-11-06add spaces around - and remove comment from include in battle.hMCboy
2020-11-06use constants for ball throw countMCboy
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵Kurausukun
into reverts
2020-11-02address commentsKurausukun
2020-10-29Use constants for menu info icon tableGriffinR
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26re-match BattleIntroOpponent1SendsOutMonAnimationKurausukun
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-26port sub_806F160 fakematch fixKurausukun
2020-10-23re-match sub_81C79BC (from #1177)Kurausukun
also re-define RBG macros
2020-10-23re-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-11Merge pull request #1229 from ghoulslash/documentGriffinR
start pokenav documentation
2020-10-11align pokenav task funcs and update some pokenav menu bg gfx filesEvan
2020-10-11Document gUnknown_03006298kageru
2020-10-10start pokenav documentationEvan
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-25Use constants for item digitsGriffinR
2020-09-20More documenting trainer hilltustin2121
- 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-19battle_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-17field_player_avatar.c: Fix TryInterruptObjectEventSpecialAnim fakematch.Kaz
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-09Document size field of unknown structPokeCodec
2020-09-09Type adjustPokeCodec