summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-02-27Finish documenting trainer hillPhlosioneer
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do.
2019-02-27I guess I'm documenting Trainer Hill nowPhlosioneer
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-27Identify unused, never read, and never written varsPhlosioneer
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-27Name most event scripts related to unusual weatherPhlosioneer
2019-02-27Reverse engineer unusual weather eventsPhlosioneer
2019-02-26Fix previous mergePhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-26Decompile easy_chat dataMarcus Huderle
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-25Update map script filesPhlosioneer
2019-02-25Source file part of map script renamingPhlosioneer
2019-02-25Merge branch 'master' into weather-15Phlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-24More misc event namesPhlosioneer
2019-02-24Name some common single-entry movementsPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-24Decompile more of easy_chat.cMarcus Huderle
2019-02-23Decompile through sub_8167930.ultima-soul
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-21Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-21Decompile chunk of easy_chat.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-18Merge pull request #557 from Phlosioneer/navgear-decompileDiegoisawesome
Navgear decompile
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
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-17Start moving pokenav data into C filesPhlosioneer
The types and usage of many of the globals are now known.
2019-02-16Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fieldsMarcus Huderle
2019-02-16use strings for map json coord_event var_valuegarak
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-12Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
2019-02-12Clear up misnamed time-based flags and functionsDiegoisawesome
2019-02-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2019-02-10Done documenting link code in overworld.cPhlosioneer
2019-02-10Start renaming symbolsPhlosioneer
I finally figured out what the code is trying to do. I have a foothold; the rest should follow.
2019-02-09Give proper names to dynamic map layoutsMarcus Huderle