summaryrefslogtreecommitdiff
path: root/src/overworld.c
AgeCommit message (Collapse)Author
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Document secret baseMarcus Huderle
2019-04-04RGB ConstantsPhlosioneer
2019-04-03Minor fixesPikalaxALT
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
2019-04-03Rename and document more contest setup functionsPhlosioneer
Also properly label the link contest flags variable, and label the contest window ID's.
2019-04-01Document somre more weather effectsMarcus Huderle
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-03-02Fix tabs, do suggested renamePhlosioneer
2019-03-01More minor fixesPhlosioneer
2019-02-27Finish documenting event varsPhlosioneer
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-27Reverse engineer unusual weather eventsPhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-25Merge pull request #577 from Phlosioneer/weather-15huderlem
Document the weather state functions
2019-02-25Source file part of map script renamingPhlosioneer
2019-02-25Adjust formatting, rename functionPhlosioneer
2019-02-22Document the weather state functionsPhlosioneer
All weather types are now documented (including WEATHER_15)
2019-02-18Clean up mistakes and bad formattingPhlosioneer
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-08Fully document tileset animationsMarcus Huderle
2019-02-08Cleanup externs in overworld.cMarcus Huderle
2019-02-07Document more battle pyramidMarcus Huderle
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-13Document and clean up trainer hillDizzyEggg
2019-01-02Decompile match_call.cMarcus Huderle
2018-12-29Document misc field_specials thingsMarcus Huderle
2018-12-29Document some fieldmap stuffMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)Marcus Huderle
2018-12-20Merge with masterDizzyEggg
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-12-09Decompile cable_car.c (#438)Marcus Huderle
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-08decompile field screenDizzyEggg
2018-12-08Decompile field weatherDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-28Use MAX_SPRITES defineDizzyEggg
2018-11-19clean up variables in filesDizzyEggg
2018-11-18fix merge conflict and use EVENT_OBJECT_TEMPLATES_COUNTDizzyEggg