summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-03start porting mevent_server from fireredPikalaxALT
2019-04-03Get rid of redundant castDizzyEggg
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-03Document applause meter codePhlosioneer
2019-04-02Attempt to decompile menu_specialized. 2 NONMATCHINGultima-soul
2019-04-02Found a debug system for pokemon contestsPhlosioneer
2019-04-02Document the nextTurnOrder calculationsPhlosioneer
2019-04-02More cleanup, document contestant sortingPhlosioneer
2019-04-02Merge pull request #655 from huderlem/misc_docshuderlem
Document weather effects and some faraway island
2019-04-02Merge remote-tracking branch 'upstream/master' into misc_docsMarcus Huderle
# Conflicts: # src/field_weather_effect.c
2019-04-02Finish documenting the other weather effectsMarcus Huderle
2019-04-02Rows and columnsDizzyEggg
2019-04-02Document a bit of script menu and battle animsDizzyEggg
2019-04-02Remove unneeded sMonAnimationDelayTable entriesDizzyEggg
2019-04-02Use species defines in gMonIconTableDizzyEggg
2019-04-02Cleanup OamData entriesPhlosioneer
2019-04-02Document a bit of animsDizzyEggg
2019-04-02Automatically calculate REMATCH_TABLE_ENTRIESPhlosioneer
Uses the standard C way of calculating the length of an enum.
2019-04-02Expand MatchCallStruct defs, use REMATCH_* enumPhlosioneer
2019-04-02Expicitly hardcode rematch indeciesPhlosioneer
Inserting an entry without updating the indecies will now cause a compiler error. This will make it easier for modders to remember to update the constants.
2019-04-02Fix hardcoded array sizesPhlosioneer
2019-04-02Cleanup some of gContestResourcesPhlosioneer
2019-04-01Finish union room battlePikalaxALT
2019-04-01through sub_801A960PikalaxALT
2019-04-01Rename contest AI stuffPhlosioneer
2019-04-01Document somre more weather effectsMarcus Huderle
2019-04-01Move gPlayerFacingPosition out of sym_ewram.txt (#617)Phlosioneer
* Move gPlayerFacingPosition out of sym_ewram.txt * Fix tabs in sym_ewram.txt * Remove redundant faraway island extern
2019-04-01Fix warning for extra parens (#646)Phlosioneer
* Fix warning for extra parens * Committed too many files
2019-04-01Merge pull request #642 from PikalaxALT/union_room_player_avatarhuderlem
Union Room event objects
2019-04-01Rename these objects to union_room_battlePikalaxALT
2019-04-01union_room_player_avatar sym_ewramPikalaxALT
2019-04-01file splitPikalaxALT
2019-04-01create header and fix prototypesPikalaxALT
2019-04-01through sub_801A3D0PikalaxALT
2019-04-01through sub_801A02CPikalaxALT
2019-04-01Merge pull request #607 from Phlosioneer/contest-datahuderlem
Contest data
2019-04-01Merge pull request #611 from Phlosioneer/pokedex-area-const-arrayhuderlem
Document sAreaGlowTilemapMapping
2019-04-01Merge pull request #641 from PikalaxALT/mystery_gifthuderlem
Mystery gift documentation
2019-03-31Document rain weather effectMarcus Huderle
2019-03-31Merge branch 'master' into pokedex-area-const-arrayPhlosioneer
2019-03-31Change names from MAP_AREA_ to MAP_GROUP_Phlosioneer
2019-03-31Update OAMs to use new constantsPhlosioneer
2019-03-31Merge branch 'master' into contest-dataPhlosioneer
2019-03-31Prep for mergePhlosioneer
2019-03-31Fix mistakes and use EVENT_OBJ_GFX_* macrosPhlosioneer
2019-03-31Document mystery_giftPikalaxALT
2019-03-31Merge branch 'master' into mystery_giftPikalaxALT
2019-03-31infer additional file split after task00_mystery_giftPikalaxALT
2019-03-31fakematching task00_mystery_giftPikalaxALT
2019-03-31through task_add_00_mystery_giftPikalaxALT