summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-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
2020-09-08Match BattleIntroOpponent1SendsOutMonAnimationPokeCodec
2020-09-08More adjustmentsPokeCodec
2020-09-06Make 0xFF have a lowercase "x"PokeCodec
2020-09-06Move buffer has and operation tooPokeCodec
2020-09-06Remove explicit paddingPokeCodec
2020-09-05FixPokeCodec
2020-09-05Tidy up headersPokeCodec
2020-09-05Merge pull request #1177 from PokeCodec/MatchEmeraldPikalaxALT
Match All but 2 remaining naked functions
2020-09-05Fixed Pacifidlog typo.Eduardo Quezada
2020-09-04Make JOY Macros matchPokeCodec
2020-09-04Make battle pyramid defines into enumsPokeCodec
2020-09-04Fix issues according to feedbackPokeCodec
2020-09-04Make argument intPokeCodec
2020-09-04Match more functionsPokeCodec
2020-09-04Merge pull request #1161 from GriffinRichards/doc-wallclockPikalaxALT
Document wall clock data
2020-09-04Merge pull request #1163 from GriffinRichards/doc-animthrowPikalaxALT
Minor battle_anim_throw cleanup
2020-09-03Merge pull request #1158 from GriffinRichards/doc-cablecarGriffinR
Document cable car
2020-09-01Merge pull request #1156 from GriffinRichards/doc-raysceneGriffinR
Document Rayquaza cutscene
2020-09-01Merge pull request #1165 from GriffinRichards/fix-underwatermapsGriffinR
Give proper names to underwater maps
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-09-01Give proper names to underwater mapsGriffinR
2020-08-30Merge pull request #1152 from GriffinRichards/doc-blenderGriffinR
Document berry blender
2020-08-30Merge pull request #1144 from PokeCodec/libgbasyscallGriffinR
Cleanup and fix mistakes in libraries
2020-08-30Minor battle_anim_throw cleanupGriffinR
2020-08-30Rename to battle_anim_throwhondew
2020-08-30Merge branch 'master' into pokeball-dochondew
2020-08-30Document throwing pokeballhondew
continue Document more Doc more funcs Remove workspace Document shiny stars Document PokeBlock Clean up Clean more
2020-08-29Document wallclock dataGriffinR