summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-26Fix backwards namesPhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-26Decompile easy_chat dataMarcus Huderle
2019-02-26Finish decompiling easy_chat.c codeMarcus Huderle
2019-02-25Merge pull request #583 from huderlem/easy_chathuderlem
Decompile more easy_chat.c
2019-02-25Decompile more easy_chat.cMarcus Huderle
2019-02-25Merge pull request #581 from arantonitis/pokemon_summaryhuderlem
Documented/polished pokemon_summary_screen.c
2019-02-25Merge pull request #577 from Phlosioneer/weather-15huderlem
Document the weather state functions
2019-02-25Merge pull request #574 from Phlosioneer/event-varshuderlem
Event vars
2019-02-25Source file part of map script renamingPhlosioneer
2019-02-25Merge branch 'master' into weather-15Phlosioneer
2019-02-25Adjust formatting, rename functionPhlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-25Fix flag formatting for funPhlosioneer
2019-02-23Documented/polished pokemon_summary_screen.cAriel Antonitis
Mostly variables mislabeled as global and some formerly unknown stuff.
2019-02-23Merge pull request #578 from DizzyEggg/pokenavDiegoisawesome
pokenav
2019-02-23Decompile more easy_chat.cMarcus Huderle
2019-02-23Decompile through sub_8167930.ultima-soul
2019-02-23pokenavDizzyEggg
2019-02-22Document the weather state functionsPhlosioneer
All weather types are now documented (including WEATHER_15)
2019-02-22Decompile more easy_chatMarcus Huderle
2019-02-22Finish moving pokeruby varsPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-21Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-21Decompile chunk of easy_chat.cMarcus Huderle
2019-02-20Decompile contest_link_80F57C4.cMarcus Huderle
2019-02-18Merge pull request #559 from Phlosioneer/finish-newgame-docsDiegoisawesome
Finish and polish new_game.c
2019-02-18Merge pull request #560 from Phlosioneer/regi-documentationDiegoisawesome
Document the regi* code more
2019-02-18Make flag names more consistentPhlosioneer
2019-02-18Rename some flags, and use map ID macrosPhlosioneer
2019-02-18Fix some namesPhlosioneer
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-17More data moved into C codePhlosioneer
2019-02-17Move more data into pokenav, name some stringsPhlosioneer
2019-02-17Decompiled sub_81C7764Phlosioneer
2019-02-15Document the regi* code morePhlosioneer
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
2019-02-15Finish and polish new_game.cPhlosioneer
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet.
2019-02-13Merge branch 'master' of github.com:pret/pokeemerald into ↵Phlosioneer
main-menu-state-machine
2019-02-13Merge pull request #548 from Phlosioneer/intro-movie-state-machineDiegoisawesome
Document the intro movie state machine
2019-02-13Merge pull request #550 from Phlosioneer/name-palette-return-valuesDiegoisawesome
Name the possible return values of palette fading functions
2019-02-12Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
2019-02-12Clear up misnamed time-based flags and functionsDiegoisawesome
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.