summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-02-13Fix spelling of RayquazaPhlosioneer
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-10Adjust constants returned by FlipVerticalAndClearForcedPhlosioneer
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-09Name the possible return values of palette fading functionsPhlosioneer
Also replace implicit conversion from gPalette.active into a status with if statements, to make the return value clear. I've also added comments when the check is redundant.
2019-02-09Document the intro movie state machinePhlosioneer
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file.
2019-02-09Give proper names to dynamic map layoutsMarcus Huderle
2019-02-08Fully document tileset animationsMarcus Huderle
2019-02-08Cleanup externs in overworld.cMarcus Huderle
2019-02-08Document some battle dome stuffMarcus Huderle
2019-02-08Document battle arenaMarcus Huderle
2019-02-07Remove old rom_818CFC8.h headerMarcus Huderle
2019-02-07Document battle pikeMarcus Huderle
2019-02-07Document battle factory functionsMarcus Huderle
2019-02-07Fix typoMarcus Huderle
2019-02-07Document more battle pyramidMarcus Huderle
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-02-06Document some battle anim thingsMarcus Huderle
2019-02-04Merge pull request #543 from pret/mapdatahuderlem
Convert map data to JSON
2019-02-04Merge pull request #542 from Slawter666/pssDiegoisawesome
Label some summary screen functions
2019-02-04Some more labellingSlawter666
2019-02-04More documentationSlawter666
2019-02-04Label some more functionsSlawter666
2019-02-02Label some summary screen functionsSlawter666
2019-02-02Merge pull request #541 from Diegoisawesome/masterDiegoisawesome
Misc documentation
2019-02-02Document trainer backspritesDiegoisawesome
2019-02-02Merge pull request #536 from DizzyEggg/menuDiegoisawesome
Use Menu and List Menu input defines
2019-02-02tabsDizzyEggg
2019-02-02Merge pull request #539 from DizzyEggg/ram_varsDiegoisawesome
Move ram vars in sym files to C
2019-02-02Merge pull request #538 from DizzyEggg/dataDiegoisawesome
Dump last battle anim file
2019-02-02Clean up ram varsDizzyEggg
2019-02-02Dump last battle anim fileDizzyEggg
2019-02-02Name action 11DizzyEggg
2019-02-02Fix Menu and List Menu input definesDizzyEggg
2019-02-02Add constants for flags and varsDiegoisawesome
2019-02-01Merge pull request #534 from DizzyEggg/patch-1Diegoisawesome
Get rid of an unnecessary extern
2019-02-01Get rid of an unnecessary externDizzyEggg
2019-02-01Match GetItemEffectTypeDizzyEggg
2019-02-01Merge pull request #532 from DizzyEggg/boredDiegoisawesome
Fix some fakematches
2019-02-01some more fakematch fixDizzyEggg
2019-02-01fix nonmatch in mauville old manDizzyEggg
2019-02-01Fix field player avatar fakmatchDizzyEggg
2019-02-01Fix pokemon icon asmDizzyEggg
2019-02-01Merge m4a files into one, get rid of one asmDizzyEggg
2019-02-01CgbSound is decompiled.DizzyEggg