summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-17Decompiled CB2_PokeNavPhlosioneer
2019-02-17Decompiled sub_81C71E4Phlosioneer
2019-02-17Decompiled sub_81C7170.Phlosioneer
2019-02-17Decompiled sub_81C7124Phlosioneer
2019-02-17Decompiled sub_81C70D8Phlosioneer
2019-02-17Decompiled sub_81C7078Phlosioneer
2019-02-17Merge pull request #558 from Phlosioneer/check-pokedex-asmDiegoisawesome
Add comments explaining the remaining asm in pokedex.c
2019-02-17Merge pull request #564 from garakmon/vramDiegoisawesome
use macros for VRAM offsets
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
2019-02-16use BG_CHAR_ADDR definegarak
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-15Add comments explaining asm in pokedex.cPhlosioneer
I added comments to each of the asm functions explaining why they won't match with the C. I also got one of the functions much closer to matching.
2019-02-14Merge pull request #556 from DizzyEggg/patch-2Diegoisawesome
Fix two battle scripting macros
2019-02-14Fix two battle scripting macrosDizzyEggg
2019-02-13Merge branch 'master' of github.com:pret/pokeemerald into ↵Phlosioneer
main-menu-state-machine
2019-02-13Merge pull request #555 from Diegoisawesome/masterDiegoisawesome
scaninc: Fix C comment consumption logic
2019-02-13Fix C comment consumption logicDiegoisawesome
2019-02-13Merge pull request #548 from Phlosioneer/intro-movie-state-machineDiegoisawesome
Document the intro movie state machine
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-10Merge pull request #552 from Phlosioneer/ignore-trigraph-warningDiegoisawesome
Ignore trigraph warning
2019-02-10Ignore trigraph warningPhlosioneer
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-09Change negative constant into unsigned hex constantPhlosioneer
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-05Merge pull request #544 from Diegoisawesome/masterhuderlem
Add json to list of LF line-end files
2019-02-05Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
2019-02-05Add json to list of LF line-end filesDiegoisawesome